aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/brcm80211/brcmfmac/dhd_sdio.c
Commit message (Expand)AuthorAge
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-02-18
|\
| * brcmfmac: remove unnecessary locking in trap info processingPiotr Haber2013-02-08
| * brcmfmac: turn clocks on when reading shared infoPiotr Haber2013-02-08
| * brcmfmac: fix mmc host locking issuePiotr Haber2013-02-08
| * brcmfmac: add chip information to the bus interfaceArend van Spriel2013-02-08
| * brcmfmac: Track statistics per ifp.Hante Meuleman2013-02-08
| * brcmfmac: Remove drvr_up from bus interface.Hante Meuleman2013-02-08
* | drivers: net: Remove remaining alloc/OOM messagesJoe Perches2013-02-08
|/
* brcmfmac: remove brcmf_proto_hdrpull() from bus interfaceArend van Spriel2013-01-07
* brcmfmac: remove rx helper function from bus interfaceArend van Spriel2013-01-07
* brcmfmac: define pr_fmt in one placeArend van Spriel2013-01-07
* brcmfmac: error messages should not be suppressedArend van Spriel2012-12-10
* brcmfmac: rework bus interfaceArend van Spriel2012-12-10
* brcmfmac: sdio unload fix.Hante Meuleman2012-11-16
* brcmfmac: Handle mmc exceptions during init correct.Hante Meuleman2012-11-16
* brcmfmac: Any error should result in failure of probe.Hante Meuleman2012-11-16
* brcmfmac: change return type of brcmf_sdio_hdparserFranky Lin2012-11-14
* brcmfmac: remove brcmf_sdbrcm_wait_for_eventFranky Lin2012-11-14
* brcmfmac: protect consecutive SDIO access with sdio_claim_hostFranky Lin2012-11-14
* brcmfmac: decrease the range of SDIO access lockFranky Lin2012-11-14
* brcmfmac: use dynamically allocated control frame bufferFranky Lin2012-11-14
* brcmfmac: streamline header parse code of sdio glom readFranky Lin2012-10-29
* brcmfmac: streamline SDIO read frame routineFranky Lin2012-09-24
* brcmfmac: clear status for in-band interrupt in brcmf_sdbrcm_isrFranky Lin2012-09-24
* brcmfmac: raise SDIO host lock to higher levelFranky Lin2012-09-24
* brcmfmac: streamline SDIO dpcFranky Lin2012-09-24
* brcmfmac: convert SDIO dpc implementation to workqueueFranky Lin2012-09-24
* brcmfmac: use atomic variable for interrupt pending flagFranky Lin2012-09-24
* brcmfmac: remove obsolete sdio bus sleep mechanismFranky Lin2012-09-24
* brcmfmac: Stop all net if queues on tx flow halt.Hante Meuleman2012-09-12
* brcmfmac: add BCM43241 sdio interface driver supportFranky Lin2012-09-07
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-06-29
|\
| * brcmfmac: fix sparse warning introduced with checkdied patchArend van Spriel2012-06-27
| * brcmfmac: add BCM4334 supportFranky Lin2012-06-27
| * brcmfmac: reduce allocations needed during nvram data downloadArend van Spriel2012-06-27
| * brcmfmac: use firmware data buffer directly for nvramFranky Lin2012-06-27
| * brcmfmac: move glom alignment setting to SDIO bus layerFranky Lin2012-06-27
| * brcmfmac: restrict dongle txglom disable to old SDIO coreFranky Lin2012-06-27
| * brcmfmac: make inclusion of vmalloc.h explicit fixing linux-next buildArend van Spriel2012-06-22
| * brcmfmac: introduce checkdied debugfs functionalityArend van Spriel2012-06-20
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-06-19
|\|
| * brcmfmac: expose sdio internal counters in debugfsArend van Spriel2012-06-13
* | wireless: Remove casts to same typeJoe Perches2012-06-06
|/
* brcmfmac: remove function brcmf_sdcard_regfailFranky Lin2012-05-15
* brcmfmac: remove redundant retries for SDIO core register accessFranky Lin2012-05-15
* brcmfmac: replace brcmf_sdcard_reg_write with brcmf_sdio_regwlFranky Lin2012-05-15
* brcmfmac: replace brcmf_sdcard_reg_read with brcmf_sdio_regrlFranky Lin2012-05-15
* brcmfmac: replace brcmf_sdcard_cfg_write with brcmf_sdio_regwbFranky Lin2012-05-15
* brcmfmac: replace brcmf_sdcard_cfg_read with brcmf_sdio_regrbFranky Lin2012-05-15
* brcmfmac: remove unused parameter of brcmf_sdcard_reg_writeFranky Lin2012-05-15