summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-18wifi: brcmfmac: Fix error return code in brcmf_sdio_download_firmware()Wang Yufen1-0/+1
2022-04-27brcmfmac: sdio: Fix undefined behavior due to shift overflowing the constantBorislav Petkov1-1/+1
2020-12-30brcmfmac: Fix memory leak for unpaired brcmf_{alloc/free}Seung-Woo Kim1-0/+1
2020-08-19brcmfmac: keep SDIO watchdog running when console_interval is non-zeroWright Feng1-1/+5
2020-04-08brcmfmac: abort and release host after errorGuenter Roeck1-0/+2
2020-02-24brcmfmac: sdio: Fix OOB interrupt initialization on brcm43362Jean-Philippe Brucker1-6/+6
2020-02-24brcmfmac: Fix use after free in brcmf_sdio_readframes()Dan Carpenter1-0/+1
2019-09-13brcmfmac: split brcmf_attach() and brcmf_detach() functionsRafał Miłecki1-3/+12
2019-06-26Merge tag 'wireless-drivers-next-for-davem-2019-06-26' of git://git.kernel.or...David S. Miller1-12/+1
2019-06-18brcmfmac: sdio: Don't tune while the card is offDouglas Anderson1-0/+7
2019-06-18brcmfmac: sdio: Disable auto-tuning around commands expected to failDouglas Anderson1-0/+4
2019-06-18Revert "brcmfmac: disable command decode in sdio_aos"Douglas Anderson1-5/+1
2019-05-28brcmfmac: switch source files to using SPDX license identifierArend van Spriel1-12/+1
2019-04-13brcmfmac: Loading the correct firmware for brcm43456Ondrej Jirman1-1/+3
2019-04-04brcmfmac: add a function designated for handling firmware failsRafał Miłecki1-2/+2
2019-02-19brcmfmac: check and dump trap info during sdio probeArend van Spriel1-19/+40
2019-02-19brcmfmac: create debugfs files for bus-specific layerArend van Spriel1-5/+7
2018-12-13brcmfmac: disable command decode in sdio_aosWright Feng1-1/+5
2018-12-13brcmfmac: update 43012 F2 watermark setting to fix DMA Error during UDP RX Tr...Naveen Gupta1-0/+12
2018-12-13brcmfmac: add support for CYW43012 SDIO chipsetChi-Hsien Lin1-12/+62
2018-12-13brcmfmac: set SDIO F1 MesBusyCtrl for CYW4373Madhan Mohan R1-0/+3
2018-12-13brcmfmac: set F2 watermark to 256 for 4373Wright Feng1-2/+24
2018-11-06brcmfmac: Set board_type used for nvram file selection to machine-compatibleHans de Goede1-0/+1
2018-10-02Merge tag 'wireless-drivers-next-for-davem-2018-10-02' of git://git.kernel.or...David S. Miller1-4/+1
2018-09-20brcmfmac: remove set but not used variables 'sfdoff' and 'pad_size'YueHaibing1-4/+1
2018-09-10brcmfmac: Use __skb_peek().David S. Miller1-1/+1
2018-06-24brcmfmac: stop watchdog before detach and free everythingMichael Trimarchi1-0/+7
2018-05-23brcmfmac: trigger memory dump on SDIO firmware halt messageFranky Lin1-1/+3
2018-04-30brcmfmac: constify firmware mapping tablesArend Van Spriel1-1/+1
2018-03-27brcmfmac: add extension to .get_fwname() callbacksArend Van Spriel1-12/+14
2018-03-27brcmfmac: introduce brcmf_fw_alloc_request() functionArend Van Spriel1-15/+23
2018-03-27brcmfmac: pass struct in brcmf_fw_get_firmwares()Arend Van Spriel1-4/+28
2018-03-27brcmfmac: derive firmware filenames from basename mappingArend Van Spriel1-38/+35
2018-02-27brcmfmac: remove duplicate pointer variable from brcmf_sdio_firmware_callback()Arend Van Spriel1-19/+18
2018-02-27brcmfmac: change log level for some low-level sdio functionsArend Van Spriel1-5/+5
2018-02-27brcmfmac: remove brcmf_bus_started() from bus apiArend Van Spriel1-8/+2
2018-02-27brcmfmac: call brcmf_attach() just before calling brcmf_bus_started()Arend Van Spriel1-17/+17
2018-02-27brcmfmac: move allocation of control rx buffer to brcmf_sdio_bus_preinit()Arend Van Spriel1-14/+12
2018-01-11brcmfmac: add comment block in brcmf_sdio_buscore_read()Arend Van Spriel1-0/+7
2018-01-11brcmfmac: Remove array of functionsArend Van Spriel1-84/+84
2018-01-08brcmfmac: Replace function index with function pointerIan Molton1-8/+7
2018-01-08brcmfmac: More efficient and slightly easier to read fixup for 4339 chipsArend Van Spriel1-3/+4
2018-01-08brcmfmac: Remove func0 from function arrayIan Molton1-3/+4
2018-01-08brcmfmac: stabilise the value of ->sbwad in use for some xfer routines.Ian Molton1-0/+5
2018-01-08brcmfmac: Rename buscore to core for consistencyArend Van Spriel1-2/+2
2018-01-08brcmfmac: Remove {r,w}_sdreg32Ian Molton1-46/+42
2017-12-19Merge tag 'wireless-drivers-next-for-davem-2017-12-18' of git://git.kernel.or...David S. Miller1-126/+122
2017-12-14brcmfmac: Remove repeated calls to brcmf_chip_get_core()Ian Molton1-10/+15
2017-12-14brcmfmac: Remove unused macro.Ian Molton1-2/+0
2017-12-14brcmfmac: Cleanup offsetof()Ian Molton1-21/+14