summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/brcm80211/brcmfmac/sdio_host.h
AgeCommit message (Expand)Author
2014-10-30brcmfmac: (clean) Rename sdio related files.Hante Meuleman
2014-10-30brcmfmac: Add wowl support for SDIO devices.Hante Meuleman
2014-07-29brcmfmac: Fix some wrong register definesHans de Goede
2014-07-15brcmfmac: Make firmware path a module parameterDaniel Kim
2014-02-28brcmfmac: use pre-allocated scatter-gather table for txglommingArend van Spriel
2014-02-12brcmfmac: make chip related functions host interface independentArend van Spriel
2014-02-12brcmfmac: move SDIO specific functionsArend van Spriel
2014-01-06brcmfmac: rework SDIO register access functionsArend van Spriel
2013-12-18brcmfmac: remove brcmf_sdio_disconnect() functionArend van Spriel
2013-12-18brcmfmac: use consistent function names in dhd_sdio.cArend van Spriel
2013-12-18brcmfmac: reduce function parameters in sdio send/receive callsArend van Spriel
2013-12-18brcmfmac: use consistent function names in bcmsdh.cArend van Spriel
2013-12-18brcmfmac: get rid of some void pointer parametersArend van Spriel
2013-12-18brcmfmac: remove regs parameter from sdio probe functionsArend van Spriel
2013-12-18brcmfmac: remove brcmf_sdio_regrw_helper() from header fileArend van Spriel
2013-12-18brcmfmac: remove unused struct brcmf_sdio_dev::func_cis_ptr attributeArend van Spriel
2013-12-18brcmfmac: remove unnecessary function prototypesArend van Spriel
2013-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-10-18brcmfmac: fix brcmf_sdcard_recv_chain() for host without sg supportArend van Spriel
2013-10-18brcmfmac: determine host controller related variables during probeArend van Spriel
2013-09-24brcm80211: Remove extern from function prototypesJoe Perches
2013-08-15brcmfmac: abstract tx packet processing functionsFranky Lin
2013-06-27brcmfmac: use unified dongle address preparation functionFranky Lin
2013-06-27brcmfmac: remove SDIO_REQ_ASYNC flagFranky Lin
2013-06-18brcmfmac: add sdio sg list supportFranky Lin
2013-06-18brcmfmac: replace brcmf_sdioh_request_buffer with brcmf_sdio_buffrwFranky Lin
2013-04-12brcmfmac: define and use platform specific data for SDIO.Hante Meuleman
2013-04-12brcmfmac: setup SDIO reset behaviorPiotr Haber
2013-04-12brcmfmac: aggregate dongle ram access interfaceFranky Lin
2013-04-12brcmfmac: support save&restore firmware featurePiotr Haber
2012-09-24brcmfmac: clear status for in-band interrupt in brcmf_sdbrcm_isrFranky Lin
2012-05-15brcmfmac: replace brcmf_sdioh_card_regread with brcmf_sdio_regrlFranky Lin
2012-05-15brcmfmac: remove function brcmf_sdcard_regfailFranky Lin
2012-05-15brcmfmac: replace brcmf_sdcard_reg_write with brcmf_sdio_regwlFranky Lin
2012-05-15brcmfmac: replace brcmf_sdcard_reg_read with brcmf_sdio_regrlFranky Lin
2012-05-15brcmfmac: replace brcmf_sdcard_cfg_write with brcmf_sdio_regwbFranky Lin
2012-05-15brcmfmac: replace brcmf_sdcard_cfg_read with brcmf_sdio_regrbFranky Lin
2012-05-15brcmfmac: introduce unified register access interface for SDIOFranky Lin
2012-05-15brcmfmac: remove unused parameter of brcmf_sdcard_reg_writeFranky Lin
2012-05-15brcmfmac: remove unused parameter of brcmf_sdcard_reg_readFranky Lin
2012-05-08brcmfmac: add out of band interrupt supportFranky Lin
2011-12-19brcm80211: fmac: move sdio related macros to sdio_host.hFranky Lin
2011-12-19brcm80211: fmac: stop referencing brcmf_sdio in common layerFranky Lin
2011-12-13brcm80211: fmac: save bus interface structure in function 2 deviceFranky Lin
2011-11-28brcm80211: fmac: introduce common bus interface struct brcmf_busFranky Lin
2011-11-28brcm80211: fmac: remove unused parameter of brcmf_sdbrcm_probeFranky Lin
2011-11-28brcm80211: fmac: rename wait queue name to match using functionArend van Spriel
2011-11-28brcm80211: fmac: simplify the brcmf_sdioh_request_buffer() functionArend van Spriel
2011-11-28brcm80211: fmac: remove width parameter from brcmf_sdioh_request_bufferArend van Spriel
2011-11-28brcm80211: fmac: separate receiving skb chain from other receive pathArend van Spriel