aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/libertas/if_sdio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-07-15mmc,sdio: helper function for transfer paddingPierre Ossman1-13/+7
2008-07-10libertas: treat firmware data as constDavid Woodhouse1-2/+2
2008-04-16libertas: convert libertas driver to use an event/cmdresp queueHolger Schurig1-55/+10
2008-01-28libertas: use priv->upld_buf for command responsesDavid Woodhouse1-7/+1
2008-01-28libertas: kill whitespace at end of linesDavid Woodhouse1-1/+1
2008-01-28libertas: rename and re-type bufvirtualaddr to cmdbufDan Williams1-2/+2
2008-01-28libertas: clean up lbs_interrupt()David Woodhouse1-2/+2
2008-01-28libertas: kill struct lbs_adapterDavid Woodhouse1-10/+10
2008-01-28libertas: endianness fixesHolger Schurig1-1/+1
2008-01-28libertas: Consolidate lbs_host_to_card_done() function.David Woodhouse1-6/+3
2008-01-28libertas: remove arbitrary typedefsHolger Schurig1-5/+6
2008-01-28libertas: mark module_init/exit functions as __init/__exitAndres Salomon1-2/+2
2008-01-28libertas: move to uniform lbs_/LBS_ namespaceHolger Schurig1-23/+23
2008-01-16wireless/libertas support for 88w8385 sdio older revisionMarc Pignat1-0/+4
2007-11-10libertas: make if_sdio align packetsPierre Ossman1-1/+3
2007-10-17net: libertas sdio driverPierre Ossman1-0/+1079