aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/libertas/if_sdio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-18libertas: move under marvell vendor directoryKalle Valo1-1453/+0
2014-03-03net: Replace min macro with min_tSilvan Jegen1-2/+2
2013-12-05libertas sdio: claim device before calling sdio_disable_func()Alexey Khoroshilov1-2/+2
2013-12-05libertas/sdio: make sure card enters power-off when firmware is loaded.NeilBrown1-1/+1
2013-10-18libertas: move firmware lifetime handling to firmware.cDan Williams1-6/+2
2013-02-27libertas: fix crash for SD8688Bing Zhao1-1/+5
2012-11-14add Marvell 88W8688 support to libertas_sdioHarro Haan1-9/+30
2012-09-05libertas sdio: fix suspend when interface is downDaniel Drake1-0/+5
2012-08-02libertas: fix two memory leaksDaniel Drake1-0/+1
2012-04-17libertas SDIO: convert to asynchronous firmware loadingDaniel Drake1-85/+121
2012-04-17libertas: Firmware loading simplificationsDaniel Drake1-23/+2
2012-04-12wireless, libertas: remove redundant NULL tests before calling release_firmware()Jesper Juhl1-4/+2
2011-10-31drivers/net: change moduleparam.h to module.h as required.Paul Gortmaker1-1/+1
2011-08-09libertas: implement if_sdio runtime power managementDaniel Drake1-106/+171
2011-06-10libertas: add sd8686 reset_card supportDaniel Drake1-0/+34
2011-06-03libertas_sdio: handle spurious interruptsDaniel Drake1-5/+16
2011-05-11libertas: Use netdev_<level> or dev_<level> where possibleJoe Perches1-9/+10
2011-05-11libertas: Convert lbs_pr_<level> to pr_<level>Joe Perches1-19/+19
2010-11-29libertas: fix invalid accessSven Neumann1-1/+0
2010-10-29libertas: Fix sd8686 firmware reloadPaul Fox1-3/+29
2010-09-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2010-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+1
2010-08-27libertas: if_sdio: fix buffer alignment in struct if_sdio_cardMike Rapoport1-1/+1
2010-08-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-101/+60
2010-08-16libertas: [sdio] use common firmware request helper and new firmware locationsDan Williams1-83/+60
2010-08-11param: lock if_sdio's lbs_helper_name and lbs_fw_name against sysfs changes.Rusty Russell1-2/+30
2010-06-02libertas: Added callback functions to support SDIO suspend/resume.Amitkumar Karwar1-0/+58
2010-05-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-1/+3
2010-04-28libertas: fix 8686 firmware loading regressionDan Williams1-1/+3
2010-04-23Merge branch 'master' into for-davemJohn W. Linville1-63/+40
2010-04-16libertas: Davinci platforms need more time loading helper firmwareDan Williams1-0/+5
2010-04-16libertas: consolidate SDIO firmware wait codeDan Williams1-63/+35
2010-04-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-0/+22
2010-04-06libertas/sdio: 8686: set ECSI bit for 1-bit transfersDaniel Mack1-0/+22
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-11-11libertas: declare MODULE_FIRMWAREBen Hutchings1-0/+6
2009-10-07libertas: Add auto deep sleep support for SD8385/SD8686/SD8688Amitkumar Karwar1-0/+56
2009-07-10libertas: fix card cleanup order in SDIO driverAndrey Yurovsky1-1/+1
2009-07-10libertas: remove ps_supported flag, use fwcapinfoAndrey Yurovsky1-3/+0
2009-06-03libertas: improve function init/shutdown handling for SD8688Bing Zhao1-29/+47
2009-05-22libertas: read SD8688 firmware status from new registerBing Zhao1-8/+27
2009-05-22libertas: implement function init/shutdown commands for SD8688Bing Zhao1-3/+38
2009-05-22libertas: get SD8688 rx length with one CMD52Bing Zhao1-2/+55
2009-05-22libertas: define macros for SDIO model numbersBing Zhao1-9/+9
2009-04-22libertas: add support for Marvell SD8688 chipBing Zhao1-4/+13
2009-02-27libertas: use private SDIO workqueue to avoid scheduling latencyDan Williams1-5/+9
2009-02-27libertas: fix power save issue in libertas_sdio moduleBing Zhao1-0/+6
2008-12-19libertas: use roundup instead of opencodingIlpo Järvinen1-1/+2