summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/libertas/if_spi.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-18libertas: move under marvell vendor directoryKalle Valo1-1318/+0
2015-10-28spi: Drop owner assignment from spi_driversAndrew F. Davis1-1/+0
2013-12-05wireless: libertas: remove unnecessary spi_set_drvdata()Jingoo Han1-1/+0
2013-10-18libertas: move firmware lifetime handling to firmware.cDan Williams1-4/+0
2013-09-26wireless: libertas: use dev_get_platdata()Jingoo Han1-1/+1
2012-12-06libertas: remove __dev* attributesBill Pemberton1-3/+3
2012-04-17libertas: Firmware loading simplificationsDaniel Drake1-3/+2
2012-04-12wireless, libertas: remove redundant NULL tests before calling release_firmwa...Jesper Juhl1-4/+2
2011-12-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-0/+1
2011-11-28wireless: Remove redundant spi driver bus initializationLars-Peter Clausen1-1/+0
2011-11-15Net, libertas: Resolve memory leak in if_spi_host_to_card()Jesper Juhl1-0/+1
2011-10-31drivers/net: change moduleparam.h to module.h as required.Paul Gortmaker1-1/+1
2011-08-09libertas: remove some dead code in if_spi_prog_helper_firmware()Dan Carpenter1-4/+0
2011-06-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-3/+3
2011-06-17if_spi: Fix compilation warning - unused variableNikanth Karthikesan1-3/+3
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan1-0/+2
2011-05-11libertas: Use netdev_<level> or dev_<level> where possibleJoe Perches1-20/+37
2011-05-11libertas: Convert lbs_pr_<level> to pr_<level>Joe Perches1-41/+33
2011-04-28libertas: use kernel-doc notation, fix comment styleRandy Dunlap1-47/+87
2011-03-30libertas_spi: Add support for suspend/resumeVasily Khoruzhick1-0/+65
2011-02-03libertas_spi: Use workqueue in hw_host_to_cardVasily Khoruzhick1-129/+239
2011-01-04libertas: down_interruptible() can return -EINTR, not EINTRroel kluin1-1/+1
2010-11-29libertas: fix invalid accessSven Neumann1-1/+0
2010-08-16libertas: [spi] use common firmware request helper and new firmware locationsDan Williams1-75/+69
2010-08-16drivers/net/wireless/libertas: Adjust confusing if indentationJulia Lawall1-2/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-02-08libertas/if_spi: needs linux/semaphore.hRandy Dunlap1-0/+1
2009-11-11libertas: declare MODULE_FIRMWAREBen Hutchings1-0/+4
2009-11-02libertas: remove internal buffers from GSPI driverAndrey Yurovsky1-130/+6
2009-10-29Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-5/+5
2009-10-27libertas spi: fix sparse errorsHolger Schurig1-5/+5
2009-10-07libertas: Add auto deep sleep support for SD8385/SD8686/SD8688Amitkumar Karwar1-0/+3
2009-09-23spi: prefix modalias with "spi:"Anton Vorontsov1-0/+1
2009-08-04libertas: check valid bits in SPI bus mode regAndrey Yurovsky1-1/+1
2009-07-10libertas: correct card cleanup order in SPI driverAndrey Yurovsky1-3/+4
2009-07-10libertas: remove ps_supported flag, use fwcapinfoAndrey Yurovsky1-1/+0
2009-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-5/+6
2009-06-15firmware: wireless/libertas: prepare for FIRMWARE_NAME_MAX removalJohn W. Linville1-4/+4
2009-06-15net/libertas: don't recursive spin lock in if_spi_e2h()Sebastian Andrzej Siewior1-4/+0
2009-06-15libertas: fix IEEE PS mode in GSPI driverAndrey Yurovsky1-1/+6
2009-06-10net/libertas: remove GPIO-CS handling in SPI interface codeSebastian Andrzej Siewior1-48/+44
2009-06-03net/libertas: make SPI interface big endian awareSebastian Andrzej Siewior1-18/+16
2009-05-22libertas: fix GSPI card event handlingandrey@cozybit.com1-0/+7
2009-04-24libertas: fix format warningJohn W. Linville1-1/+1
2009-04-22libertas: increase spi driver thread priorityAnna Neal1-0/+4
2009-02-09libertas: if_spi: add ability to call board specific setup/teardown methodsMike Rapoport1-0/+15
2009-01-29libertas: if_spi, driver for libertas GSPI devicesColin McCabe1-0/+1203