summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/brcm80211/brcmfmac/dhd_sdio.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2014-03-20brcmfmac: reinit watchdog completion after handling watchdogArend van Spriel1-0/+1
2014-03-17brcmfmac: assure active clock request upon entering SLEEP stateArend van Spriel1-11/+28
2014-03-17brcmfmac: Protect tx seq number for data and controlHante Meuleman1-106/+108
2014-03-17brcmfmac: add BCM4354 SDIO interface supportFranky Lin1-1/+6
2014-03-13brcmfmac: fix skb leak in brcmf_sdio_txpkt_prep_sg error path.Dave Jones1-1/+3
2014-03-06brcmfmac: Use atomic functions for intstatus update.Hante Meuleman1-14/+15
2014-03-06Revert "brcmfmac: Use atomic functions for intstatus update."Arend van Spriel1-6/+14
2014-03-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-10/+4
2014-02-28brcmfmac: use pre-allocated scatter-gather table for txglommingArend van Spriel1-7/+1
2014-02-28brcmfmac: Put frame sdio tx error handling in sub function.Hante Meuleman1-79/+33
2014-02-28brcmfmac: Use atomic functions for intstatus update.Hante Meuleman1-14/+6
2014-02-28brcmfmac: Small cleanup of redundant code.Hante Meuleman1-12/+6
2014-02-28brcmfmac: Remove immediate sleep support from SDIO.Hante Meuleman1-20/+0
2014-02-28brcmfmac: Minimize SDIO dpc scheduling.Hante Meuleman1-1/+1
2014-02-28brcmfmac: Correct header debug dump for sdio tx hdrs.Hante Meuleman1-2/+2
2014-02-28brcmfmac: remove unused variable data_len from brcmf_sdio_bus_txdata()Arend van Spriel1-4/+2
2014-02-28brcmfmac: fix use of skb control buffer in SDIO driver partArend van Spriel1-4/+6
2014-02-21brcmfmac: fix txglomming scatter-gather packet transfersArend van Spriel1-10/+4
2014-02-13brcmfmac: remove TRACE level debug message from brcmf_sdio_bus_sleep()Arend van Spriel1-2/+2
2014-02-13brcmfmac: make chip related functions host interface independentArend van Spriel1-89/+111
2014-02-13brcmfmac: on sdio remove first detach bus then stop worker.Hante Meuleman1-4/+4
2014-02-13brcmfmac: simplify sdio code download routine.Hante Meuleman1-23/+8
2014-02-13brcmfmac: rename sdio_chip.[ch]Arend van Spriel1-1/+1
2014-02-13brcmfmac: move SDIO specific functionsArend van Spriel1-1/+172
2014-02-13brcmfmac: 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-07brcmfmac: only disable clock when brcmf_sdio_bus_init() failsArend van Spriel1-1/+1
2014-01-07brcmfmac: enable watchdog when bus initialization is completeArend van Spriel1-1/+1
2014-01-07brcmfmac: correct detection of save&restore device capabilityArend van Spriel1-7/+22
2014-01-07brcmfmac: cleanup helper functions in sdio probe pathArend van Spriel1-56/+34
2014-01-07brcmfmac: cleanup helper functions in sdio remove pathArend van Spriel1-29/+10
2013-12-19brcmfmac: remove brcmf_sdio_disconnect() functionArend van Spriel1-30/+21
2013-12-19brcmfmac: use consistent function names in dhd_sdio.cArend van Spriel1-179/+167
2013-12-19brcmfmac: reduce function parameters in sdio send/receive callsArend van Spriel1-15/+5
2013-12-19brcmfmac: use consistent function names in bcmsdh.cArend van Spriel1-164/+160
2013-12-19brcmfmac: get rid of some void pointer parametersArend van Spriel1-9/+4
2013-12-19brcmfmac: remove regs parameter from sdio probe functionsArend van Spriel1-7/+4
2013-12-19brcmfmac: remove brcmf_sdio_regrw_helper() from header fileArend van Spriel1-2/+2
2013-12-19brcmfmac: 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