android_kernel_motorola_sm6225/drivers/net/wireless/b43
Dominik Brodowski eb14120f74 pcmcia: re-work pcmcia_request_irq()
Instead of the old pcmcia_request_irq() interface, drivers may now
choose between:

- calling request_irq/free_irq directly. Use the IRQ from *p_dev->irq.

- use pcmcia_request_irq(p_dev, handler_t); the PCMCIA core will
  clean up automatically on calls to pcmcia_disable_device() or
  device ejection.

- drivers still not capable of IRQF_SHARED (or not telling us so) may
  use the deprecated pcmcia_request_exclusive_irq() for the time
  being; they might receive a shared IRQ nonetheless.

CC: linux-bluetooth@vger.kernel.org
CC: netdev@vger.kernel.org
CC: linux-wireless@vger.kernel.org
CC: linux-serial@vger.kernel.org
CC: alsa-devel@alsa-project.org
CC: linux-usb@vger.kernel.org
CC: linux-ide@vger.kernel.org
Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
2010-05-10 10:23:13 +02:00
..
b43.h b43: fall back gracefully to PIO mode after fatal DMA errors 2010-02-26 17:26:16 -05:00
debugfs.c
debugfs.h
dma.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 2010-03-30 22:02:32 +09:00
dma.h b43: remove get_tx_stats() mac80211 op 2010-02-08 16:51:00 -05:00
Kconfig b43: fall back gracefully to PIO mode after fatal DMA errors 2010-02-26 17:26:16 -05:00
leds.c b43: fix two warnings 2009-12-04 14:16:25 -05:00
leds.h
lo.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 2010-03-30 22:02:32 +09:00
lo.h
main.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 2010-03-30 22:02:32 +09:00
main.h
Makefile b43: Allow PIO mode to be selected at module load 2009-12-28 16:31:28 -05:00
pcmcia.c pcmcia: re-work pcmcia_request_irq() 2010-05-10 10:23:13 +02:00
pcmcia.h
phy_a.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 2010-03-30 22:02:32 +09:00
phy_a.h
phy_common.c b43: update cordic code to match current specs 2010-01-25 16:39:03 -05:00
phy_common.h b43: update cordic code to match current specs 2010-01-25 16:39:03 -05:00
phy_g.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 2010-03-30 22:02:32 +09:00
phy_g.h
phy_lp.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 2010-03-30 22:02:32 +09:00
phy_lp.h
phy_n.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 2010-03-30 22:02:32 +09:00
phy_n.h b43: N-PHY: partly implement SPUR workaround 2010-02-08 16:50:55 -05:00
pio.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 2010-03-30 22:02:32 +09:00
pio.h b43: remove get_tx_stats() mac80211 op 2010-02-08 16:51:00 -05:00
rfkill.c b43: avoid PPC fault during resume 2009-12-04 13:28:49 -05:00
rfkill.h
sdio.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 2010-03-30 22:02:32 +09:00
sdio.h
sysfs.c
sysfs.h
tables.c
tables.h
tables_lpphy.c
tables_lpphy.h
tables_nphy.c b43: N-PHY: add setting power amplifier filters 2010-01-22 16:11:39 -05:00
tables_nphy.h b43: N-PHY: add setting power amplifier filters 2010-01-22 16:11:39 -05:00
wa.c
wa.h
xmit.c
xmit.h b43: Rewrite TX bounce buffer handling 2009-11-11 15:23:40 -05:00