aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/brcm80211/brcmfmac/bcmsdh.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-8/+7
2012-11-16brcmfmac: sdio module load fix.Hante Meuleman1-3/+0
2012-11-16brcmfmac: avoid usage of func->card->dev in sdio probe.Hante Meuleman1-4/+6
2012-11-16brcmfmac: sdio unload fix.Hante Meuleman1-0/+2
2012-11-14brcmfmac: protect consecutive SDIO access with sdio_claim_hostFranky Lin1-22/+6
2012-09-24brcmfmac: clear status for in-band interrupt in brcmf_sdbrcm_isrFranky Lin1-1/+1
2012-09-24brcmfmac: raise SDIO host lock to higher levelFranky Lin1-5/+32
2012-06-04brcmfmac: Fix likely misuse of | for &Joe Perches1-2/+2
2012-05-15brcmfmac: replace brcmf_sdioh_card_regread with brcmf_sdio_regrlFranky Lin1-2/+2
2012-05-15brcmfmac: remove function brcmf_sdcard_regfailFranky Lin1-7/+1
2012-05-15brcmfmac: replace brcmf_sdcard_reg_write with brcmf_sdio_regwlFranky Lin1-32/+0
2012-05-15brcmfmac: replace brcmf_sdcard_reg_read with brcmf_sdio_regrlFranky Lin1-32/+0
2012-05-15brcmfmac: replace brcmf_sdcard_cfg_write with brcmf_sdio_regwbFranky Lin1-28/+4
2012-05-15brcmfmac: replace brcmf_sdcard_cfg_read with brcmf_sdio_regrbFranky Lin1-25/+1
2012-05-15brcmfmac: introduce unified register access interface for SDIOFranky Lin1-0/+113
2012-05-15brcmfmac: decouple set_sbaddr_window from register write interfaceFranky Lin1-13/+24
2012-05-15brcmfmac: remove unused parameter of brcmf_sdcard_reg_writeFranky Lin1-9/+7
2012-05-15brcmfmac: remove unused parameter of brcmf_sdcard_reg_readFranky Lin1-22/+8
2012-05-08brcmfmac: add out of band interrupt supportFranky Lin1-7/+88
2012-05-08brcmfmac: stop releasing sdio host in irq handlerFranky Lin1-4/+0
2012-01-24brcm80211: Use pr_fmt and pr_<level>Joe Perches1-0/+2
2011-12-19brcm80211: fmac: exclude unnecessary header filesFranky Lin1-1/+0
2011-12-19brcm80211: fmac: register a dummy irq handler for SDIO function 2Franky Lin1-0/+7
2011-12-13brcm80211: fmac: save bus interface structure in function 2 deviceFranky Lin1-2/+1
2011-11-28brcm80211: fmac: introduce common bus interface struct brcmf_busFranky Lin1-1/+2
2011-11-28brcm80211: fmac: remove unused parameter of brcmf_sdbrcm_probeFranky Lin1-1/+1
2011-11-28brcm80211: fmac: simplify the brcmf_sdioh_request_buffer() functionArend van Spriel1-5/+26
2011-11-28brcm80211: fmac: remove width parameter from brcmf_sdioh_request_bufferArend van Spriel1-3/+3
2011-11-28brcm80211: fmac: separate receiving skb chain from other receive pathArend van Spriel1-19/+97
2011-10-31drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker1-0/+1
2011-10-11net: wireless: add brcm80211 driversArend van Spriel1-0/+371