aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/brcm80211/brcmfmac/bcmsdh_sdmmc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-01-07brcmfmac: define pr_fmt in one placeArend van Spriel1-2/+0
2012-12-10brcmfmac: error messages should not be suppressedArend van Spriel1-23/+21
2012-11-16brcmfmac: code cleanupHante Meuleman1-1/+0
2012-11-16brcmfmac: avoid usage of func->card->dev in sdio probe.Hante Meuleman1-67/+73
2012-11-16brcmfmac: Handle mmc exceptions during init correct.Hante Meuleman1-1/+7
2012-11-14brcmfmac: protect consecutive SDIO access with sdio_claim_hostFranky Lin1-5/+2
2012-09-30Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller1-25/+0
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2012-09-24brcmfmac: raise SDIO host lock to higher levelFranky Lin1-25/+0
2012-09-10brcm80211: fix missing allocation failure checkColin Ian King1-0/+2
2012-09-07brcmfmac: add BCM43241 sdio interface driver supportFranky Lin1-0/+2
2012-06-27brcmfmac: add BCM4334 supportFranky Lin1-0/+2
2012-05-15brcmfmac: replace brcmf_sdioh_card_regread with brcmf_sdio_regrlFranky Lin1-29/+3
2012-05-08brcmfmac: add out of band interrupt supportFranky Lin1-1/+104
2012-04-27brcm80211: fmac: fix SDIO function 0 register r/w issueFranky Lin1-1/+7
2012-03-05brcm80211: fmac: initialize host interface drivers regardless resultArend van Spriel1-3/+1
2012-02-22brcm80211: fmac: move module entry points to dhd_linux.cArend van Spriel1-5/+2
2012-02-22brcm80211: fmac: use specific types in struct brcmf_busArend van Spriel1-2/+2
2012-02-22brcm80211: fmac: resolve smatch issues in brcmfmac codeArend van Spriel1-1/+2
2012-01-24brcm80211: Use pr_fmt and pr_<level>Joe Perches1-0/+3
2011-12-19brcm80211: fmac: exclude unnecessary header filesFranky Lin1-2/+0
2011-12-19brcm80211: fmac: move common layer bus interface context to dhd_bus.hFranky Lin1-0/+1
2011-12-19brcm80211: fmac: move sdio related macros to sdio_host.hFranky Lin1-0/+1
2011-12-13brcm80211: fmac: add bcm4330 supportFranky Lin1-0/+2
2011-12-13brcm80211: fmac: save bus interface structure in function 2 deviceFranky Lin1-12/+11
2011-11-30brcm80211: fmac: small memory leak on errorDan Carpenter1-1/+3
2011-11-28brcm80211: fmac: introduce common bus interface struct brcmf_busFranky Lin1-5/+18
2011-11-28brcm80211: fmac: move module init/exit to sdio layerFranky Lin1-5/+14
2011-11-28brcm80211: fmac: rename wait queue name to match using functionArend van Spriel1-2/+6
2011-11-28brcm80211: fmac: remove alignment check from brcmf_sdioh_request_buffer()Arend van Spriel1-82/+18
2011-11-28brcm80211: fmac: simplify the brcmf_sdioh_request_buffer() functionArend van Spriel1-28/+9
2011-11-28brcm80211: fmac: remove width parameter from brcmf_sdioh_request_bufferArend van Spriel1-2/+1
2011-11-28brcm80211: fmac: separate receiving skb chain from other receive pathArend van Spriel1-25/+72
2011-10-14net: wireless: brcm80210: include module.hStephen Rothwell1-0/+1
2011-10-11net: wireless: add brcm80211 driversArend van Spriel1-0/+625