aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/brcm80211/brcmfmac/bcmsdh.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-20brcmfmac: add support for BCM43430 SDIO chipsetArend van Spriel1-0/+1
2015-03-20brcmfmac: avoid runtime-pm for sdio host controllerArend van Spriel1-1/+3
2015-03-13brcmfmac: Add support for BCM4345 SDIO chipset.Syed Asifful Dayyan1-0/+1
2015-03-13brcmfmac: Fix oops when SDIO device is removed.Hante Meuleman1-1/+1
2015-02-26brcmfmac: make sdio suspend wait for threads to freezeArend van Spriel1-17/+108
2015-02-26brcmfmac: use helper function for changing SDIO stateArend van Spriel1-11/+30
2015-01-29brcmfmac: SDIO: avoid using bus state for private states.Hante Meuleman1-6/+11
2015-01-29brcmfmac: wait for driver to go idle during suspendArend van Spriel1-5/+15
2015-01-29brcmfmac: prevent possible deadlock on resuming SDIO device.Hante Meuleman1-33/+0
2015-01-09brcmfmac: get rid of duplicate SDIO device identifiersArend van Spriel1-11/+11
2015-01-06brcmfmac: Add support for bcm43340/1 wireless chipsetsArend van Spriel1-0/+2
2014-12-24brcmfmac: Do not crash if platform data is not populatedMika Westerberg1-2/+2
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
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-10-20net: wireless: brcm80211: brcmfmac: drop owner assignment from platform_driversWolfram Sang1-1/+0
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