summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c
AgeCommit message (Expand)AuthorFilesLines
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-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
2017-12-14brcmfmac: Rename / replace old IO functions with simpler ones.Ian Molton1-93/+93
2017-12-07brcmfmac: Avoid build error with make W=1Andy Shevchenko1-1/+1
2017-12-02brcmfmac: change driver unbind order of the sdio function devicesArend Van Spriel1-1/+1
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-4/+3
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-8/+31
2017-11-11brcmfmac: add CLM download supportChung-Hsien Hsu1-0/+19
2017-11-10brcmfmac: handle FWHALT mailbox indicationArend Van Spriel1-4/+10
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland1-1/+1
2017-09-25brcmfmac: use setup_timer() helperAllen Pais1-4/+2
2017-08-08brcmfmac: Add support for CYW4373 SDIO/USB chipsetChi-Hsien Lin1-1/+3