alistair23-linux/drivers/mmc/core
Albert Herranz ed9935f4f9 sdio: pass whitelisted cis funce tuples to sdio drivers
Some manufacturers provide vendor information in non-vendor specific CIS
tuples.  For example, Broadcom uses an Extended Function tuple to provide
the MAC address on some of their network cards, as in the case of the
Nintendo Wii WLAN daughter card.

This patch allows passing whitelisted FUNCE tuples unknown to the SDIO
core to a matching SDIO driver instead of rejecting them and failing.

Signed-off-by: Albert Herranz <albert_herranz@yahoo.es>
Cc: <linux-mmc@vger.kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2009-10-01 16:11:12 -07:00
..
bus.c mmc: add MODALIAS linkage for MMC/SD devices 2009-03-24 21:29:58 +01:00
bus.h
core.c mmc: propagate error codes back from bus drivers' suspend/resume methods 2009-09-23 07:39:38 -07:00
core.h mmc: propagate error codes back from bus drivers' suspend/resume methods 2009-09-23 07:39:38 -07:00
debugfs.c const: constify remaining file_operations 2009-10-01 16:11:11 -07:00
host.c mmc: add 'enable' and 'disable' methods to mmc host 2009-09-23 07:39:33 -07:00
host.h mmc: add 'enable' and 'disable' methods to mmc host 2009-09-23 07:39:33 -07:00
Kconfig
Makefile
mmc.c mmc: propagate error codes back from bus drivers' suspend/resume methods 2009-09-23 07:39:38 -07:00
mmc_ops.c mmc: check status after MMC SWITCH command 2009-09-23 07:39:34 -07:00
mmc_ops.h mmc: add mmc card sleep and awake support 2009-09-23 07:39:33 -07:00
sd.c mmc: propagate error codes back from bus drivers' suspend/resume methods 2009-09-23 07:39:38 -07:00
sd_ops.c
sd_ops.h
sdio.c mmc: propagate error codes back from bus drivers' suspend/resume methods 2009-09-23 07:39:38 -07:00
sdio_bus.c mmc: make SDIO device/driver struct accessors public 2009-09-23 07:39:38 -07:00
sdio_bus.h
sdio_cis.c sdio: pass whitelisted cis funce tuples to sdio drivers 2009-10-01 16:11:12 -07:00
sdio_cis.h
sdio_io.c sdio: add MMC_QUIRK_LENIENT_FN0 2009-09-23 07:39:37 -07:00
sdio_irq.c sdio: give sdio irq thread a host specific name 2008-10-12 11:04:30 +02:00
sdio_ops.c sdio: check that addresses are within the address space 2009-03-24 21:30:00 +01:00
sdio_ops.h