summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/brcm80211/brcmfmac/dhd_sdio.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-16brcmfmac: use configurable sdio bus header length for tx packetFranky Lin1-14/+16
2013-08-16brcmfmac: streamline sdio bus header codeFranky Lin1-123/+120
2013-08-16brcmfmac: remove align from brcmf_bus structureFranky Lin1-8/+17
2013-08-16brcmfmac: abstract tx packet processing functionsFranky Lin1-69/+168
2013-08-16brcmfmac: .txdata() bus callback should not call brcmf_txcomplete()Arend van Spriel1-1/+0
2013-08-16brcmfmac: use irq safe spinlock in brcmf_sdbrcm_txdata()Arend van Spriel1-2/+3
2013-06-18brcmfmac: add sdio sg list supportFranky Lin1-78/+4
2013-06-18brcmfmac: remove redundant chip ID check in dhd_sdioFranky Lin1-22/+0
2013-06-18brcmfmac: simplify dpc handling using atomic operationsArend van Spriel1-58/+12
2013-06-12brcmfmac: Take bus flowcontrol at credit mgmt into account.Hante Meuleman1-1/+1
2013-04-12brcmfmac: define and use platform specific data for SDIO.Hante Meuleman1-14/+15
2013-04-12brcmfmac: Add 43143 SDIO support.Hante Meuleman1-0/+2
2013-04-12brcmfmac: add BCM4335 sdio interface supportFranky Lin1-0/+2
2013-04-12brcmfmac: setup SDIO reset behaviorPiotr Haber1-7/+31
2013-04-12brcmfmac: add support for dongle ARM CR4 coreFranky Lin1-4/+11
2013-04-12brcmfmac: move chip download state code to sdio_chip.cFranky Lin1-196/+9
2013-04-12brcmfmac: aggregate dongle ram access interfaceFranky Lin1-92/+28
2013-04-12brcmfmac: support save&restore firmware featurePiotr Haber1-12/+250
2013-04-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-3/+3
2013-04-08brcmfmac: add hexadecimal trace of message payloadArend van Spriel1-0/+1
2013-04-08brcmfmac: firmware shared data version fixPiotr Haber1-2/+2
2013-04-08brcmfmac: read firmware console without trap indicationPiotr Haber1-16/+14
2013-04-03brcmfmac: add dedicated log level for low-level sdio debuggingArend van Spriel1-17/+17
2013-04-03brcmfmac: add optional bus callback definition for tx queue cleanupArend van Spriel1-0/+10
2013-04-03brcmfmac: use skb_cow() in brcmf_sdbrcm_txpkt() to assure alignmentArend van Spriel1-19/+6
2013-04-03brcmfmac: minor optimization of brcmf_sdbrcm_txpkt() functionArend van Spriel1-4/+3
2013-04-03brcmfmac: correct success flag passed by brcmf_sdbrcm_txpkt()Arend van Spriel1-1/+1
2013-04-03brcmfmac: do not proceed if fail to download nvram to dongleFranky Lin1-3/+3
2013-03-07brcmfmac: release transmit packet in brcmf_txcomplete()Arend van Spriel1-11/+3
2013-03-07brcmfmac: add support for TLV based firmware signallingArend van Spriel1-7/+7
2013-02-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-20/+5
2013-02-09drivers: net: Remove remaining alloc/OOM messagesJoe Perches1-3/+2
2013-02-08brcmfmac: remove unnecessary locking in trap info processingPiotr Haber1-4/+0
2013-02-08brcmfmac: turn clocks on when reading shared infoPiotr Haber1-0/+1
2013-02-08brcmfmac: fix mmc host locking issuePiotr Haber1-1/+1
2013-02-08brcmfmac: add chip information to the bus interfaceArend van Spriel1-0/+2
2013-02-08brcmfmac: Track statistics per ifp.Hante Meuleman1-10/+0
2013-02-08brcmfmac: Remove drvr_up from bus interface.Hante Meuleman1-5/+1
2013-01-08brcmfmac: remove brcmf_proto_hdrpull() from bus interfaceArend van Spriel1-17/+2
2013-01-08brcmfmac: remove rx helper function from bus interfaceArend van Spriel1-2/+5
2013-01-08brcmfmac: define pr_fmt in one placeArend van Spriel1-2/+0
2012-12-11brcmfmac: error messages should not be suppressedArend van Spriel1-95/+94
2012-12-11brcmfmac: rework bus interfaceArend van Spriel1-5/+11
2012-11-16brcmfmac: sdio unload fix.Hante Meuleman1-1/+1
2012-11-16brcmfmac: Handle mmc exceptions during init correct.Hante Meuleman1-8/+9
2012-11-16brcmfmac: Any error should result in failure of probe.Hante Meuleman1-4/+2
2012-11-14brcmfmac: change return type of brcmf_sdio_hdparserFranky Lin1-24/+23
2012-11-14brcmfmac: remove brcmf_sdbrcm_wait_for_eventFranky Lin1-8/+3
2012-11-14brcmfmac: protect consecutive SDIO access with sdio_claim_hostFranky Lin1-44/+74
2012-11-14brcmfmac: decrease the range of SDIO access lockFranky Lin1-28/+34