summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/brcm80211/brcmfmac/dhd_sdio.c
Commit message (Expand)AuthorAgeFilesLines
* brcmfmac: Do not use strcpy and strcatDaniel Kim2014-07-311-7/+18
* brcmfmac: Make firmware path a module parameterDaniel Kim2014-07-151-20/+27
* brcmfmac: rework debugfs functions in the driverArend van Spriel2014-07-151-14/+75
* brcmfmac: make use of seq_file API for debugfs entriesArend van Spriel2014-07-151-75/+47
* brcmfmac: Cleanup used device IDs.Hante Meuleman2014-07-151-16/+16
* brcmfmac: Increase max buffer size for receiving control message from dongleDaniel Kim2014-05-291-4/+5
* brcmfmac: use asynchronous firmware request in SDIOArend van Spriel2014-05-291-147/+124
* brcmfmac: call brcmf_detach() unconditional in sdio .remove() callbackArend van Spriel2014-05-291-3/+1
* brcmfmac: rename nvram.[ch] for upcoming firmware handling functionsArend van Spriel2014-05-291-3/+3
* brcmfmac: remove .init() callback for internal bus interfaceArend van Spriel2014-05-291-1/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-251-1/+3
|\
| * brcmfmac: fix skb leak in brcmf_sdio_txpkt_prep_sg error path.Dave Jones2014-03-131-1/+3
* | brcmfmac: reinit watchdog completion after handling watchdogArend van Spriel2014-03-201-0/+1
* | brcmfmac: assure active clock request upon entering SLEEP stateArend van Spriel2014-03-171-11/+28
* | brcmfmac: Protect tx seq number for data and controlHante Meuleman2014-03-171-106/+108
* | brcmfmac: add BCM4354 SDIO interface supportFranky Lin2014-03-171-1/+6
* | brcmfmac: Use atomic functions for intstatus update.Hante Meuleman2014-03-061-14/+15
* | Revert "brcmfmac: Use atomic functions for intstatus update."Arend van Spriel2014-03-061-6/+14
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-03-041-10/+4
|\ \ | |/
| * brcmfmac: fix txglomming scatter-gather packet transfersArend van Spriel2014-02-201-10/+4
* | brcmfmac: use pre-allocated scatter-gather table for txglommingArend van Spriel2014-02-281-7/+1
* | brcmfmac: Put frame sdio tx error handling in sub function.Hante Meuleman2014-02-281-79/+33
* | brcmfmac: Use atomic functions for intstatus update.Hante Meuleman2014-02-281-14/+6
* | brcmfmac: Small cleanup of redundant code.Hante Meuleman2014-02-281-12/+6
* | brcmfmac: Remove immediate sleep support from SDIO.Hante Meuleman2014-02-281-20/+0
* | brcmfmac: Minimize SDIO dpc scheduling.Hante Meuleman2014-02-281-1/+1
* | brcmfmac: Correct header debug dump for sdio tx hdrs.Hante Meuleman2014-02-281-2/+2
* | brcmfmac: remove unused variable data_len from brcmf_sdio_bus_txdata()Arend van Spriel2014-02-281-4/+2
* | brcmfmac: fix use of skb control buffer in SDIO driver partArend van Spriel2014-02-281-4/+6
* | brcmfmac: remove TRACE level debug message from brcmf_sdio_bus_sleep()Arend van Spriel2014-02-121-2/+2
* | brcmfmac: make chip related functions host interface independentArend van Spriel2014-02-121-89/+111
* | brcmfmac: on sdio remove first detach bus then stop worker.Hante Meuleman2014-02-121-4/+4
* | brcmfmac: simplify sdio code download routine.Hante Meuleman2014-02-121-23/+8
* | brcmfmac: rename sdio_chip.[ch]Arend van Spriel2014-02-121-1/+1
* | brcmfmac: move SDIO specific functionsArend van Spriel2014-02-121-1/+172
* | brcmfmac: enable firmware console logging functionalityDaniel Kim2014-02-121-66/+88
|/
* brcmfmac: handle SDIO card removalArend van Spriel2014-01-161-70/+50
* brcmfmac: rename chip and core related structuresArend van Spriel2014-01-161-1/+1
* brcmfmac: rework firmware download codeArend van Spriel2014-01-161-54/+33
* brcmfmac: update core reset and disable routines.Hante Meuleman2014-01-161-2/+6
* brcmfmac: Create common nvram parsing routines.Hante Meuleman2014-01-161-83/+83
* brcmfmac: add support for bcm43362 deviceArend van Spriel2014-01-091-0/+5
* brcmfmac: only disable clock when brcmf_sdio_bus_init() failsArend van Spriel2014-01-061-1/+1
* brcmfmac: enable watchdog when bus initialization is completeArend van Spriel2014-01-061-1/+1
* brcmfmac: correct detection of save&restore device capabilityArend van Spriel2014-01-061-7/+22
* brcmfmac: cleanup helper functions in sdio probe pathArend van Spriel2014-01-061-56/+34
* brcmfmac: cleanup helper functions in sdio remove pathArend van Spriel2014-01-061-29/+10
* brcmfmac: remove brcmf_sdio_disconnect() functionArend van Spriel2013-12-181-30/+21
* brcmfmac: use consistent function names in dhd_sdio.cArend van Spriel2013-12-181-179/+167
* brcmfmac: reduce function parameters in sdio send/receive callsArend van Spriel2013-12-181-15/+5
OpenPOWER on IntegriCloud