summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/brcm80211/brcmfmac/bcmsdh.c
AgeCommit message (Expand)Author
2014-03-20brcmfmac: only show error message when brcmf_sdiod_regrw_helper() failsArend van Spriel
2014-03-17brcmfmac: add BCM4354 SDIO interface supportFranky Lin
2014-03-14brcmfmac: Make probe function __initJean Delvare
2014-02-28brcmfmac: reset suspend flag upon sdio suspend failureArend van Spriel
2014-02-28brcmfmac: use pre-allocated scatter-gather table for txglommingArend van Spriel
2014-02-12brcmfmac: fix sdio sending of large buffers.Hante Meuleman
2014-02-12brcmfmac: rename sdio_chip.[ch]Arend van Spriel
2014-02-12brcmfmac: add owner info to sdio_driver structureFranky Lin
2014-01-16brcmfmac: handle SDIO card removalArend van Spriel
2014-01-09brcmfmac: add support for bcm43362 deviceArend van Spriel
2014-01-06mmc: add SDIO identifiers for Broadcom WLAN devicesArend van Spriel
2014-01-06brcmfmac: rework SDIO register access functionsArend van Spriel
2013-12-18brcmfmac: clarify struct brcmf_sdio_dev::func[0] referenceArend 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: Add definition of new protocol layer msgbuf.Hante Meuleman
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: remove brcmf_sdio_wdtimer_enable() functionArend 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: use sdio functions to enable/disable F2Arend 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-12-18brcmfmac: combine bcmsdh source files into oneArend van Spriel
2013-12-02brcmfmac: remove unnecessary EXPORT_SYMBOL() usageArend van Spriel
2013-10-18brcmfmac: fix brcmf_sdcard_recv_chain() for host without sg supportArend van Spriel
2013-10-18brcmfmac: fix brcmf_sdcard_send_pkt() for host without sg supportArend van Spriel
2013-10-18brcmfmac: remove stale code from brcmf_sdcard_recv_chain()Arend van Spriel
2013-10-18brcmfmac: verify result of brcmf_sdio_addrprep() callsArend van Spriel
2013-10-18brcmfmac: rework single packet transfersArend van Spriel
2013-10-18brcmfmac: rename brcmf_sdio_buffrw()Arend van Spriel
2013-10-18brcmfmac: rework scatter-gather code in brcmf_sdio_buffrw()Arend van Spriel
2013-10-18brcmfmac: determine host controller related variables during probeArend van Spriel
2013-10-18brcmfmac: rename variable max_seg_sz to max_seg_cnt for clarityArend van Spriel
2013-08-15brcmfmac: abstract tx packet processing functionsFranky Lin
2013-06-27brcmfmac: add broken scatter-gather DMA supportFranky 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: aggregate dongle ram access interfaceFranky Lin
2013-04-03brcmfmac: add dedicated log level for low-level sdio debuggingArend van Spriel
2013-01-07brcmfmac: define pr_fmt in one placeArend van Spriel
2012-12-10brcmfmac: error messages should not be suppressedArend van Spriel
2012-11-16brcmfmac: sdio module load fix.Hante Meuleman
2012-11-16brcmfmac: avoid usage of func->card->dev in sdio probe.Hante Meuleman
2012-11-16brcmfmac: sdio unload fix.Hante Meuleman
2012-11-14brcmfmac: protect consecutive SDIO access with sdio_claim_hostFranky Lin