aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless/brcm80211/brcmfmac/dhd_sdio.c
AgeCommit message (Expand)Author
2014-03-13brcmfmac: fix skb leak in brcmf_sdio_txpkt_prep_sg error path.Dave Jones
2014-02-20brcmfmac: fix txglomming scatter-gather packet transfersArend van Spriel
2014-01-16brcmfmac: handle SDIO card removalArend van Spriel
2014-01-16brcmfmac: rename chip and core related structuresArend van Spriel
2014-01-16brcmfmac: rework firmware download codeArend van Spriel
2014-01-16brcmfmac: update core reset and disable routines.Hante Meuleman
2014-01-16brcmfmac: Create common nvram parsing routines.Hante Meuleman
2014-01-09brcmfmac: add support for bcm43362 deviceArend van Spriel
2014-01-06brcmfmac: only disable clock when brcmf_sdio_bus_init() failsArend van Spriel
2014-01-06brcmfmac: enable watchdog when bus initialization is completeArend van Spriel
2014-01-06brcmfmac: correct detection of save&restore device capabilityArend van Spriel
2014-01-06brcmfmac: cleanup helper functions in sdio probe pathArend van Spriel
2014-01-06brcmfmac: cleanup helper functions in sdio remove pathArend 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: use sdio functions to enable/disable F2Arend van Spriel
2013-12-02brcmfmac: use platform specific alignment in SDIOArend van Spriel
2013-12-02brcmfmac: determine alignment values during probeArend van Spriel
2013-12-02brcmfmac: add host tx glomming supportFranky Lin
2013-12-02brcmfmac: add firmware and nvram file name for bcm4339Franky Lin
2013-12-02brcmfmac: support hardware extension header in trace_brcmf_sdpcm_hdr()Arend van Spriel
2013-12-02brcmfmac: replace dongle command list with .preinit() callbackArend van Spriel
2013-12-02brcmfmac: add separate function for passing bus tx overheadArend van Spriel
2013-10-18brcmfmac: fix brcmf_sdcard_recv_chain() for host without sg supportArend van Spriel
2013-10-18brcmfmac: fix brcmf_sdio_txpkt_prep() for host without sg supportArend van Spriel
2013-10-18brcmfmac: add tracepoint for capturing the SDPCM headerArend van Spriel
2013-10-03brcmfmac: rework rx path bus interfaceArend van Spriel
2013-10-03brcmfmac: Use fw filename and nvram based of devid for sdio.Hante Meuleman
2013-10-03brcmfmac: reserve memory for bus layer in sk_buff::cbFranky Lin
2013-08-15brcmfmac: use configurable sdio bus header length for tx packetFranky Lin
2013-08-15brcmfmac: streamline sdio bus header codeFranky Lin
2013-08-15brcmfmac: remove align from brcmf_bus structureFranky Lin
2013-08-15brcmfmac: abstract tx packet processing functionsFranky Lin
2013-08-15brcmfmac: .txdata() bus callback should not call brcmf_txcomplete()Arend van Spriel
2013-08-15brcmfmac: use irq safe spinlock in brcmf_sdbrcm_txdata()Arend van Spriel
2013-06-18brcmfmac: add sdio sg list supportFranky Lin
2013-06-18brcmfmac: remove redundant chip ID check in dhd_sdioFranky Lin
2013-06-18brcmfmac: simplify dpc handling using atomic operationsArend van Spriel
2013-06-12brcmfmac: Take bus flowcontrol at credit mgmt into account.Hante Meuleman
2013-04-12brcmfmac: define and use platform specific data for SDIO.Hante Meuleman
2013-04-12brcmfmac: Add 43143 SDIO support.Hante Meuleman
2013-04-12brcmfmac: add BCM4335 sdio interface supportFranky Lin
2013-04-12brcmfmac: setup SDIO reset behaviorPiotr Haber
2013-04-12brcmfmac: add support for dongle ARM CR4 coreFranky Lin
2013-04-12brcmfmac: move chip download state code to sdio_chip.cFranky Lin