index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
brcm80211
/
brcmfmac
/
bcmsdh.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-06-27
brcmfmac: add broken scatter-gather DMA support
Franky Lin
1
-11
/
+67
2013-06-27
brcmfmac: use unified dongle address preparation function
Franky Lin
1
-52
/
+27
2013-06-27
brcmfmac: remove SDIO_REQ_ASYNC flag
Franky Lin
1
-11
/
+3
2013-06-18
brcmfmac: add sdio sg list support
Franky Lin
1
-16
/
+133
2013-06-18
brcmfmac: replace brcmf_sdioh_request_buffer with brcmf_sdio_buffrw
Franky Lin
1
-11
/
+47
2013-04-12
brcmfmac: define and use platform specific data for SDIO.
Hante Meuleman
1
-77
/
+78
2013-04-12
brcmfmac: aggregate dongle ram access interface
Franky Lin
1
-22
/
+66
2013-04-03
brcmfmac: add dedicated log level for low-level sdio debugging
Arend van Spriel
1
-15
/
+15
2013-01-07
brcmfmac: define pr_fmt in one place
Arend van Spriel
1
-2
/
+0
2012-12-10
brcmfmac: error messages should not be suppressed
Arend van Spriel
1
-8
/
+7
2012-11-16
brcmfmac: sdio module load fix.
Hante Meuleman
1
-3
/
+0
2012-11-16
brcmfmac: avoid usage of func->card->dev in sdio probe.
Hante Meuleman
1
-4
/
+6
2012-11-16
brcmfmac: sdio unload fix.
Hante Meuleman
1
-0
/
+2
2012-11-14
brcmfmac: protect consecutive SDIO access with sdio_claim_host
Franky Lin
1
-22
/
+6
2012-09-24
brcmfmac: clear status for in-band interrupt in brcmf_sdbrcm_isr
Franky Lin
1
-1
/
+1
2012-09-24
brcmfmac: raise SDIO host lock to higher level
Franky Lin
1
-5
/
+32
2012-06-04
brcmfmac: Fix likely misuse of | for &
Joe Perches
1
-2
/
+2
2012-05-15
brcmfmac: replace brcmf_sdioh_card_regread with brcmf_sdio_regrl
Franky Lin
1
-2
/
+2
2012-05-15
brcmfmac: remove function brcmf_sdcard_regfail
Franky Lin
1
-7
/
+1
2012-05-15
brcmfmac: replace brcmf_sdcard_reg_write with brcmf_sdio_regwl
Franky Lin
1
-32
/
+0
2012-05-15
brcmfmac: replace brcmf_sdcard_reg_read with brcmf_sdio_regrl
Franky Lin
1
-32
/
+0
2012-05-15
brcmfmac: replace brcmf_sdcard_cfg_write with brcmf_sdio_regwb
Franky Lin
1
-28
/
+4
2012-05-15
brcmfmac: replace brcmf_sdcard_cfg_read with brcmf_sdio_regrb
Franky Lin
1
-25
/
+1
2012-05-15
brcmfmac: introduce unified register access interface for SDIO
Franky Lin
1
-0
/
+113
2012-05-15
brcmfmac: decouple set_sbaddr_window from register write interface
Franky Lin
1
-13
/
+24
2012-05-15
brcmfmac: remove unused parameter of brcmf_sdcard_reg_write
Franky Lin
1
-9
/
+7
2012-05-15
brcmfmac: remove unused parameter of brcmf_sdcard_reg_read
Franky Lin
1
-22
/
+8
2012-05-08
brcmfmac: add out of band interrupt support
Franky Lin
1
-7
/
+88
2012-05-08
brcmfmac: stop releasing sdio host in irq handler
Franky Lin
1
-4
/
+0
2012-01-24
brcm80211: Use pr_fmt and pr_<level>
Joe Perches
1
-0
/
+2
2011-12-19
brcm80211: fmac: exclude unnecessary header files
Franky Lin
1
-1
/
+0
2011-12-19
brcm80211: fmac: register a dummy irq handler for SDIO function 2
Franky Lin
1
-0
/
+7
2011-12-13
brcm80211: fmac: save bus interface structure in function 2 device
Franky Lin
1
-2
/
+1
2011-11-28
brcm80211: fmac: introduce common bus interface struct brcmf_bus
Franky Lin
1
-1
/
+2
2011-11-28
brcm80211: fmac: remove unused parameter of brcmf_sdbrcm_probe
Franky Lin
1
-1
/
+1
2011-11-28
brcm80211: fmac: simplify the brcmf_sdioh_request_buffer() function
Arend van Spriel
1
-5
/
+26
2011-11-28
brcm80211: fmac: remove width parameter from brcmf_sdioh_request_buffer
Arend van Spriel
1
-3
/
+3
2011-11-28
brcm80211: fmac: separate receiving skb chain from other receive path
Arend van Spriel
1
-19
/
+97
2011-10-31
drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULE
Paul Gortmaker
1
-0
/
+1
2011-10-11
net: wireless: add brcm80211 drivers
Arend van Spriel
1
-0
/
+371