summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/brcm80211/brcmfmac/dhd_sdio.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+17
| * brcmfmac: use firmware data buffer directly for nvramFranky Lin2012-06-271-67/+30
| * 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/+76
|\ \ | |/
| * brcmfmac: expose sdio internal counters in debugfsArend van Spriel2012-06-131-93/+76
* | 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/+44
* 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/+9
* brcmfmac: replace brcmf_sdcard_cfg_write with brcmf_sdio_regwbFranky Lin2012-05-151-55/+41
* brcmfmac: replace brcmf_sdcard_cfg_read with brcmf_sdio_regrbFranky Lin2012-05-151-59/+44
* brcmfmac: remove unused parameter of brcmf_sdcard_reg_writeFranky Lin2012-05-151-3/+2
* brcmfmac: remove unused parameter of brcmf_sdcard_reg_readFranky Lin2012-05-151-4/+3
* brcmfmac: add out of band interrupt supportFranky Lin2012-05-081-2/+22
* brcmfmac: postpone interrupt register functionFranky Lin2012-05-081-9/+6
* brcmfmac: check bus state for statusFranky Lin2012-05-081-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-05-071-12/+52
|\
| * brcmfmac: fix a double spin_unlock_irqrestore issue in dpcFranky Lin2012-05-021-0/+1
| * brcm80211: fmac: fix missing completion events issueFranky Lin2012-04-271-12/+51
* | brcm80211: fmac: register primary net device with device mac addressArend van Spriel2012-04-131-6/+0
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-03-051-18/+14
|\
| * brcm80211: fmac: make sdio firmware filename specificArend van Spriel2012-02-221-6/+6
| * brcm80211: fmac: update bus state in common driver partArend van Spriel2012-02-221-3/+0
| * brcm80211: fmac: only return success in brcmf_sdbrcm_bus_init() when trueArend van Spriel2012-02-221-4/+3
| * brcm80211: fmac: use specific types in struct brcmf_busArend van Spriel2012-02-221-5/+5
* | drivers/net: Remove boolean comparisons to true/falseJoe Perches2012-02-131-9/+7
|/
* brcm80211: Use pr_fmt and pr_<level>Joe Perches2012-01-241-4/+4
* brcm80211: Convert printk(KERN_DEBUG to pr_debugJoe Perches2012-01-241-7/+4
* brcmfmac: Remove useless #ifdef DEBUGJoe Perches2012-01-241-2/+0
* brcm80211: Add and use brcmX_dbg_dump_hexJoe Perches2012-01-241-92/+49
* brcm80211: Use normal DEBUG defineJoe Perches2012-01-241-43/+43
* brcm80211: Don't leak 'vbuffer' in brcmf_sdbrcm_write_vars()Jesper Juhl2012-01-101-1/+3
* brcm80211: fmac: exclude unnecessary header filesFranky Lin2011-12-191-2/+0
* brcm80211: fmac: move idle macros to dhd_sdio.cFranky Lin2011-12-191-0/+6
* brcm80211: fmac: abstract ctrl frames interface function pointersFranky Lin2011-12-191-2/+4
* brcm80211: fmac: abstract bus_txdata interface function pointerFranky Lin2011-12-191-1/+2
* brcm80211: fmac: abstract bus_init interface function pointerFranky Lin2011-12-191-1/+2
* brcm80211: fmac: abstract bus_stop interface function pointerFranky Lin2011-12-191-81/+83
* brcm80211: fmac: stop referencing brcmf_sdio in common layerFranky Lin2011-12-191-1/+1
* brcm80211: fmac: stop referencing brcmf_pub in bus layerFranky Lin2011-12-191-24/+19
* brcm80211: fmac: move tx flow ctrl flag to bus layerFranky Lin2011-12-191-2/+8
* brcm80211: fmac: move packet realloc stats to struct brcmf_busFranky Lin2011-12-191-1/+1
OpenPOWER on IntegriCloud