aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/libertas/if_sdio.c
Commit message (Expand)AuthorAgeFilesLines
* libertas_sdio: handle spurious interruptsDaniel Drake2011-06-031-5/+16
* libertas: Use netdev_<level> or dev_<level> where possibleJoe Perches2011-05-111-9/+10
* libertas: Convert lbs_pr_<level> to pr_<level>Joe Perches2011-05-111-19/+19
* libertas: fix invalid accessSven Neumann2010-11-291-1/+0
* libertas: Fix sd8686 firmware reloadPaul Fox2010-10-291-3/+29
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-09-091-1/+1
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-09-071-1/+1
| |\
| | * libertas: if_sdio: fix buffer alignment in struct if_sdio_cardMike Rapoport2010-08-271-1/+1
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-08-251-101/+60
|\ \ \ | |/ / |/| |
| * | libertas: [sdio] use common firmware request helper and new firmware locationsDan Williams2010-08-161-83/+60
| |/
* | param: lock if_sdio's lbs_helper_name and lbs_fw_name against sysfs changes.Rusty Russell2010-08-111-2/+30
|/
* libertas: Added callback functions to support SDIO suspend/resume.Amitkumar Karwar2010-06-021-0/+58
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-05-051-1/+3
|\
| * libertas: fix 8686 firmware loading regressionDan Williams2010-04-281-1/+3
* | Merge branch 'master' into for-davemJohn W. Linville2010-04-231-63/+40
|\ \ | |/
| * libertas: Davinci platforms need more time loading helper firmwareDan Williams2010-04-161-0/+5
| * libertas: consolidate SDIO firmware wait codeDan Williams2010-04-161-63/+35
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-04-151-0/+22
|\ \ | |/
| * libertas/sdio: 8686: set ECSI bit for 1-bit transfersDaniel Mack2010-04-061-0/+22
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-091-1/+1
|\
| * tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-1/+1
* | libertas: declare MODULE_FIRMWAREBen Hutchings2009-11-111-0/+6
* | libertas: Add auto deep sleep support for SD8385/SD8686/SD8688Amitkumar Karwar2009-10-071-0/+56
|/
* libertas: fix card cleanup order in SDIO driverAndrey Yurovsky2009-07-101-1/+1
* libertas: remove ps_supported flag, use fwcapinfoAndrey Yurovsky2009-07-101-3/+0
* libertas: improve function init/shutdown handling for SD8688Bing Zhao2009-06-031-29/+47
* libertas: read SD8688 firmware status from new registerBing Zhao2009-05-221-8/+27
* libertas: implement function init/shutdown commands for SD8688Bing Zhao2009-05-221-3/+38
* libertas: get SD8688 rx length with one CMD52Bing Zhao2009-05-221-2/+55
* libertas: define macros for SDIO model numbersBing Zhao2009-05-221-9/+9
* libertas: add support for Marvell SD8688 chipBing Zhao2009-04-221-4/+13
* libertas: use private SDIO workqueue to avoid scheduling latencyDan Williams2009-02-271-5/+9
* libertas: fix power save issue in libertas_sdio moduleBing Zhao2009-02-271-0/+6
* libertas: use roundup instead of opencodingIlpo Järvinen2008-12-191-1/+2
* mmc,sdio: helper function for transfer paddingPierre Ossman2008-07-151-13/+7
* libertas: treat firmware data as constDavid Woodhouse2008-07-101-2/+2
* libertas: convert libertas driver to use an event/cmdresp queueHolger Schurig2008-04-161-55/+10
* libertas: use priv->upld_buf for command responsesDavid Woodhouse2008-01-281-7/+1
* libertas: kill whitespace at end of linesDavid Woodhouse2008-01-281-1/+1
* libertas: rename and re-type bufvirtualaddr to cmdbufDan Williams2008-01-281-2/+2
* libertas: clean up lbs_interrupt()David Woodhouse2008-01-281-2/+2
* libertas: kill struct lbs_adapterDavid Woodhouse2008-01-281-10/+10
* libertas: endianness fixesHolger Schurig2008-01-281-1/+1
* libertas: Consolidate lbs_host_to_card_done() function.David Woodhouse2008-01-281-6/+3
* libertas: remove arbitrary typedefsHolger Schurig2008-01-281-5/+6
* libertas: mark module_init/exit functions as __init/__exitAndres Salomon2008-01-281-2/+2
* libertas: move to uniform lbs_/LBS_ namespaceHolger Schurig2008-01-281-23/+23
* wireless/libertas support for 88w8385 sdio older revisionMarc Pignat2008-01-161-0/+4
* libertas: make if_sdio align packetsPierre Ossman2007-11-101-1/+3