summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/wl12xx/wl1271_spi.c
AgeCommit message (Expand)AuthorFilesLines
2010-11-22wl1271: Change wl12xx Files NamesShahar Levi1-498/+0
2010-10-05wl1271: Handle large SPI transfersIdo Yariv1-54/+86
2010-09-28wl1271: Release interrupt *after* releasing the driver contextJuuso Oikarinen1-2/+1
2010-09-21wl1271: make ref_clock configurable by boardOhad Ben-Cohen1-0/+2
2010-09-21wl1271: propagate set_power's return valueOhad Ben-Cohen1-1/+3
2010-09-21wl12xx: make wl12xx.h common to both spi and sdioOhad Ben-Cohen1-1/+1
2010-08-04net: wl12xx: do not use kfree'd memoryKulikov Vasiliy1-2/+1
2010-07-06wl12xx: Use MODULE_ALIAS macro at correct postion for SPI busAmeya Palande1-0/+1
2010-04-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-45/+26
2010-04-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+1
2010-03-31wl1271: Update busyword checking mechanismJuuso Oikarinen1-44/+23
2010-03-31wl1271: Fix memory leaks in SPI initializationJuuso Oikarinen1-0/+2
2010-03-31wl1271: fix wl1271_spi driver nameLuciano Coelho1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-23wl1271: Changed platform_device to be dynamically allocatedTeemu Paasikivi1-1/+2
2010-03-23wl1271: Move platform device registration from _spi to _mainJuuso Oikarinen1-29/+2
2010-03-23wl1271: Cleaned up wlan power on/off functionsTeemu Paasikivi1-0/+7
2010-03-09wl1271: Implement looped IRQ handlingJuuso Oikarinen1-1/+3
2010-03-09wl1271: Removed wl1271_spi.h and made some functions staticTeemu Paasikivi1-7/+37
2010-03-09wl1271: Inlined IO functionsTeemu Paasikivi1-1/+1
2010-03-09wl1271: Implemented abstraction of IO functions.Teemu Paasikivi1-8/+29
2010-03-09wl1271: Added functions to enable/disable interrupt handlingTeemu Paasikivi1-0/+10
2010-03-09wl1271: Moved module basics to wl1271_spi.cTeemu Paasikivi1-0/+180
2010-02-19wl1271: Moved common IO functions from wl271_spi.c to wl1271_io.cTeemu Paasikivi1-157/+0
2010-01-04wl1271: fix timeout in wl1271_top_reg_readJuha Leppanen1-2/+1
2009-10-27wl1271: fix sparse warnings about undeclared functionsLuciano Coelho1-1/+4
2009-10-27wl1271: Remove busy-word checkingJuuso Oikarinen1-3/+3
2009-10-27wl1271: Remove outdated SPI functionsJuuso Oikarinen1-58/+27
2009-10-27wl1271: Add top-register access functionsJuuso Oikarinen1-0/+46
2009-10-27wl1271: Update memory mapping for firmware revision 6.1.0.0.241Juuso Oikarinen1-114/+64
2009-10-27wl1271: Implementation for SPI busy word checkingJuuso Oikarinen1-2/+67
2009-08-14wl1271: add wl1271 driver filesLuciano Coelho1-0/+382