aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/brcm80211/brcmfmac/dhd_sdio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-10/+4
2014-02-20brcmfmac: fix txglomming scatter-gather packet transfersArend van Spriel1-10/+4
2014-02-12brcmfmac: remove TRACE level debug message from brcmf_sdio_bus_sleep()Arend van Spriel1-2/+2
2014-02-12brcmfmac: make chip related functions host interface independentArend van Spriel1-89/+111
2014-02-12brcmfmac: on sdio remove first detach bus then stop worker.Hante Meuleman1-4/+4
2014-02-12brcmfmac: simplify sdio code download routine.Hante Meuleman1-23/+8
2014-02-12brcmfmac: rename sdio_chip.[ch]Arend van Spriel1-1/+1
2014-02-12brcmfmac: move SDIO specific functionsArend van Spriel1-1/+172
2014-02-12brcmfmac: enable firmware console logging functionalityDaniel Kim1-66/+88
2014-01-16brcmfmac: handle SDIO card removalArend van Spriel1-70/+50
2014-01-16brcmfmac: rename chip and core related structuresArend van Spriel1-1/+1
2014-01-16brcmfmac: rework firmware download codeArend van Spriel1-54/+33
2014-01-16brcmfmac: update core reset and disable routines.Hante Meuleman1-2/+6
2014-01-16brcmfmac: Create common nvram parsing routines.Hante Meuleman1-83/+83
2014-01-09brcmfmac: add support for bcm43362 deviceArend van Spriel1-0/+5
2014-01-06brcmfmac: only disable clock when brcmf_sdio_bus_init() failsArend van Spriel1-1/+1
2014-01-06brcmfmac: enable watchdog when bus initialization is completeArend van Spriel1-1/+1
2014-01-06brcmfmac: correct detection of save&restore device capabilityArend van Spriel1-7/+22
2014-01-06brcmfmac: cleanup helper functions in sdio probe pathArend van Spriel1-56/+34
2014-01-06brcmfmac: cleanup helper functions in sdio remove pathArend van Spriel1-29/+10
2013-12-18brcmfmac: remove brcmf_sdio_disconnect() functionArend van Spriel1-30/+21
2013-12-18brcmfmac: use consistent function names in dhd_sdio.cArend van Spriel1-179/+167
2013-12-18brcmfmac: reduce function parameters in sdio send/receive callsArend van Spriel1-15/+5
2013-12-18brcmfmac: use consistent function names in bcmsdh.cArend van Spriel1-164/+160
2013-12-18brcmfmac: get rid of some void pointer parametersArend van Spriel1-9/+4
2013-12-18brcmfmac: remove regs parameter from sdio probe functionsArend van Spriel1-7/+4
2013-12-18brcmfmac: remove brcmf_sdio_regrw_helper() from header fileArend van Spriel1-2/+2
2013-12-18brcmfmac: use sdio functions to enable/disable F2Arend van Spriel1-27/+6
2013-12-02brcmfmac: use platform specific alignment in SDIOArend van Spriel1-28/+22
2013-12-02brcmfmac: determine alignment values during probeArend van Spriel1-24/+24
2013-12-02brcmfmac: add host tx glomming supportFranky Lin1-100/+227
2013-12-02brcmfmac: add firmware and nvram file name for bcm4339Franky Lin1-1/+6
2013-12-02brcmfmac: support hardware extension header in trace_brcmf_sdpcm_hdr()Arend van Spriel1-2/+2
2013-12-02brcmfmac: replace dongle command list with .preinit() callbackArend van Spriel1-28/+30
2013-12-02brcmfmac: add separate function for passing bus tx overheadArend van Spriel1-1/+3
2013-10-18brcmfmac: fix brcmf_sdcard_recv_chain() for host without sg supportArend van Spriel1-1/+1
2013-10-18brcmfmac: fix brcmf_sdio_txpkt_prep() for host without sg supportArend van Spriel1-42/+64
2013-10-18brcmfmac: add tracepoint for capturing the SDPCM headerArend van Spriel1-0/+3
2013-10-03brcmfmac: rework rx path bus interfaceArend van Spriel1-8/+4
2013-10-03brcmfmac: Use fw filename and nvram based of devid for sdio.Hante Meuleman1-74/+133
2013-10-03brcmfmac: reserve memory for bus layer in sk_buff::cbFranky Lin1-5/+10
2013-08-15brcmfmac: use configurable sdio bus header length for tx packetFranky Lin1-14/+16
2013-08-15brcmfmac: streamline sdio bus header codeFranky Lin1-123/+120
2013-08-15brcmfmac: remove align from brcmf_bus structureFranky Lin1-8/+17
2013-08-15brcmfmac: abstract tx packet processing functionsFranky Lin1-69/+168
2013-08-15brcmfmac: .txdata() bus callback should not call brcmf_txcomplete()Arend van Spriel1-1/+0
2013-08-15brcmfmac: 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