summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/wl12xx/spi.c
AgeCommit message (Expand)AuthorFilesLines
2012-04-12wireless/wl12xx/wl1251: move TI WLAN modules to a common ti subdirectoryLuciano Coelho1-442/+0
2012-02-15wl12xx: dynamically change fw according to number of active rolesEliad Peller1-2/+4
2012-02-15wl12xx: Use a dedicated fw for PLTEliad Peller1-0/+2
2011-12-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Luciano Coelho1-1/+0
2011-11-28wireless: Remove redundant spi driver bus initializationLars-Peter Clausen1-1/+0
2011-10-11wl12xx: use the same plat dev name for both SPI and SDIOLuciano Coelho1-1/+1
2011-10-11wl12xx: spi: use dev_err instead of wl1271_errorLuciano Coelho1-19/+12
2011-10-11wl12xx: move debugging definitions to a separate fileLuciano Coelho1-0/+1
2011-10-11wl12xx: move common init code from bus modules to mainFelipe Balbi1-139/+22
2011-10-11wl12xx: add a platform device to the spi moduleFelipe Balbi1-0/+44
2011-10-11wl12xx: add an spi glue struct to keep wl and device side-by-sideFelipe Balbi1-20/+47
2011-08-22wl12xx: Use a single fw for both STA and AP rolesArik Nemtsov1-3/+1
2011-07-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-14/+1
2011-06-27net: wl12xx: remove unnecessary printsFelipe Balbi1-14/+1
2011-06-07net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan1-0/+1
2011-04-19wl12xx: Handle platforms without level trigger interruptsIdo Yariv1-1/+8
2011-04-19wl12xx: 1281/1283 support - Use different FW file for AP mode wl127x/wl128x c...Arik Nemtsov1-1/+2
2011-04-19wl12xx: 1281/1283 support - New boot sequenceShahar Levi1-0/+1
2011-04-19wl12xx: 1281/1283 support - add block size handling for sdio and spiLuciano Coelho1-1/+2
2011-04-19wl12xx: 1281/1283 support - Add DefinitionsShahar Levi1-0/+1
2011-04-04wl12xx: fix module author's email address in the spi and sdio modulesLuciano Coelho1-1/+1
2011-03-03wl12xx: Switch to level trigger interruptsIdo Yariv1-1/+1
2011-03-03wl12xx: Switch to a threaded interrupt handlerIdo Yariv1-12/+7
2011-01-24wl12xx: add missing MODULE_FIRMWARE statment for AP-mode FWArik Nemtsov1-0/+1
2011-01-24wl12xx: use after free in debug codeDan Carpenter1-1/+1
2010-11-22wl1271: Change wl12xx Files NamesShahar Levi1-0/+498
2009-07-10wl1251: add wl1251 prefix to all 1251 filesKalle Valo1-395/+0
2009-07-10wl12xx: Add support for block reading from a fixed register addressJuuso Oikarinen1-4/+8
2009-07-10wl12xx: add support for fixed address in wl12xx_spi_readLuciano Coelho1-4/+8
2009-07-10wl12xx: add wl12xx_spi_reg_read() and wl12xx_spi_reg_write() functionsLuciano Coelho1-0/+18
2009-07-10wl12xx: allocate buffer the spi busy word from struct wl12xxKalle Valo1-2/+3
2009-07-10wl12xx: allocate buffer spi read/write command buffer kzalloc()Kalle Valo1-15/+19
2009-07-10wl12xx: reserve buffer for partition command in struct wl12xxKalle Valo1-8/+14
2009-05-06wl12xx: add driverKalle Valo1-0/+358