aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/brcm80211/brcmfmac/sdio_host.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-09-24brcmfmac: clear status for in-band interrupt in brcmf_sdbrcm_isrFranky Lin1-0/+2
2012-05-15brcmfmac: replace brcmf_sdioh_card_regread with brcmf_sdio_regrlFranky Lin1-1/+1
2012-05-15brcmfmac: remove function brcmf_sdcard_regfailFranky Lin1-4/+0
2012-05-15brcmfmac: replace brcmf_sdcard_reg_write with brcmf_sdio_regwlFranky Lin1-8/+0
2012-05-15brcmfmac: replace brcmf_sdcard_reg_read with brcmf_sdio_regrlFranky Lin1-3/+0
2012-05-15brcmfmac: replace brcmf_sdcard_cfg_write with brcmf_sdio_regwbFranky Lin1-9/+0
2012-05-15brcmfmac: replace brcmf_sdcard_cfg_read with brcmf_sdio_regrbFranky Lin1-2/+0
2012-05-15brcmfmac: introduce unified register access interface for SDIOFranky Lin1-0/+12
2012-05-15brcmfmac: remove unused parameter of brcmf_sdcard_reg_writeFranky Lin1-2/+1
2012-05-15brcmfmac: remove unused parameter of brcmf_sdcard_reg_readFranky Lin1-1/+1
2012-05-08brcmfmac: add out of band interrupt supportFranky Lin1-5/+17
2011-12-19brcm80211: fmac: move sdio related macros to sdio_host.hFranky Lin1-0/+6
2011-12-19brcm80211: fmac: stop referencing brcmf_sdio in common layerFranky Lin1-0/+4
2011-12-13brcm80211: fmac: save bus interface structure in function 2 deviceFranky Lin1-0/+1
2011-11-28brcm80211: fmac: introduce common bus interface struct brcmf_busFranky Lin1-1/+1
2011-11-28brcm80211: fmac: remove unused parameter of brcmf_sdbrcm_probeFranky Lin1-2/+1
2011-11-28brcm80211: fmac: rename wait queue name to match using functionArend van Spriel1-1/+1
2011-11-28brcm80211: fmac: simplify the brcmf_sdioh_request_buffer() functionArend van Spriel1-1/+1
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-2/+16
2011-10-11net: wireless: add brcm80211 driversArend van Spriel1-0/+252