summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/brcm80211/brcmfmac/bcmsdh_sdmmc.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-19brcmfmac: combine bcmsdh source files into oneArend van Spriel1-552/+0
2013-12-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-0/+2
2013-12-02brcmfmac: determine sd host controller related variable earlierArend van Spriel1-15/+17
2013-12-02brcmfmac: reduce logging noise accessing SDIO SleepCSR registerArend van Spriel1-4/+15
2013-12-02brcmfmac: fix uninitialized warningArend van Spriel1-0/+2
2013-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-15/+13
2013-10-18brcmfmac: determine host controller related variables during probeArend van Spriel1-0/+17
2013-10-04brcmfmac: add BCM4339 SDIO interface supportFranky Lin1-8/+3
2013-09-26wireless: brcmfmac: use dev_get_platdata()Jingoo Han1-1/+1
2013-09-26brcmfmac: obtain platform data upon module initializationArend van Spriel1-15/+13
2013-08-16brcmfmac: remove align from brcmf_bus structureFranky Lin1-1/+0
2013-06-18brcmfmac: add sdio sg list supportFranky Lin1-73/+0
2013-06-18brcmfmac: replace brcmf_sdioh_request_buffer with brcmf_sdio_buffrwFranky Lin1-39/+2
2013-05-22drivers/net/wireless/brcm80211/brcmfmac: add missing platform_driver ownerLibo Chen1-1/+2
2013-04-12brcmfmac: define and use platform specific data for SDIO.Hante Meuleman1-83/+31
2013-04-12brcmfmac: Add 43143 SDIO support.Hante Meuleman1-0/+2
2013-04-12brcmfmac: add BCM4335 sdio interface supportFranky Lin1-0/+2
2013-04-03brcmfmac: add dedicated log level for low-level sdio debuggingArend van Spriel1-30/+30
2013-01-08brcmfmac: define pr_fmt in one placeArend van Spriel1-2/+0
2012-12-11brcmfmac: 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/lin...David 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-16brcmfmac: replace brcmf_sdioh_card_regread with brcmf_sdio_regrlFranky Lin1-29/+3
2012-05-09brcmfmac: 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-06brcm80211: 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-14brcm80211: fmac: add bcm4330 supportFranky Lin1-0/+2
2011-12-14brcm80211: fmac: save bus interface structure in function 2 deviceFranky Lin1-12/+11
2011-12-01brcm80211: 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