2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-24 05:04:00 +08:00
linux-next/drivers/net/wireless/wl12xx
Luciano Coelho a336e26664 wl12xx: add wl12xx_spi_reg_read() and wl12xx_spi_reg_write() functions
In some cases we need to read more than 32 bits from the register area.
These functions were added to support that, like the existing
wl12xx_spi_mem_read() and wl12xx_spi_mem_write() already do for large blocks
in the memory area.

Signed-off-by: Luciano Coelho <luciano.coelho@nokia.com>
Signed-off-by: Kalle Valo <kalle.valo@nokia.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2009-07-10 14:57:45 -04:00
..
acx.c wl12xx: cmd and acx interface rework 2009-07-10 14:57:41 -04:00
acx.h wl12xx: cmd and acx interface rework 2009-07-10 14:57:41 -04:00
boot.c
boot.h
cmd.c wl12xx: cmd and acx interface rework 2009-07-10 14:57:41 -04:00
cmd.h wl12xx: cmd and acx interface rework 2009-07-10 14:57:41 -04:00
debugfs.c
debugfs.h
event.c
event.h
init.c
init.h
Kconfig wireless: WL12XX should depend on GENERIC_HARDIRQS 2009-05-11 15:23:54 -04:00
main.c wl12xx: removed chipset interrupt source configuration from fw wakeup 2009-07-10 14:57:45 -04:00
Makefile
ps.c wl12xx: cmd and acx interface rework 2009-07-10 14:57:41 -04:00
ps.h wl12xx: cmd and acx interface rework 2009-07-10 14:57:41 -04:00
reg.h
rx.c wl12xx: fix rx descriptor use 2009-07-10 14:57:43 -04:00
rx.h
spi.c wl12xx: add wl12xx_spi_reg_read() and wl12xx_spi_reg_write() functions 2009-07-10 14:57:45 -04:00
spi.h wl12xx: add wl12xx_spi_reg_read() and wl12xx_spi_reg_write() functions 2009-07-10 14:57:45 -04:00
tx.c
tx.h
wl12xx_80211.h
wl12xx.h wl12xx: fix rx descriptor use 2009-07-10 14:57:43 -04:00
wl1251.c wl12xx: use wl12xx_mem_read32() to read the rx counter 2009-07-10 14:57:43 -04:00
wl1251.h