aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/libertas/if_spi.c
Commit message (Expand)AuthorAgeFilesLines
* more driver stuff from 3.2.72Wolfgang Wiedmeyer2015-10-231-8/+6
* Net, libertas: Resolve memory leak in if_spi_host_to_card()Jesper Juhl2011-11-261-0/+1
* libertas: Use netdev_<level> or dev_<level> where possibleJoe Perches2011-05-111-20/+37
* libertas: Convert lbs_pr_<level> to pr_<level>Joe Perches2011-05-111-41/+33
* libertas: use kernel-doc notation, fix comment styleRandy Dunlap2011-04-281-47/+87
* libertas_spi: Add support for suspend/resumeVasily Khoruzhick2011-03-301-0/+65
* libertas_spi: Use workqueue in hw_host_to_cardVasily Khoruzhick2011-02-031-129/+239
* libertas: down_interruptible() can return -EINTR, not EINTRroel kluin2011-01-041-1/+1
* libertas: fix invalid accessSven Neumann2010-11-291-1/+0
* libertas: [spi] use common firmware request helper and new firmware locationsDan Williams2010-08-161-75/+69
* drivers/net/wireless/libertas: Adjust confusing if indentationJulia Lawall2010-08-161-2/+4
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* libertas/if_spi: needs linux/semaphore.hRandy Dunlap2010-02-081-0/+1
* libertas: declare MODULE_FIRMWAREBen Hutchings2009-11-111-0/+4
* libertas: remove internal buffers from GSPI driverAndrey Yurovsky2009-11-021-130/+6
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-10-291-5/+5
|\
| * libertas spi: fix sparse errorsHolger Schurig2009-10-271-5/+5
* | libertas: Add auto deep sleep support for SD8385/SD8686/SD8688Amitkumar Karwar2009-10-071-0/+3
|/
* spi: prefix modalias with "spi:"Anton Vorontsov2009-09-231-0/+1
* libertas: check valid bits in SPI bus mode regAndrey Yurovsky2009-08-041-1/+1
* libertas: correct card cleanup order in SPI driverAndrey Yurovsky2009-07-101-3/+4
* libertas: remove ps_supported flag, use fwcapinfoAndrey Yurovsky2009-07-101-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-06-181-5/+6
|\
| * net/libertas: don't recursive spin lock in if_spi_e2h()Sebastian Andrzej Siewior2009-06-151-4/+0
| * libertas: fix IEEE PS mode in GSPI driverAndrey Yurovsky2009-06-151-1/+6
* | firmware: wireless/libertas: prepare for FIRMWARE_NAME_MAX removalJohn W. Linville2009-06-151-4/+4
|/
* net/libertas: remove GPIO-CS handling in SPI interface codeSebastian Andrzej Siewior2009-06-101-48/+44
* net/libertas: make SPI interface big endian awareSebastian Andrzej Siewior2009-06-031-18/+16
* libertas: fix GSPI card event handlingandrey@cozybit.com2009-05-221-0/+7
* libertas: fix format warningJohn W. Linville2009-04-241-1/+1
* libertas: increase spi driver thread priorityAnna Neal2009-04-221-0/+4
* libertas: if_spi: add ability to call board specific setup/teardown methodsMike Rapoport2009-02-091-0/+15
* libertas: if_spi, driver for libertas GSPI devicesColin McCabe2009-01-291-0/+1203