summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/libertas/if_spi.c
AgeCommit message (Expand)Author
2011-12-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-11-28wireless: Remove redundant spi driver bus initializationLars-Peter Clausen
2011-11-15Net, libertas: Resolve memory leak in if_spi_host_to_card()Jesper Juhl
2011-10-31drivers/net: change moduleparam.h to module.h as required.Paul Gortmaker
2011-08-09libertas: remove some dead code in if_spi_prog_helper_firmware()Dan Carpenter
2011-06-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-06-17if_spi: Fix compilation warning - unused variableNikanth Karthikesan
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan
2011-05-11libertas: Use netdev_<level> or dev_<level> where possibleJoe Perches
2011-05-11libertas: Convert lbs_pr_<level> to pr_<level>Joe Perches
2011-04-28libertas: use kernel-doc notation, fix comment styleRandy Dunlap
2011-03-30libertas_spi: Add support for suspend/resumeVasily Khoruzhick
2011-02-03libertas_spi: Use workqueue in hw_host_to_cardVasily Khoruzhick
2011-01-04libertas: down_interruptible() can return -EINTR, not EINTRroel kluin
2010-11-29libertas: fix invalid accessSven Neumann
2010-08-16libertas: [spi] use common firmware request helper and new firmware locationsDan Williams
2010-08-16drivers/net/wireless/libertas: Adjust confusing if indentationJulia Lawall
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-08libertas/if_spi: needs linux/semaphore.hRandy Dunlap
2009-11-11libertas: declare MODULE_FIRMWAREBen Hutchings
2009-11-02libertas: remove internal buffers from GSPI driverAndrey Yurovsky
2009-10-29Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-10-27libertas spi: fix sparse errorsHolger Schurig
2009-10-07libertas: Add auto deep sleep support for SD8385/SD8686/SD8688Amitkumar Karwar
2009-09-23spi: prefix modalias with "spi:"Anton Vorontsov
2009-08-04libertas: check valid bits in SPI bus mode regAndrey Yurovsky
2009-07-10libertas: correct card cleanup order in SPI driverAndrey Yurovsky
2009-07-10libertas: remove ps_supported flag, use fwcapinfoAndrey Yurovsky
2009-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2009-06-15firmware: wireless/libertas: prepare for FIRMWARE_NAME_MAX removalJohn W. Linville
2009-06-15net/libertas: don't recursive spin lock in if_spi_e2h()Sebastian Andrzej Siewior
2009-06-15libertas: fix IEEE PS mode in GSPI driverAndrey Yurovsky
2009-06-10net/libertas: remove GPIO-CS handling in SPI interface codeSebastian Andrzej Siewior
2009-06-03net/libertas: make SPI interface big endian awareSebastian Andrzej Siewior
2009-05-22libertas: fix GSPI card event handlingandrey@cozybit.com
2009-04-24libertas: fix format warningJohn W. Linville
2009-04-22libertas: increase spi driver thread priorityAnna Neal
2009-02-09libertas: if_spi: add ability to call board specific setup/teardown methodsMike Rapoport
2009-01-29libertas: if_spi, driver for libertas GSPI devicesColin McCabe