summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/brcm80211/brcmfmac/dhd_sdio.c
AgeCommit message (Expand)Author
2013-02-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-02-08drivers: net: Remove remaining alloc/OOM messagesJoe Perches
2013-02-08brcmfmac: remove unnecessary locking in trap info processingPiotr Haber
2013-02-08brcmfmac: turn clocks on when reading shared infoPiotr Haber
2013-02-08brcmfmac: fix mmc host locking issuePiotr Haber
2013-02-08brcmfmac: add chip information to the bus interfaceArend van Spriel
2013-02-08brcmfmac: Track statistics per ifp.Hante Meuleman
2013-02-08brcmfmac: Remove drvr_up from bus interface.Hante Meuleman
2013-01-07brcmfmac: remove brcmf_proto_hdrpull() from bus interfaceArend van Spriel
2013-01-07brcmfmac: remove rx helper function from bus interfaceArend van Spriel
2013-01-07brcmfmac: define pr_fmt in one placeArend van Spriel
2012-12-10brcmfmac: error messages should not be suppressedArend van Spriel
2012-12-10brcmfmac: rework bus interfaceArend van Spriel
2012-11-16brcmfmac: sdio unload fix.Hante Meuleman
2012-11-16brcmfmac: Handle mmc exceptions during init correct.Hante Meuleman
2012-11-16brcmfmac: Any error should result in failure of probe.Hante Meuleman
2012-11-14brcmfmac: change return type of brcmf_sdio_hdparserFranky Lin
2012-11-14brcmfmac: remove brcmf_sdbrcm_wait_for_eventFranky Lin
2012-11-14brcmfmac: protect consecutive SDIO access with sdio_claim_hostFranky Lin
2012-11-14brcmfmac: decrease the range of SDIO access lockFranky Lin
2012-11-14brcmfmac: use dynamically allocated control frame bufferFranky Lin
2012-10-29brcmfmac: streamline header parse code of sdio glom readFranky Lin
2012-09-24brcmfmac: streamline SDIO read frame routineFranky Lin
2012-09-24brcmfmac: clear status for in-band interrupt in brcmf_sdbrcm_isrFranky Lin
2012-09-24brcmfmac: raise SDIO host lock to higher levelFranky Lin
2012-09-24brcmfmac: streamline SDIO dpcFranky Lin
2012-09-24brcmfmac: convert SDIO dpc implementation to workqueueFranky Lin
2012-09-24brcmfmac: use atomic variable for interrupt pending flagFranky Lin
2012-09-24brcmfmac: remove obsolete sdio bus sleep mechanismFranky Lin
2012-09-12brcmfmac: Stop all net if queues on tx flow halt.Hante Meuleman
2012-09-07brcmfmac: add BCM43241 sdio interface driver supportFranky Lin
2012-06-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-06-27brcmfmac: fix sparse warning introduced with checkdied patchArend van Spriel
2012-06-27brcmfmac: add BCM4334 supportFranky Lin
2012-06-27brcmfmac: reduce allocations needed during nvram data downloadArend van Spriel
2012-06-27brcmfmac: use firmware data buffer directly for nvramFranky Lin
2012-06-27brcmfmac: move glom alignment setting to SDIO bus layerFranky Lin
2012-06-27brcmfmac: restrict dongle txglom disable to old SDIO coreFranky Lin
2012-06-22brcmfmac: make inclusion of vmalloc.h explicit fixing linux-next buildArend van Spriel
2012-06-20brcmfmac: introduce checkdied debugfs functionalityArend van Spriel
2012-06-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-06-13brcmfmac: expose sdio internal counters in debugfsArend van Spriel
2012-06-06wireless: Remove casts to same typeJoe Perches
2012-05-15brcmfmac: remove function brcmf_sdcard_regfailFranky Lin
2012-05-15brcmfmac: remove redundant retries for SDIO core register accessFranky Lin
2012-05-15brcmfmac: replace brcmf_sdcard_reg_write with brcmf_sdio_regwlFranky Lin
2012-05-15brcmfmac: replace brcmf_sdcard_reg_read with brcmf_sdio_regrlFranky Lin
2012-05-15brcmfmac: replace brcmf_sdcard_cfg_write with brcmf_sdio_regwbFranky Lin
2012-05-15brcmfmac: replace brcmf_sdcard_cfg_read with brcmf_sdio_regrbFranky Lin
2012-05-15brcmfmac: remove unused parameter of brcmf_sdcard_reg_writeFranky Lin