aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/brcm80211/brcmfmac/bcmsdh.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-30brcmfmac: (clean) Rename sdio related files.Hante Meuleman1-1/+1
2014-10-30brcmfmac: (clean) Rename dhd_bus.h in bus.hHante Meuleman1-1/+1
2014-10-30brcmfmac: (clean) Rename files dhd_dbg to debugHante Meuleman1-1/+1
2014-10-30brcmfmac: Add wowl support for SDIO devices.Hante Meuleman1-14/+31
2014-07-29brcmfmac: Fix OOB interrupt not working for BCM43362Hans de Goede1-0/+16
2014-07-29brcmfmac: add device tree support for SDIO devicesChen-Yu Tsai1-0/+4
2014-07-15brcmfmac: Cleanup used device IDs.Hante Meuleman1-11/+12
2014-03-20brcmfmac: only show error message when brcmf_sdiod_regrw_helper() failsArend van Spriel1-20/+21
2014-03-17brcmfmac: add BCM4354 SDIO interface supportFranky Lin1-0/+1
2014-03-14brcmfmac: Make probe function __initJean Delvare1-1/+1
2014-02-28brcmfmac: reset suspend flag upon sdio suspend failureArend van Spriel1-3/+5
2014-02-28brcmfmac: use pre-allocated scatter-gather table for txglommingArend van Spriel1-9/+38
2014-02-12brcmfmac: fix sdio sending of large buffers.Hante Meuleman1-1/+1
2014-02-12brcmfmac: rename sdio_chip.[ch]Arend van Spriel1-1/+0
2014-02-12brcmfmac: add owner info to sdio_driver structureFranky Lin1-2/+3
2014-01-16brcmfmac: handle SDIO card removalArend van Spriel1-14/+26
2014-01-09brcmfmac: add support for bcm43362 deviceArend van Spriel1-0/+1
2014-01-06mmc: add SDIO identifiers for Broadcom WLAN devicesArend van Spriel1-2/+0
2014-01-06brcmfmac: rework SDIO register access functionsArend van Spriel1-131/+96
2013-12-18brcmfmac: clarify struct brcmf_sdio_dev::func[0] referenceArend van Spriel1-20/+16
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-6/+6
2013-12-18brcmfmac: Add definition of new protocol layer msgbuf.Hante Meuleman1-0/+1
2013-12-18brcmfmac: reduce function parameters in sdio send/receive callsArend van Spriel1-40/+33
2013-12-18brcmfmac: use consistent function names in bcmsdh.cArend van Spriel1-148/+126
2013-12-18brcmfmac: remove brcmf_sdio_wdtimer_enable() functionArend van Spriel1-10/+2
2013-12-18brcmfmac: remove regs parameter from sdio probe functionsArend van Spriel1-4/+1
2013-12-18brcmfmac: remove brcmf_sdio_regrw_helper() from header fileArend van Spriel1-3/+2
2013-12-18brcmfmac: use sdio functions to enable/disable F2Arend van Spriel1-21/+8
2013-12-18brcmfmac: remove unused struct brcmf_sdio_dev::func_cis_ptr attributeArend van Spriel1-55/+6
2013-12-18brcmfmac: remove unnecessary function prototypesArend van Spriel1-236/+231
2013-12-18brcmfmac: combine bcmsdh source files into oneArend van Spriel1-0/+521
2013-12-02brcmfmac: remove unnecessary EXPORT_SYMBOL() usageArend van Spriel1-3/+0
2013-10-18brcmfmac: fix brcmf_sdcard_recv_chain() for host without sg supportArend van Spriel1-2/+19
2013-10-18brcmfmac: fix brcmf_sdcard_send_pkt() for host without sg supportArend van Spriel1-3/+11
2013-10-18brcmfmac: remove stale code from brcmf_sdcard_recv_chain()Arend van Spriel1-2/+0
2013-10-18brcmfmac: verify result of brcmf_sdio_addrprep() callsArend van Spriel1-4/+11
2013-10-18brcmfmac: rework single packet transfersArend van Spriel1-41/+40
2013-10-18brcmfmac: rename brcmf_sdio_buffrw()Arend van Spriel1-8/+9
2013-10-18brcmfmac: rework scatter-gather code in brcmf_sdio_buffrw()Arend van Spriel1-15/+19
2013-10-18brcmfmac: determine host controller related variables during probeArend van Spriel1-16/+7
2013-10-18brcmfmac: rename variable max_seg_sz to max_seg_cnt for clarityArend van Spriel1-5/+6
2013-08-15brcmfmac: abstract tx packet processing functionsFranky Lin1-8/+8
2013-06-27brcmfmac: add broken scatter-gather DMA supportFranky Lin1-11/+67
2013-06-27brcmfmac: use unified dongle address preparation functionFranky Lin1-52/+27
2013-06-27brcmfmac: remove SDIO_REQ_ASYNC flagFranky Lin1-11/+3
2013-06-18brcmfmac: add sdio sg list supportFranky Lin1-16/+133
2013-06-18brcmfmac: replace brcmf_sdioh_request_buffer with brcmf_sdio_buffrwFranky Lin1-11/+47
2013-04-12brcmfmac: define and use platform specific data for SDIO.Hante Meuleman1-77/+78
2013-04-12brcmfmac: aggregate dongle ram access interfaceFranky Lin1-22/+66