aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/libertas/if_sdio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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