linux/drivers/net/can/sja1000
Sven Schmitt da3d50ef30 can: sja1000_platform: fix wrong flag IRQF_SHARED for interrupt sharing
The sja1000 platform driver wrongly assumes that a shared IRQ is indicated
with the IRQF_SHARED flag in irq resource flags. This patch changes the
driver to handle the correct flag IORESOURCE_IRQ_SHAREABLE instead.

There are no mainline users of the platform driver which wrongly make use
of IRQF_SHARED.

Signed-off-by: Sven Schmitt <sven.schmitt@volkswagen.de>
Acked-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
2012-08-24 10:54:05 +02:00
..
Kconfig Fix "the the" in various Kconfig 2012-04-18 14:12:27 +02:00
Makefile can: sja1000: add support for PEAK-System PCMCIA card 2012-03-03 17:40:46 +01:00
ems_pci.c net/can: use module_pci_driver 2012-04-16 21:08:18 +02:00
ems_pcmcia.c
kvaser_pci.c net/can: use module_pci_driver 2012-04-16 21:08:18 +02:00
peak_pci.c net/can: use module_pci_driver 2012-04-16 21:08:18 +02:00
peak_pcmcia.c can: sja1000: add support for PEAK-System PCMCIA card 2012-03-03 17:40:46 +01:00
plx_pci.c net/can: use module_pci_driver 2012-04-16 21:08:18 +02:00
sja1000.c can: mark bittiming_const pointer in struct can_priv as const 2012-07-20 12:31:05 +02:00
sja1000.h
sja1000_isa.c
sja1000_of_platform.c
sja1000_platform.c can: sja1000_platform: fix wrong flag IRQF_SHARED for interrupt sharing 2012-08-24 10:54:05 +02:00
tscan1.c