aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/brcm80211/brcmfmac/bcmsdh.c
Commit message (Expand)AuthorAge
* brcmfmac: error messages should not be suppressedArend van Spriel2012-12-10
* brcmfmac: sdio module load fix.Hante Meuleman2012-11-16
* brcmfmac: avoid usage of func->card->dev in sdio probe.Hante Meuleman2012-11-16
* brcmfmac: sdio unload fix.Hante Meuleman2012-11-16
* brcmfmac: protect consecutive SDIO access with sdio_claim_hostFranky Lin2012-11-14
* brcmfmac: clear status for in-band interrupt in brcmf_sdbrcm_isrFranky Lin2012-09-24
* brcmfmac: raise SDIO host lock to higher levelFranky Lin2012-09-24
* brcmfmac: Fix likely misuse of | for &Joe Perches2012-06-04
* brcmfmac: replace brcmf_sdioh_card_regread with brcmf_sdio_regrlFranky Lin2012-05-15
* brcmfmac: remove function brcmf_sdcard_regfailFranky Lin2012-05-15
* brcmfmac: replace brcmf_sdcard_reg_write with brcmf_sdio_regwlFranky Lin2012-05-15
* brcmfmac: replace brcmf_sdcard_reg_read with brcmf_sdio_regrlFranky Lin2012-05-15
* brcmfmac: replace brcmf_sdcard_cfg_write with brcmf_sdio_regwbFranky Lin2012-05-15
* brcmfmac: replace brcmf_sdcard_cfg_read with brcmf_sdio_regrbFranky Lin2012-05-15
* brcmfmac: introduce unified register access interface for SDIOFranky Lin2012-05-15
* brcmfmac: decouple set_sbaddr_window from register write interfaceFranky Lin2012-05-15
* brcmfmac: remove unused parameter of brcmf_sdcard_reg_writeFranky Lin2012-05-15
* brcmfmac: remove unused parameter of brcmf_sdcard_reg_readFranky Lin2012-05-15
* brcmfmac: add out of band interrupt supportFranky Lin2012-05-08
* brcmfmac: stop releasing sdio host in irq handlerFranky Lin2012-05-08
* brcm80211: Use pr_fmt and pr_<level>Joe Perches2012-01-24
* brcm80211: fmac: exclude unnecessary header filesFranky Lin2011-12-19
* brcm80211: fmac: register a dummy irq handler for SDIO function 2Franky Lin2011-12-19
* brcm80211: fmac: save bus interface structure in function 2 deviceFranky Lin2011-12-13
* brcm80211: fmac: introduce common bus interface struct brcmf_busFranky Lin2011-11-28
* brcm80211: fmac: remove unused parameter of brcmf_sdbrcm_probeFranky Lin2011-11-28
* brcm80211: fmac: simplify the brcmf_sdioh_request_buffer() functionArend van Spriel2011-11-28
* brcm80211: fmac: remove width parameter from brcmf_sdioh_request_bufferArend van Spriel2011-11-28
* brcm80211: fmac: separate receiving skb chain from other receive pathArend van Spriel2011-11-28
* drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker2011-10-31
* net: wireless: add brcm80211 driversArend van Spriel2011-10-11