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.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-01-29
brcmfmac: SDIO: avoid using bus state for private states.
Hante Meuleman
1
-6
/
+11
2015-01-29
brcmfmac: wait for driver to go idle during suspend
Arend van Spriel
1
-5
/
+15
2015-01-29
brcmfmac: prevent possible deadlock on resuming SDIO device.
Hante Meuleman
1
-33
/
+0
2015-01-09
brcmfmac: get rid of duplicate SDIO device identifiers
Arend van Spriel
1
-11
/
+11
2015-01-06
brcmfmac: Add support for bcm43340/1 wireless chipsets
Arend van Spriel
1
-0
/
+2
2014-12-24
brcmfmac: Do not crash if platform data is not populated
Mika Westerberg
1
-2
/
+2
2014-12-15
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+0
2014-10-30
brcmfmac: (clean) Rename sdio related files.
Hante Meuleman
1
-1
/
+1
2014-10-30
brcmfmac: (clean) Rename dhd_bus.h in bus.h
Hante Meuleman
1
-1
/
+1
2014-10-30
brcmfmac: (clean) Rename files dhd_dbg to debug
Hante Meuleman
1
-1
/
+1
2014-10-30
brcmfmac: Add wowl support for SDIO devices.
Hante Meuleman
1
-14
/
+31
2014-10-20
net: wireless: brcm80211: brcmfmac: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-07-29
brcmfmac: Fix OOB interrupt not working for BCM43362
Hans de Goede
1
-0
/
+16
2014-07-29
brcmfmac: add device tree support for SDIO devices
Chen-Yu Tsai
1
-0
/
+4
2014-07-16
brcmfmac: Cleanup used device IDs.
Hante Meuleman
1
-11
/
+12
2014-03-20
brcmfmac: only show error message when brcmf_sdiod_regrw_helper() fails
Arend van Spriel
1
-20
/
+21
2014-03-17
brcmfmac: add BCM4354 SDIO interface support
Franky Lin
1
-0
/
+1
2014-03-14
brcmfmac: Make probe function __init
Jean Delvare
1
-1
/
+1
2014-02-28
brcmfmac: reset suspend flag upon sdio suspend failure
Arend van Spriel
1
-3
/
+5
2014-02-28
brcmfmac: use pre-allocated scatter-gather table for txglomming
Arend van Spriel
1
-9
/
+38
2014-02-13
brcmfmac: fix sdio sending of large buffers.
Hante Meuleman
1
-1
/
+1
2014-02-13
brcmfmac: rename sdio_chip.[ch]
Arend van Spriel
1
-1
/
+0
2014-02-13
brcmfmac: add owner info to sdio_driver structure
Franky Lin
1
-2
/
+3
2014-01-16
brcmfmac: handle SDIO card removal
Arend van Spriel
1
-14
/
+26
2014-01-09
brcmfmac: add support for bcm43362 device
Arend van Spriel
1
-0
/
+1
2014-01-07
mmc: add SDIO identifiers for Broadcom WLAN devices
Arend van Spriel
1
-2
/
+0
2014-01-07
brcmfmac: rework SDIO register access functions
Arend van Spriel
1
-131
/
+96
2013-12-19
brcmfmac: clarify struct brcmf_sdio_dev::func[0] reference
Arend van Spriel
1
-20
/
+16
2013-12-19
brcmfmac: remove brcmf_sdio_disconnect() function
Arend van Spriel
1
-1
/
+1
2013-12-19
brcmfmac: use consistent function names in dhd_sdio.c
Arend van Spriel
1
-6
/
+6
2013-12-19
brcmfmac: Add definition of new protocol layer msgbuf.
Hante Meuleman
1
-0
/
+1
2013-12-19
brcmfmac: reduce function parameters in sdio send/receive calls
Arend van Spriel
1
-40
/
+33
2013-12-19
brcmfmac: use consistent function names in bcmsdh.c
Arend van Spriel
1
-148
/
+126
2013-12-19
brcmfmac: remove brcmf_sdio_wdtimer_enable() function
Arend van Spriel
1
-10
/
+2
2013-12-19
brcmfmac: remove regs parameter from sdio probe functions
Arend van Spriel
1
-4
/
+1
2013-12-19
brcmfmac: remove brcmf_sdio_regrw_helper() from header file
Arend van Spriel
1
-3
/
+2
2013-12-19
brcmfmac: use sdio functions to enable/disable F2
Arend van Spriel
1
-21
/
+8
2013-12-19
brcmfmac: remove unused struct brcmf_sdio_dev::func_cis_ptr attribute
Arend van Spriel
1
-55
/
+6
2013-12-19
brcmfmac: remove unnecessary function prototypes
Arend van Spriel
1
-236
/
+231
2013-12-19
brcmfmac: combine bcmsdh source files into one
Arend van Spriel
1
-0
/
+521
2013-12-02
brcmfmac: remove unnecessary EXPORT_SYMBOL() usage
Arend van Spriel
1
-3
/
+0
2013-10-18
brcmfmac: fix brcmf_sdcard_recv_chain() for host without sg support
Arend van Spriel
1
-2
/
+19
2013-10-18
brcmfmac: fix brcmf_sdcard_send_pkt() for host without sg support
Arend van Spriel
1
-3
/
+11
2013-10-18
brcmfmac: remove stale code from brcmf_sdcard_recv_chain()
Arend van Spriel
1
-2
/
+0
2013-10-18
brcmfmac: verify result of brcmf_sdio_addrprep() calls
Arend van Spriel
1
-4
/
+11
2013-10-18
brcmfmac: rework single packet transfers
Arend van Spriel
1
-41
/
+40
2013-10-18
brcmfmac: rename brcmf_sdio_buffrw()
Arend van Spriel
1
-8
/
+9
2013-10-18
brcmfmac: rework scatter-gather code in brcmf_sdio_buffrw()
Arend van Spriel
1
-15
/
+19
2013-10-18
brcmfmac: determine host controller related variables during probe
Arend van Spriel
1
-16
/
+7
2013-10-18
brcmfmac: rename variable max_seg_sz to max_seg_cnt for clarity
Arend van Spriel
1
-5
/
+6
[next]