]> git.baikalelectronics.ru Git - kernel.git/commit
sdio: pass whitelisted cis funce tuples to sdio drivers
authorAlbert Herranz <albert_herranz@yahoo.es>
Thu, 1 Oct 2009 22:44:05 +0000 (15:44 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 1 Oct 2009 23:11:12 +0000 (16:11 -0700)
commitda8d58ec5697658c7d6e887e64c2506c8a8149fa
treed4b536382bbb786ef04a2aa8d7e78487fb87875f
parenta1129599e6dc6ebf6f5cf2f3eb13ed74b9b3ec4e
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>
drivers/mmc/core/sdio_cis.c