index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
brcm80211
/
brcmfmac
/
bcmsdh.c
Age
Commit message (
Expand
)
Author
2013-06-27
brcmfmac: add broken scatter-gather DMA support
Franky Lin
2013-06-27
brcmfmac: use unified dongle address preparation function
Franky Lin
2013-06-27
brcmfmac: remove SDIO_REQ_ASYNC flag
Franky Lin
2013-06-18
brcmfmac: add sdio sg list support
Franky Lin
2013-06-18
brcmfmac: replace brcmf_sdioh_request_buffer with brcmf_sdio_buffrw
Franky Lin
2013-04-12
brcmfmac: define and use platform specific data for SDIO.
Hante Meuleman
2013-04-12
brcmfmac: aggregate dongle ram access interface
Franky Lin
2013-04-03
brcmfmac: add dedicated log level for low-level sdio debugging
Arend van Spriel
2013-01-07
brcmfmac: define pr_fmt in one place
Arend van Spriel
2012-12-10
brcmfmac: error messages should not be suppressed
Arend van Spriel
2012-11-16
brcmfmac: sdio module load fix.
Hante Meuleman
2012-11-16
brcmfmac: avoid usage of func->card->dev in sdio probe.
Hante Meuleman
2012-11-16
brcmfmac: sdio unload fix.
Hante Meuleman
2012-11-14
brcmfmac: protect consecutive SDIO access with sdio_claim_host
Franky Lin
2012-09-24
brcmfmac: clear status for in-band interrupt in brcmf_sdbrcm_isr
Franky Lin
2012-09-24
brcmfmac: raise SDIO host lock to higher level
Franky Lin
2012-06-04
brcmfmac: Fix likely misuse of | for &
Joe Perches
2012-05-15
brcmfmac: replace brcmf_sdioh_card_regread with brcmf_sdio_regrl
Franky Lin
2012-05-15
brcmfmac: remove function brcmf_sdcard_regfail
Franky Lin
2012-05-15
brcmfmac: replace brcmf_sdcard_reg_write with brcmf_sdio_regwl
Franky Lin
2012-05-15
brcmfmac: replace brcmf_sdcard_reg_read with brcmf_sdio_regrl
Franky Lin
2012-05-15
brcmfmac: replace brcmf_sdcard_cfg_write with brcmf_sdio_regwb
Franky Lin
2012-05-15
brcmfmac: replace brcmf_sdcard_cfg_read with brcmf_sdio_regrb
Franky Lin
2012-05-15
brcmfmac: introduce unified register access interface for SDIO
Franky Lin
2012-05-15
brcmfmac: decouple set_sbaddr_window from register write interface
Franky Lin
2012-05-15
brcmfmac: remove unused parameter of brcmf_sdcard_reg_write
Franky Lin
2012-05-15
brcmfmac: remove unused parameter of brcmf_sdcard_reg_read
Franky Lin
2012-05-08
brcmfmac: add out of band interrupt support
Franky Lin
2012-05-08
brcmfmac: stop releasing sdio host in irq handler
Franky Lin
2012-01-24
brcm80211: Use pr_fmt and pr_<level>
Joe Perches
2011-12-19
brcm80211: fmac: exclude unnecessary header files
Franky Lin
2011-12-19
brcm80211: fmac: register a dummy irq handler for SDIO function 2
Franky Lin
2011-12-13
brcm80211: fmac: save bus interface structure in function 2 device
Franky Lin
2011-11-28
brcm80211: fmac: introduce common bus interface struct brcmf_bus
Franky Lin
2011-11-28
brcm80211: fmac: remove unused parameter of brcmf_sdbrcm_probe
Franky Lin
2011-11-28
brcm80211: fmac: simplify the brcmf_sdioh_request_buffer() function
Arend van Spriel
2011-11-28
brcm80211: fmac: remove width parameter from brcmf_sdioh_request_buffer
Arend van Spriel
2011-11-28
brcm80211: fmac: separate receiving skb chain from other receive path
Arend van Spriel
2011-10-31
drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULE
Paul Gortmaker
2011-10-11
net: wireless: add brcm80211 drivers
Arend van Spriel