summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/libertas/if_sdio.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+0Star
* 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/+7Star
* 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/+10Star
* libertas: use priv->upld_buf for command responsesDavid Woodhouse2008-01-291-7/+1Star
* libertas: kill whitespace at end of linesDavid Woodhouse2008-01-291-1/+1
* libertas: rename and re-type bufvirtualaddr to cmdbufDan Williams2008-01-291-2/+2
* libertas: clean up lbs_interrupt()David Woodhouse2008-01-291-2/+2
* libertas: kill struct lbs_adapterDavid Woodhouse2008-01-291-10/+10
* libertas: endianness fixesHolger Schurig2008-01-291-1/+1
* libertas: Consolidate lbs_host_to_card_done() function.David Woodhouse2008-01-291-6/+3Star
* libertas: remove arbitrary typedefsHolger Schurig2008-01-291-5/+6
* libertas: mark module_init/exit functions as __init/__exitAndres Salomon2008-01-291-2/+2
* libertas: move to uniform lbs_/LBS_ namespaceHolger Schurig2008-01-291-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
* net: libertas sdio driverPierre Ossman2007-10-171-0/+1079