summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/brcm80211/brcmfmac/bcmsdh.c
Commit message (Expand)AuthorAgeFilesLines
* brcmfmac: define pr_fmt in one placeArend van Spriel2013-01-071-2/+0Star
* brcmfmac: error messages should not be suppressedArend van Spriel2012-12-101-8/+7Star
* brcmfmac: sdio module load fix.Hante Meuleman2012-11-161-3/+0Star
* brcmfmac: avoid usage of func->card->dev in sdio probe.Hante Meuleman2012-11-161-4/+6
* brcmfmac: sdio unload fix.Hante Meuleman2012-11-161-0/+2
* brcmfmac: protect consecutive SDIO access with sdio_claim_hostFranky Lin2012-11-141-22/+6Star
* brcmfmac: clear status for in-band interrupt in brcmf_sdbrcm_isrFranky Lin2012-09-241-1/+1
* brcmfmac: raise SDIO host lock to higher levelFranky Lin2012-09-241-5/+32
* brcmfmac: Fix likely misuse of | for &Joe Perches2012-06-041-2/+2
* brcmfmac: replace brcmf_sdioh_card_regread with brcmf_sdio_regrlFranky Lin2012-05-151-2/+2
* brcmfmac: remove function brcmf_sdcard_regfailFranky Lin2012-05-151-7/+1Star
* brcmfmac: replace brcmf_sdcard_reg_write with brcmf_sdio_regwlFranky Lin2012-05-151-32/+0Star
* brcmfmac: replace brcmf_sdcard_reg_read with brcmf_sdio_regrlFranky Lin2012-05-151-32/+0Star
* brcmfmac: replace brcmf_sdcard_cfg_write with brcmf_sdio_regwbFranky Lin2012-05-151-28/+4Star
* brcmfmac: replace brcmf_sdcard_cfg_read with brcmf_sdio_regrbFranky Lin2012-05-151-25/+1Star
* brcmfmac: introduce unified register access interface for SDIOFranky Lin2012-05-151-0/+113
* brcmfmac: decouple set_sbaddr_window from register write interfaceFranky Lin2012-05-151-13/+24
* brcmfmac: remove unused parameter of brcmf_sdcard_reg_writeFranky Lin2012-05-151-9/+7Star
* brcmfmac: remove unused parameter of brcmf_sdcard_reg_readFranky Lin2012-05-151-22/+8Star
* brcmfmac: add out of band interrupt supportFranky Lin2012-05-091-7/+88
* brcmfmac: stop releasing sdio host in irq handlerFranky Lin2012-05-091-4/+0Star
* brcm80211: Use pr_fmt and pr_<level>Joe Perches2012-01-241-0/+2
* brcm80211: fmac: exclude unnecessary header filesFranky Lin2011-12-191-1/+0Star
* brcm80211: fmac: register a dummy irq handler for SDIO function 2Franky Lin2011-12-191-0/+7
* brcm80211: fmac: save bus interface structure in function 2 deviceFranky Lin2011-12-131-2/+1Star
* brcm80211: fmac: introduce common bus interface struct brcmf_busFranky Lin2011-11-281-1/+2
* brcm80211: fmac: remove unused parameter of brcmf_sdbrcm_probeFranky Lin2011-11-281-1/+1
* brcm80211: fmac: simplify the brcmf_sdioh_request_buffer() functionArend van Spriel2011-11-281-5/+26
* brcm80211: fmac: remove width parameter from brcmf_sdioh_request_bufferArend van Spriel2011-11-281-3/+3
* brcm80211: fmac: separate receiving skb chain from other receive pathArend van Spriel2011-11-281-19/+97
* drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker2011-11-011-0/+1
* net: wireless: add brcm80211 driversArend van Spriel2011-10-111-0/+371