John W. Linville
5c01d56693
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem
...
Conflicts:
Documentation/feature-removal-schedule.txt
drivers/net/wireless/ath/ath5k/phy.c
drivers/net/wireless/wl12xx/wl1271_main.c
2010-04-15 16:21:34 -04:00
Daniel Mack
8a64c0f6b7
libertas/sdio: 8686: set ECSI bit for 1-bit transfers
...
When operating in 1-bit mode, SDAT1 is used as dedicated interrupt line.
However, the 8686 will only drive this line when the ECSI bit is set in
the CCCR_IF register.
Thanks to Alagu Sankar for pointing me in the right direction.
Signed-off-by: Daniel Mack <daniel@caiaq.de >
Cc: Alagu Sankar <alagusankar@embwise.com >
Cc: Volker Ernst <volker.ernst@txtr.com >
Cc: Dan Williams <dcbw@redhat.com >
Cc: John W. Linville <linville@tuxdriver.com >
Cc: Holger Schurig <hs4233@mail.mn-solutions.de >
Cc: Bing Zhao <bzhao@marvell.com >
Cc: libertas-dev@lists.infradead.org
Cc: linux-wireless@vger.kernel.org
Cc: linux-mmc@vger.kernel.org
Acked-by: Dan Williams <dcbw@redhat.com >
Signed-off-by: John W. Linville <linville@tuxdriver.com >
2010-04-06 16:52:06 -04:00
Daniel Drake
6b5eda369a
sdio: put active devices into 1-bit mode during suspend
...
And bring them back to 4-bit mode during resume.
Signed-off-by: Daniel Drake <dsd@laptop.org >
Signed-off-by: Nicolas Pitre <nico@marvell.com >
Cc: <linux-mmc@vger.kernel.org >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2010-03-06 11:26:37 -08:00
David Vrabel
7616ee95f2
sdio: add SDIO_FBR_BASE(f) macro
...
Signed-off-by: David Vrabel <david.vrabel@csr.com >
Signed-off-by: Pierre Ossman <drzeus@drzeus.cx >
2007-09-23 21:16:27 +02:00
Pierre Ossman
112c9db91e
sdio: support IO_RW_EXTENDED
...
Support the multi-byte transfer operation, including handlers for
common operations like writel()/readl().
Signed-off-by: Pierre Ossman <drzeus@drzeus.cx >
2007-09-23 21:09:34 +02:00
Pierre Ossman
fa64efa1f2
mmc: enable/disable functions for SDIO
...
Like many other buses, the devices (functions) on the SDIO bus
must be enabled before they can be used. Add functions that allow
drivers to do so.
Signed-off-by: Pierre Ossman <drzeus@drzeus.cx >
2007-09-23 20:10:56 +02:00
Pierre Ossman
b2bcc798bb
mmc: implement SDIO IO_RW_DIRECT operation
...
Signed-off-by: Pierre Ossman <drzeus@drzeus.cx >
2007-09-23 19:42:37 +02:00
Pierre Ossman
5c4e6f1301
mmc: detect SDIO cards
...
Really basic init sequence for SDIO cards.
Signed-off-by: Pierre Ossman <drzeus@drzeus.cx >
2007-09-23 19:40:07 +02:00