summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+1
|\
| * brcmfmac: remove set but not used variables 'sfdoff' and 'pad_size'YueHaibing2018-09-201-4/+1
* | 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/+35
* brcmfmac: remove duplicate pointer variable from brcmf_sdio_firmware_callback()Arend Van Spriel2018-02-271-19/+18
* 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/+2
* 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/+12
* 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/+7
* 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/+42
* Merge tag 'wireless-drivers-next-for-davem-2017-12-18' of git://git.kernel.or...David S. Miller2017-12-191-126/+122
|\
| * brcmfmac: Remove repeated calls to brcmf_chip_get_core()Ian Molton2017-12-141-10/+15
| * brcmfmac: Remove unused macro.Ian Molton2017-12-141-2/+0
| * brcmfmac: Cleanup offsetof()Ian Molton2017-12-141-21/+14
| * 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-211-4/+3
* 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/+2
* | 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/+0
* 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
OpenPOWER on IntegriCloud