aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/brcm80211/brcmfmac/sdio_host.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-30brcmfmac: (clean) Rename sdio related files.Hante Meuleman1-340/+0
2014-10-30brcmfmac: Add wowl support for SDIO devices.Hante Meuleman1-0/+2
2014-07-29brcmfmac: Fix some wrong register definesHans de Goede1-6/+6
2014-07-15brcmfmac: Make firmware path a module parameterDaniel Kim1-0/+4
2014-02-28brcmfmac: use pre-allocated scatter-gather table for txglommingArend van Spriel1-0/+2
2014-02-12brcmfmac: make chip related functions host interface independentArend van Spriel1-1/+89
2014-02-12brcmfmac: move SDIO specific functionsArend van Spriel1-0/+1
2014-01-06brcmfmac: rework SDIO register access functionsArend van Spriel1-1/+0
2013-12-18brcmfmac: remove brcmf_sdio_disconnect() functionArend van Spriel1-1/+1
2013-12-18brcmfmac: use consistent function names in dhd_sdio.cArend van Spriel1-4/+5
2013-12-18brcmfmac: reduce function parameters in sdio send/receive callsArend van Spriel1-12/+8
2013-12-18brcmfmac: use consistent function names in bcmsdh.cArend van Spriel1-22/+22
2013-12-18brcmfmac: get rid of some void pointer parametersArend van Spriel1-5/+4
2013-12-18brcmfmac: remove regs parameter from sdio probe functionsArend van Spriel1-1/+1
2013-12-18brcmfmac: remove brcmf_sdio_regrw_helper() from header fileArend van Spriel1-2/+0
2013-12-18brcmfmac: remove unused struct brcmf_sdio_dev::func_cis_ptr attributeArend van Spriel1-1/+0
2013-12-18brcmfmac: remove unnecessary function prototypesArend van Spriel1-27/+0
2013-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-1/+5
2013-10-18brcmfmac: fix brcmf_sdcard_recv_chain() for host without sg supportArend van Spriel1-1/+1
2013-10-18brcmfmac: determine host controller related variables during probeArend van Spriel1-0/+4
2013-09-24brcm80211: Remove extern from function prototypesJoe Perches1-50/+42
2013-08-15brcmfmac: abstract tx packet processing functionsFranky Lin1-1/+1
2013-06-27brcmfmac: use unified dongle address preparation functionFranky Lin1-3/+0
2013-06-27brcmfmac: remove SDIO_REQ_ASYNC flagFranky Lin1-2/+0
2013-06-18brcmfmac: add sdio sg list supportFranky Lin1-7/+0
2013-06-18brcmfmac: replace brcmf_sdioh_request_buffer with brcmf_sdio_buffrwFranky Lin1-4/+4
2013-04-12brcmfmac: define and use platform specific data for SDIO.Hante Meuleman1-4/+2
2013-04-12brcmfmac: setup SDIO reset behaviorPiotr Haber1-0/+2
2013-04-12brcmfmac: aggregate dongle ram access interfaceFranky Lin1-0/+2
2013-04-12brcmfmac: support save&restore firmware featurePiotr Haber1-2/+20
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