summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/brcm80211/brcmfmac/dhd_sdio.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-02-181-20/+5Star
|\
| * brcmfmac: remove unnecessary locking in trap info processingPiotr Haber2013-02-081-4/+0Star
| * brcmfmac: turn clocks on when reading shared infoPiotr Haber2013-02-081-0/+1
| * brcmfmac: fix mmc host locking issuePiotr Haber2013-02-081-1/+1
| * brcmfmac: add chip information to the bus interfaceArend van Spriel2013-02-081-0/+2
| * brcmfmac: Track statistics per ifp.Hante Meuleman2013-02-081-10/+0Star
| * brcmfmac: Remove drvr_up from bus interface.Hante Meuleman2013-02-081-5/+1Star
* | drivers: net: Remove remaining alloc/OOM messagesJoe Perches2013-02-081-3/+2Star
|/
* brcmfmac: remove brcmf_proto_hdrpull() from bus interfaceArend van Spriel2013-01-071-17/+2Star
* brcmfmac: remove rx helper function from bus interfaceArend van Spriel2013-01-071-2/+5
* brcmfmac: define pr_fmt in one placeArend van Spriel2013-01-071-2/+0Star
* brcmfmac: error messages should not be suppressedArend van Spriel2012-12-101-95/+94Star
* brcmfmac: rework bus interfaceArend van Spriel2012-12-101-5/+11
* brcmfmac: sdio unload fix.Hante Meuleman2012-11-161-1/+1
* brcmfmac: Handle mmc exceptions during init correct.Hante Meuleman2012-11-161-8/+9
* brcmfmac: Any error should result in failure of probe.Hante Meuleman2012-11-161-4/+2Star
* brcmfmac: change return type of brcmf_sdio_hdparserFranky Lin2012-11-141-24/+23Star
* brcmfmac: remove brcmf_sdbrcm_wait_for_eventFranky Lin2012-11-141-8/+3Star
* brcmfmac: protect consecutive SDIO access with sdio_claim_hostFranky Lin2012-11-141-44/+74
* brcmfmac: decrease the range of SDIO access lockFranky Lin2012-11-141-28/+34
* brcmfmac: use dynamically allocated control frame bufferFranky Lin2012-11-141-15/+38
* brcmfmac: streamline header parse code of sdio glom readFranky Lin2012-10-291-112/+62Star
* brcmfmac: streamline SDIO read frame routineFranky Lin2012-09-241-388/+233Star
* brcmfmac: clear status for in-band interrupt in brcmf_sdbrcm_isrFranky Lin2012-09-241-32/+65
* brcmfmac: raise SDIO host lock to higher levelFranky Lin2012-09-241-0/+4
* brcmfmac: streamline SDIO dpcFranky Lin2012-09-241-20/+7Star
* brcmfmac: convert SDIO dpc implementation to workqueueFranky Lin2012-09-241-102/+83Star
* brcmfmac: use atomic variable for interrupt pending flagFranky Lin2012-09-241-9/+9
* brcmfmac: remove obsolete sdio bus sleep mechanismFranky Lin2012-09-241-93/+0Star
* brcmfmac: Stop all net if queues on tx flow halt.Hante Meuleman2012-09-121-4/+4
* brcmfmac: add BCM43241 sdio interface driver supportFranky Lin2012-09-071-0/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-06-291-97/+403
|\
| * brcmfmac: fix sparse warning introduced with checkdied patchArend van Spriel2012-06-271-1/+1
| * brcmfmac: add BCM4334 supportFranky Lin2012-06-271-0/+2
| * brcmfmac: reduce allocations needed during nvram data downloadArend van Spriel2012-06-271-31/+17Star
| * brcmfmac: use firmware data buffer directly for nvramFranky Lin2012-06-271-67/+30Star
| * brcmfmac: move glom alignment setting to SDIO bus layerFranky Lin2012-06-271-6/+15
| * brcmfmac: restrict dongle txglom disable to old SDIO coreFranky Lin2012-06-271-0/+15
| * brcmfmac: make inclusion of vmalloc.h explicit fixing linux-next buildArend van Spriel2012-06-221-0/+1
| * brcmfmac: introduce checkdied debugfs functionalityArend van Spriel2012-06-201-1/+331
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-06-191-93/+76Star
|\|
| * brcmfmac: expose sdio internal counters in debugfsArend van Spriel2012-06-131-93/+76Star
* | wireless: Remove casts to same typeJoe Perches2012-06-061-2/+2
|/
* brcmfmac: remove function brcmf_sdcard_regfailFranky Lin2012-05-151-23/+23
* brcmfmac: remove redundant retries for SDIO core register accessFranky Lin2012-05-151-66/+44Star
* brcmfmac: replace brcmf_sdcard_reg_write with brcmf_sdio_regwlFranky Lin2012-05-151-6/+6
* brcmfmac: replace brcmf_sdcard_reg_read with brcmf_sdio_regrlFranky Lin2012-05-151-12/+9Star
* brcmfmac: replace brcmf_sdcard_cfg_write with brcmf_sdio_regwbFranky Lin2012-05-151-55/+41Star
* brcmfmac: replace brcmf_sdcard_cfg_read with brcmf_sdio_regrbFranky Lin2012-05-151-59/+44Star
* brcmfmac: remove unused parameter of brcmf_sdcard_reg_writeFranky Lin2012-05-151-3/+2Star