summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'wireless-drivers-next-for-davem-2019-06-26' of git://git.kernel.or...David S. Miller2019-06-261-12/+1Star
|\
| * brcmfmac: switch source files to using SPDX license identifierArend van Spriel2019-05-281-12/+1Star
* | brcmfmac: sdio: Don't tune while the card is offDouglas Anderson2019-06-181-0/+7
* | brcmfmac: sdio: Disable auto-tuning around commands expected to failDouglas Anderson2019-06-181-0/+4
* | Revert "brcmfmac: disable command decode in sdio_aos"Douglas Anderson2019-06-181-5/+1Star
|/
* brcmfmac: Loading the correct firmware for brcm43456Ondrej Jirman2019-04-131-1/+3
* brcmfmac: add a function designated for handling firmware failsRafał Miłecki2019-04-041-2/+2
* brcmfmac: check and dump trap info during sdio probeArend van Spriel2019-02-191-19/+40
* brcmfmac: create debugfs files for bus-specific layerArend van Spriel2019-02-191-5/+7
* brcmfmac: disable command decode in sdio_aosWright Feng2018-12-131-1/+5
* brcmfmac: update 43012 F2 watermark setting to fix DMA Error during UDP RX Tr...Naveen Gupta2018-12-131-0/+12
* brcmfmac: add support for CYW43012 SDIO chipsetChi-Hsien Lin2018-12-131-12/+62
* brcmfmac: set SDIO F1 MesBusyCtrl for CYW4373Madhan Mohan R2018-12-131-0/+3
* brcmfmac: set F2 watermark to 256 for 4373Wright Feng2018-12-131-2/+24
* brcmfmac: Set board_type used for nvram file selection to machine-compatibleHans de Goede2018-11-061-0/+1
* Merge tag 'wireless-drivers-next-for-davem-2018-10-02' of git://git.kernel.or...David S. Miller2018-10-021-4/+1Star
|\
| * brcmfmac: remove set but not used variables 'sfdoff' and 'pad_size'YueHaibing2018-09-201-4/+1Star
* | brcmfmac: Use __skb_peek().David S. Miller2018-09-101-1/+1
|/
* brcmfmac: stop watchdog before detach and free everythingMichael Trimarchi2018-06-241-0/+7
* brcmfmac: trigger memory dump on SDIO firmware halt messageFranky Lin2018-05-231-1/+3
* brcmfmac: constify firmware mapping tablesArend Van Spriel2018-04-301-1/+1
* brcmfmac: add extension to .get_fwname() callbacksArend Van Spriel2018-03-271-12/+14
* brcmfmac: introduce brcmf_fw_alloc_request() functionArend Van Spriel2018-03-271-15/+23
* brcmfmac: pass struct in brcmf_fw_get_firmwares()Arend Van Spriel2018-03-271-4/+28
* brcmfmac: derive firmware filenames from basename mappingArend Van Spriel2018-03-271-38/+35Star
* brcmfmac: remove duplicate pointer variable from brcmf_sdio_firmware_callback()Arend Van Spriel2018-02-271-19/+18Star
* brcmfmac: change log level for some low-level sdio functionsArend Van Spriel2018-02-271-5/+5
* brcmfmac: remove brcmf_bus_started() from bus apiArend Van Spriel2018-02-271-8/+2Star
* brcmfmac: call brcmf_attach() just before calling brcmf_bus_started()Arend Van Spriel2018-02-271-17/+17
* brcmfmac: move allocation of control rx buffer to brcmf_sdio_bus_preinit()Arend Van Spriel2018-02-271-14/+12Star
* brcmfmac: add comment block in brcmf_sdio_buscore_read()Arend Van Spriel2018-01-111-0/+7
* brcmfmac: Remove array of functionsArend Van Spriel2018-01-111-84/+84
* brcmfmac: Replace function index with function pointerIan Molton2018-01-081-8/+7Star
* brcmfmac: More efficient and slightly easier to read fixup for 4339 chipsArend Van Spriel2018-01-081-3/+4
* brcmfmac: Remove func0 from function arrayIan Molton2018-01-081-3/+4
* brcmfmac: stabilise the value of ->sbwad in use for some xfer routines.Ian Molton2018-01-081-0/+5
* brcmfmac: Rename buscore to core for consistencyArend Van Spriel2018-01-081-2/+2
* brcmfmac: Remove {r,w}_sdreg32Ian Molton2018-01-081-46/+42Star
* Merge tag 'wireless-drivers-next-for-davem-2017-12-18' of git://git.kernel.or...David S. Miller2017-12-191-126/+122Star
|\
| * brcmfmac: Remove repeated calls to brcmf_chip_get_core()Ian Molton2017-12-141-10/+15
| * brcmfmac: Remove unused macro.Ian Molton2017-12-141-2/+0Star
| * brcmfmac: Cleanup offsetof()Ian Molton2017-12-141-21/+14Star
| * brcmfmac: Rename / replace old IO functions with simpler ones.Ian Molton2017-12-141-93/+93
* | brcmfmac: Avoid build error with make W=1Andy Shevchenko2017-12-071-1/+1
* | brcmfmac: change driver unbind order of the sdio function devicesArend Van Spriel2017-12-021-1/+1
|/
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-221-4/+3Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-151-8/+31
|\
| * brcmfmac: add CLM download supportChung-Hsien Hsu2017-11-111-0/+19
| * brcmfmac: handle FWHALT mailbox indicationArend Van Spriel2017-11-101-4/+10
| * brcmfmac: use setup_timer() helperAllen Pais2017-09-251-4/+2Star