index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
brcm80211
/
brcmfmac
/
bcmsdh_sdmmc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-06-18
brcmfmac: add sdio sg list support
Franky Lin
1
-73
/
+0
2013-06-18
brcmfmac: replace brcmf_sdioh_request_buffer with brcmf_sdio_buffrw
Franky Lin
1
-39
/
+2
2013-05-22
drivers/net/wireless/brcm80211/brcmfmac: add missing platform_driver owner
Libo Chen
1
-1
/
+2
2013-04-12
brcmfmac: define and use platform specific data for SDIO.
Hante Meuleman
1
-83
/
+31
2013-04-12
brcmfmac: Add 43143 SDIO support.
Hante Meuleman
1
-0
/
+2
2013-04-12
brcmfmac: add BCM4335 sdio interface support
Franky Lin
1
-0
/
+2
2013-04-03
brcmfmac: add dedicated log level for low-level sdio debugging
Arend van Spriel
1
-30
/
+30
2013-01-08
brcmfmac: define pr_fmt in one place
Arend van Spriel
1
-2
/
+0
2012-12-11
brcmfmac: error messages should not be suppressed
Arend van Spriel
1
-23
/
+21
2012-11-16
brcmfmac: code cleanup
Hante Meuleman
1
-1
/
+0
2012-11-16
brcmfmac: avoid usage of func->card->dev in sdio probe.
Hante Meuleman
1
-67
/
+73
2012-11-16
brcmfmac: Handle mmc exceptions during init correct.
Hante Meuleman
1
-1
/
+7
2012-11-14
brcmfmac: protect consecutive SDIO access with sdio_claim_host
Franky Lin
1
-5
/
+2
2012-09-30
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
David S. Miller
1
-25
/
+0
2012-09-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+2
2012-09-24
brcmfmac: raise SDIO host lock to higher level
Franky Lin
1
-25
/
+0
2012-09-10
brcm80211: fix missing allocation failure check
Colin Ian King
1
-0
/
+2
2012-09-07
brcmfmac: add BCM43241 sdio interface driver support
Franky Lin
1
-0
/
+2
2012-06-27
brcmfmac: add BCM4334 support
Franky Lin
1
-0
/
+2
2012-05-16
brcmfmac: replace brcmf_sdioh_card_regread with brcmf_sdio_regrl
Franky Lin
1
-29
/
+3
2012-05-09
brcmfmac: add out of band interrupt support
Franky Lin
1
-1
/
+104
2012-04-27
brcm80211: fmac: fix SDIO function 0 register r/w issue
Franky Lin
1
-1
/
+7
2012-03-06
brcm80211: fmac: initialize host interface drivers regardless result
Arend van Spriel
1
-3
/
+1
2012-02-22
brcm80211: fmac: move module entry points to dhd_linux.c
Arend van Spriel
1
-5
/
+2
2012-02-22
brcm80211: fmac: use specific types in struct brcmf_bus
Arend van Spriel
1
-2
/
+2
2012-02-22
brcm80211: fmac: resolve smatch issues in brcmfmac code
Arend van Spriel
1
-1
/
+2
2012-01-24
brcm80211: Use pr_fmt and pr_<level>
Joe Perches
1
-0
/
+3
2011-12-19
brcm80211: fmac: exclude unnecessary header files
Franky Lin
1
-2
/
+0
2011-12-19
brcm80211: fmac: move common layer bus interface context to dhd_bus.h
Franky Lin
1
-0
/
+1
2011-12-19
brcm80211: fmac: move sdio related macros to sdio_host.h
Franky Lin
1
-0
/
+1
2011-12-14
brcm80211: fmac: add bcm4330 support
Franky Lin
1
-0
/
+2
2011-12-14
brcm80211: fmac: save bus interface structure in function 2 device
Franky Lin
1
-12
/
+11
2011-12-01
brcm80211: fmac: small memory leak on error
Dan Carpenter
1
-1
/
+3
2011-11-28
brcm80211: fmac: introduce common bus interface struct brcmf_bus
Franky Lin
1
-5
/
+18
2011-11-28
brcm80211: fmac: move module init/exit to sdio layer
Franky Lin
1
-5
/
+14
2011-11-28
brcm80211: fmac: rename wait queue name to match using function
Arend van Spriel
1
-2
/
+6
2011-11-28
brcm80211: fmac: remove alignment check from brcmf_sdioh_request_buffer()
Arend van Spriel
1
-82
/
+18
2011-11-28
brcm80211: fmac: simplify the brcmf_sdioh_request_buffer() function
Arend van Spriel
1
-28
/
+9
2011-11-28
brcm80211: fmac: remove width parameter from brcmf_sdioh_request_buffer
Arend van Spriel
1
-2
/
+1
2011-11-28
brcm80211: fmac: separate receiving skb chain from other receive path
Arend van Spriel
1
-25
/
+72
2011-10-14
net: wireless: brcm80210: include module.h
Stephen Rothwell
1
-0
/
+1
2011-10-11
net: wireless: add brcm80211 drivers
Arend van Spriel
1
-0
/
+625