summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c
Commit message (Expand)AuthorAgeFilesLines
* brcmfmac: sdio: Don't tune while the card is offDouglas Anderson2019-06-251-0/+7
* brcmfmac: sdio: Disable auto-tuning around commands expected to failDouglas Anderson2019-06-251-0/+4
* 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
* | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-1/+1
|/
* brcmfmac: Add support for CYW4373 SDIO/USB chipsetChi-Hsien Lin2017-08-081-1/+3
* brcmfmac: fix memleak due to calling brcmf_sdiod_sgtable_alloc() twiceArend Van Spriel2017-07-271-5/+0Star
* brcmfmac: fix regression in brcmf_sdio_txpkt_hdalign()Arend Van Spriel2017-07-211-1/+2
* brcmfmac: rework headroom check in .start_xmit()Arend Van Spriel2017-06-281-5/+8
* brcmfmac: use atomic_t for statistic counter in struct brcmf_busArend Van Spriel2017-06-281-1/+1
* Merge tag 'wireless-drivers-next-for-davem-2017-06-25' of git://git.kernel.or...David S. Miller2017-06-251-2/+5
|\
| * brcmfmac: Use separate firmware for revision 0 of the brcm43430 chipHans de Goede2017-06-211-2/+5
* | brcmfmac: unbind all devices upon failure in firmware callbackArend Van Spriel2017-06-151-2/+3
* | brcmfmac: add parameter to pass error code in firmware callbackArend Van Spriel2017-06-151-6/+11
|/
* brcmfmac: fix alignment configuration on host using 64-bit DMAArend Van Spriel2017-06-011-1/+1
* brcmfmac: properly align buffers on certain platforms with 64 bit DMAHeiner Kallweit2017-04-131-0/+4
* brcmfmac: move brcmf_txcomplete to bcdc layerFranky Lin2017-03-201-1/+2
* brcmfmac: move brcmf_txflowblock to bcdc layerFranky Lin2017-03-201-2/+3
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-1/+1
* brcmfmac: rename brcmf_bus_start function to brcmf_bus_startedRafał Miłecki2017-01-201-1/+1