summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c
AgeCommit message (Expand)AuthorFilesLines
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-22treewide: 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
2017-07-27brcmfmac: fix memleak due to calling brcmf_sdiod_sgtable_alloc() twiceArend Van Spriel1-5/+0
2017-07-21brcmfmac: fix regression in brcmf_sdio_txpkt_hdalign()Arend Van Spriel1-1/+2
2017-06-28brcmfmac: rework headroom check in .start_xmit()Arend Van Spriel1-5/+8
2017-06-28brcmfmac: use atomic_t for statistic counter in struct brcmf_busArend Van Spriel1-1/+1
2017-06-25Merge tag 'wireless-drivers-next-for-davem-2017-06-25' of git://git.kernel.or...David S. Miller1-2/+5
2017-06-21brcmfmac: Use separate firmware for revision 0 of the brcm43430 chipHans de Goede1-2/+5
2017-06-15brcmfmac: unbind all devices upon failure in firmware callbackArend Van Spriel1-2/+3
2017-06-15brcmfmac: add parameter to pass error code in firmware callbackArend Van Spriel1-6/+11
2017-06-01brcmfmac: fix alignment configuration on host using 64-bit DMAArend Van Spriel1-1/+1
2017-04-13brcmfmac: properly align buffers on certain platforms with 64 bit DMAHeiner Kallweit1-0/+4
2017-03-20brcmfmac: move brcmf_txcomplete to bcdc layerFranky Lin1-1/+2
2017-03-20brcmfmac: move brcmf_txflowblock to bcdc layerFranky Lin1-2/+3
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-1/+1
2017-01-20brcmfmac: rename brcmf_bus_start function to brcmf_bus_startedRafał Miłecki1-1/+1
2017-01-20brcmfmac: fix incorrect event channel deductionGavin Li1-1/+1
2016-11-29brcmfmac: add support for 43341 chipArend Van Spriel1-0/+1
2016-09-09brcmfmac: sdio: shorten retry loop in brcmf_sdio_kso_control()Arend Van Spriel1-2/+9
2016-09-09brcmfmac: add support for bcm4339 chip with modalias sdio:c00v02D0d4339Arend Van Spriel1-1/+2
2016-07-18brcmfmac: defer DPC processing during probeArend Van Spriel1-4/+3
2016-06-16brcmfmac: change rx_seq check log from error print to debug printWright Feng1-2/+1
2016-06-16brcmfmac: revise SDIO error message in brcmf_sdio_drivestrengthinitWright Feng1-1/+1
2016-05-11brcmfmac: Add 4356 sdio supportChristian Daudt1-1/+3
2016-04-14brcmfmac: screening firmware event packetFranky Lin1-8/+24
2016-04-07brcmfmac: Delete unnecessary variable initialisationMarkus Elfring1-1/+1
2016-04-06brcmfmac: sdio: remove unused variable retry_limitColin Ian King1-3/+0
2016-03-07brcmfmac: merge platform data and module paramatersHante Meuleman1-20/+26
2016-03-07brcmfmac: switch to new platform dataHante Meuleman1-30/+47
2016-02-17Merge tag 'wireless-drivers-next-for-davem-2016-02-12' of git://git.kernel.or...David S. Miller1-7/+6