aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/brcm80211/brcmfmac/dhd_sdio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-06-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-97/+403
2012-06-27brcmfmac: fix sparse warning introduced with checkdied patchArend van Spriel1-1/+1
2012-06-27brcmfmac: add BCM4334 supportFranky Lin1-0/+2
2012-06-27brcmfmac: reduce allocations needed during nvram data downloadArend van Spriel1-31/+17
2012-06-27brcmfmac: use firmware data buffer directly for nvramFranky Lin1-67/+30
2012-06-27brcmfmac: move glom alignment setting to SDIO bus layerFranky Lin1-6/+15
2012-06-27brcmfmac: restrict dongle txglom disable to old SDIO coreFranky Lin1-0/+15
2012-06-22brcmfmac: make inclusion of vmalloc.h explicit fixing linux-next buildArend van Spriel1-0/+1
2012-06-20brcmfmac: introduce checkdied debugfs functionalityArend van Spriel1-1/+331
2012-06-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-93/+76
2012-06-13brcmfmac: expose sdio internal counters in debugfsArend van Spriel1-93/+76
2012-06-06wireless: Remove casts to same typeJoe Perches1-2/+2
2012-05-15brcmfmac: remove function brcmf_sdcard_regfailFranky Lin1-23/+23
2012-05-15brcmfmac: remove redundant retries for SDIO core register accessFranky Lin1-66/+44
2012-05-15brcmfmac: replace brcmf_sdcard_reg_write with brcmf_sdio_regwlFranky Lin1-6/+6
2012-05-15brcmfmac: replace brcmf_sdcard_reg_read with brcmf_sdio_regrlFranky Lin1-12/+9
2012-05-15brcmfmac: replace brcmf_sdcard_cfg_write with brcmf_sdio_regwbFranky Lin1-55/+41
2012-05-15brcmfmac: replace brcmf_sdcard_cfg_read with brcmf_sdio_regrbFranky Lin1-59/+44
2012-05-15brcmfmac: remove unused parameter of brcmf_sdcard_reg_writeFranky Lin1-3/+2
2012-05-15brcmfmac: remove unused parameter of brcmf_sdcard_reg_readFranky Lin1-4/+3
2012-05-08brcmfmac: add out of band interrupt supportFranky Lin1-2/+22
2012-05-08brcmfmac: postpone interrupt register functionFranky Lin1-9/+6
2012-05-08brcmfmac: check bus state for statusFranky Lin1-1/+1
2012-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-12/+52
2012-05-02brcmfmac: fix a double spin_unlock_irqrestore issue in dpcFranky Lin1-0/+1
2012-04-27brcm80211: fmac: fix missing completion events issueFranky Lin1-12/+51
2012-04-13brcm80211: fmac: register primary net device with device mac addressArend van Spriel1-6/+0
2012-03-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-18/+14
2012-02-22brcm80211: fmac: make sdio firmware filename specificArend van Spriel1-6/+6
2012-02-22brcm80211: fmac: update bus state in common driver partArend van Spriel1-3/+0
2012-02-22brcm80211: fmac: only return success in brcmf_sdbrcm_bus_init() when trueArend van Spriel1-4/+3
2012-02-22brcm80211: fmac: use specific types in struct brcmf_busArend van Spriel1-5/+5
2012-02-13drivers/net: Remove boolean comparisons to true/falseJoe Perches1-9/+7
2012-01-24brcm80211: Use pr_fmt and pr_<level>Joe Perches1-4/+4
2012-01-24brcm80211: Convert printk(KERN_DEBUG to pr_debugJoe Perches1-7/+4
2012-01-24brcmfmac: Remove useless #ifdef DEBUGJoe Perches1-2/+0
2012-01-24brcm80211: Add and use brcmX_dbg_dump_hexJoe Perches1-92/+49
2012-01-24brcm80211: Use normal DEBUG defineJoe Perches1-43/+43
2012-01-10brcm80211: Don't leak 'vbuffer' in brcmf_sdbrcm_write_vars()Jesper Juhl1-1/+3
2011-12-19brcm80211: fmac: exclude unnecessary header filesFranky Lin1-2/+0
2011-12-19brcm80211: fmac: move idle macros to dhd_sdio.cFranky Lin1-0/+6
2011-12-19brcm80211: fmac: abstract ctrl frames interface function pointersFranky Lin1-2/+4
2011-12-19brcm80211: fmac: abstract bus_txdata interface function pointerFranky Lin1-1/+2
2011-12-19brcm80211: fmac: abstract bus_init interface function pointerFranky Lin1-1/+2
2011-12-19brcm80211: fmac: abstract bus_stop interface function pointerFranky Lin1-81/+83
2011-12-19brcm80211: fmac: stop referencing brcmf_sdio in common layerFranky Lin1-1/+1
2011-12-19brcm80211: fmac: stop referencing brcmf_pub in bus layerFranky Lin1-24/+19
2011-12-19brcm80211: fmac: move tx flow ctrl flag to bus layerFranky Lin1-2/+8
2011-12-19brcm80211: fmac: move packet realloc stats to struct brcmf_busFranky Lin1-1/+1
2011-12-19brcm80211: fmac: move dongle statistics to struct brcmf_busFranky Lin1-11/+11