aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c
AgeCommit message (Expand)Author
2023-01-18wifi: brcmfmac: Fix error return code in brcmf_sdio_download_firmware()Wang Yufen
2022-04-27brcmfmac: sdio: Fix undefined behavior due to shift overflowing the constantBorislav Petkov
2020-08-19brcmfmac: keep SDIO watchdog running when console_interval is non-zeroWright Feng
2020-05-27brcmfmac: abort and release host after errorGuenter Roeck
2020-02-24brcmfmac: Fix use after free in brcmf_sdio_readframes()Dan Carpenter
2020-01-27brcmfmac: create debugfs files for bus-specific layerArend van Spriel
2019-12-05brcmfmac: set SDIO F1 MesBusyCtrl for CYW4373Madhan Mohan R
2019-12-05brcmfmac: set F2 watermark to 256 for 4373Wright Feng
2019-06-25brcmfmac: sdio: Don't tune while the card is offDouglas Anderson
2019-06-25brcmfmac: sdio: Disable auto-tuning around commands expected to failDouglas Anderson
2018-06-24brcmfmac: stop watchdog before detach and free everythingMichael Trimarchi
2018-05-23brcmfmac: trigger memory dump on SDIO firmware halt messageFranky Lin
2018-04-30brcmfmac: constify firmware mapping tablesArend Van Spriel
2018-03-27brcmfmac: add extension to .get_fwname() callbacksArend Van Spriel
2018-03-27brcmfmac: introduce brcmf_fw_alloc_request() functionArend Van Spriel
2018-03-27brcmfmac: pass struct in brcmf_fw_get_firmwares()Arend Van Spriel
2018-03-27brcmfmac: derive firmware filenames from basename mappingArend Van Spriel
2018-02-27brcmfmac: remove duplicate pointer variable from brcmf_sdio_firmware_callback()Arend Van Spriel
2018-02-27brcmfmac: change log level for some low-level sdio functionsArend Van Spriel
2018-02-27brcmfmac: remove brcmf_bus_started() from bus apiArend Van Spriel
2018-02-27brcmfmac: call brcmf_attach() just before calling brcmf_bus_started()Arend Van Spriel
2018-02-27brcmfmac: move allocation of control rx buffer to brcmf_sdio_bus_preinit()Arend Van Spriel
2018-01-11brcmfmac: add comment block in brcmf_sdio_buscore_read()Arend Van Spriel
2018-01-11brcmfmac: Remove array of functionsArend Van Spriel
2018-01-08brcmfmac: Replace function index with function pointerIan Molton
2018-01-08brcmfmac: More efficient and slightly easier to read fixup for 4339 chipsArend Van Spriel
2018-01-08brcmfmac: Remove func0 from function arrayIan Molton
2018-01-08brcmfmac: stabilise the value of ->sbwad in use for some xfer routines.Ian Molton
2018-01-08brcmfmac: Rename buscore to core for consistencyArend Van Spriel
2018-01-08brcmfmac: Remove {r,w}_sdreg32Ian Molton
2017-12-19Merge tag 'wireless-drivers-next-for-davem-2017-12-18' of git://git.kernel.or...David S. Miller
2017-12-14brcmfmac: Remove repeated calls to brcmf_chip_get_core()Ian Molton
2017-12-14brcmfmac: Remove unused macro.Ian Molton
2017-12-14brcmfmac: Cleanup offsetof()Ian Molton
2017-12-14brcmfmac: Rename / replace old IO functions with simpler ones.Ian Molton
2017-12-07brcmfmac: Avoid build error with make W=1Andy Shevchenko
2017-12-02brcmfmac: change driver unbind order of the sdio function devicesArend Van Spriel
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-11-11brcmfmac: add CLM download supportChung-Hsien Hsu
2017-11-10brcmfmac: handle FWHALT mailbox indicationArend Van Spriel
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland
2017-09-25brcmfmac: use setup_timer() helperAllen Pais
2017-08-08brcmfmac: Add support for CYW4373 SDIO/USB chipsetChi-Hsien Lin
2017-07-27brcmfmac: fix memleak due to calling brcmf_sdiod_sgtable_alloc() twiceArend Van Spriel
2017-07-21brcmfmac: fix regression in brcmf_sdio_txpkt_hdalign()Arend Van Spriel
2017-06-28brcmfmac: rework headroom check in .start_xmit()Arend Van Spriel
2017-06-28brcmfmac: use atomic_t for statistic counter in struct brcmf_busArend Van Spriel
2017-06-25Merge tag 'wireless-drivers-next-for-davem-2017-06-25' of git://git.kernel.or...David S. Miller
2017-06-21brcmfmac: Use separate firmware for revision 0 of the brcm43430 chipHans de Goede