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