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
/
broadcom
/
brcm80211
/
brcmfmac
/
sdio.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-13
brcmfmac: Loading the correct firmware for brcm43456
Ondrej Jirman
1
-1
/
+3
2019-04-04
brcmfmac: add a function designated for handling firmware fails
Rafał Miłecki
1
-2
/
+2
2019-02-19
brcmfmac: check and dump trap info during sdio probe
Arend van Spriel
1
-19
/
+40
2019-02-19
brcmfmac: create debugfs files for bus-specific layer
Arend van Spriel
1
-5
/
+7
2018-12-13
brcmfmac: disable command decode in sdio_aos
Wright Feng
1
-1
/
+5
2018-12-13
brcmfmac: update 43012 F2 watermark setting to fix DMA Error during UDP RX Tr...
Naveen Gupta
1
-0
/
+12
2018-12-13
brcmfmac: add support for CYW43012 SDIO chipset
Chi-Hsien Lin
1
-12
/
+62
2018-12-13
brcmfmac: set SDIO F1 MesBusyCtrl for CYW4373
Madhan Mohan R
1
-0
/
+3
2018-12-13
brcmfmac: set F2 watermark to 256 for 4373
Wright Feng
1
-2
/
+24
2018-11-06
brcmfmac: Set board_type used for nvram file selection to machine-compatible
Hans de Goede
1
-0
/
+1
2018-10-02
Merge tag 'wireless-drivers-next-for-davem-2018-10-02' of git://git.kernel.or...
David S. Miller
1
-4
/
+1
2018-09-20
brcmfmac: remove set but not used variables 'sfdoff' and 'pad_size'
YueHaibing
1
-4
/
+1
2018-09-10
brcmfmac: Use __skb_peek().
David S. Miller
1
-1
/
+1
2018-06-24
brcmfmac: stop watchdog before detach and free everything
Michael Trimarchi
1
-0
/
+7
2018-05-23
brcmfmac: trigger memory dump on SDIO firmware halt message
Franky Lin
1
-1
/
+3
2018-04-30
brcmfmac: constify firmware mapping tables
Arend Van Spriel
1
-1
/
+1
2018-03-27
brcmfmac: add extension to .get_fwname() callbacks
Arend Van Spriel
1
-12
/
+14
2018-03-27
brcmfmac: introduce brcmf_fw_alloc_request() function
Arend Van Spriel
1
-15
/
+23
2018-03-27
brcmfmac: pass struct in brcmf_fw_get_firmwares()
Arend Van Spriel
1
-4
/
+28
2018-03-27
brcmfmac: derive firmware filenames from basename mapping
Arend Van Spriel
1
-38
/
+35
2018-02-27
brcmfmac: remove duplicate pointer variable from brcmf_sdio_firmware_callback()
Arend Van Spriel
1
-19
/
+18
2018-02-27
brcmfmac: change log level for some low-level sdio functions
Arend Van Spriel
1
-5
/
+5
2018-02-27
brcmfmac: remove brcmf_bus_started() from bus api
Arend Van Spriel
1
-8
/
+2
2018-02-27
brcmfmac: call brcmf_attach() just before calling brcmf_bus_started()
Arend Van Spriel
1
-17
/
+17
2018-02-27
brcmfmac: move allocation of control rx buffer to brcmf_sdio_bus_preinit()
Arend Van Spriel
1
-14
/
+12
2018-01-11
brcmfmac: add comment block in brcmf_sdio_buscore_read()
Arend Van Spriel
1
-0
/
+7
2018-01-11
brcmfmac: Remove array of functions
Arend Van Spriel
1
-84
/
+84
2018-01-08
brcmfmac: Replace function index with function pointer
Ian Molton
1
-8
/
+7
2018-01-08
brcmfmac: More efficient and slightly easier to read fixup for 4339 chips
Arend Van Spriel
1
-3
/
+4
2018-01-08
brcmfmac: Remove func0 from function array
Ian Molton
1
-3
/
+4
2018-01-08
brcmfmac: stabilise the value of ->sbwad in use for some xfer routines.
Ian Molton
1
-0
/
+5
2018-01-08
brcmfmac: Rename buscore to core for consistency
Arend Van Spriel
1
-2
/
+2
2018-01-08
brcmfmac: Remove {r,w}_sdreg32
Ian Molton
1
-46
/
+42
2017-12-19
Merge tag 'wireless-drivers-next-for-davem-2017-12-18' of git://git.kernel.or...
David S. Miller
1
-126
/
+122
2017-12-14
brcmfmac: Remove repeated calls to brcmf_chip_get_core()
Ian Molton
1
-10
/
+15
2017-12-14
brcmfmac: Remove unused macro.
Ian Molton
1
-2
/
+0
2017-12-14
brcmfmac: Cleanup offsetof()
Ian Molton
1
-21
/
+14
2017-12-14
brcmfmac: Rename / replace old IO functions with simpler ones.
Ian Molton
1
-93
/
+93
2017-12-07
brcmfmac: Avoid build error with make W=1
Andy Shevchenko
1
-1
/
+1
2017-12-02
brcmfmac: change driver unbind order of the sdio function devices
Arend Van Spriel
1
-1
/
+1
2017-11-22
treewide: setup_timer() -> timer_setup()
Kees Cook
1
-4
/
+3
2017-11-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-8
/
+31
2017-11-11
brcmfmac: add CLM download support
Chung-Hsien Hsu
1
-0
/
+19
2017-11-10
brcmfmac: handle FWHALT mailbox indication
Arend Van Spriel
1
-4
/
+10
2017-10-25
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...
Mark Rutland
1
-1
/
+1
2017-09-25
brcmfmac: use setup_timer() helper
Allen Pais
1
-4
/
+2
2017-08-08
brcmfmac: Add support for CYW4373 SDIO/USB chipset
Chi-Hsien Lin
1
-1
/
+3
2017-07-27
brcmfmac: fix memleak due to calling brcmf_sdiod_sgtable_alloc() twice
Arend Van Spriel
1
-5
/
+0
2017-07-21
brcmfmac: fix regression in brcmf_sdio_txpkt_hdalign()
Arend Van Spriel
1
-1
/
+2
2017-06-28
brcmfmac: rework headroom check in .start_xmit()
Arend Van Spriel
1
-5
/
+8
[next]