summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/broadcom/brcm80211/brcmfmac/bcmsdh.c
AgeCommit message (Expand)Author
2020-11-07brcmfmac: bcmsdh: Fix description for function parameter 'pktlist'Lee Jones
2020-09-29net: brcmfmac: Replace in_interrupt()Sebastian Andrzej Siewior
2020-09-07brcmfmac: set F2 SDIO block size to 128 bytes for BCM4329Dmitry Osipenko
2020-08-27brcmfmac: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-14brcmfmac: reset SDIO bus on a firmware crashChi-Hsien Lin
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-05-29brcmfmac: set F2 blocksize and watermark for 4354/4356 SDIOFrank Kao
2020-05-29brcmfmac: set F2 blocksize for 4373Wright Feng
2020-05-29mmc: sdio: Fix Cypress SDIO IDs macros in common include filePali Rohár
2020-04-15brcmfmac: remove leading spaceNils ANDRÉ-CHANG
2019-12-18brcmfmac: Keep OOB wake-interrupt disabled when it shouldn't be enabledDmitry Osipenko
2019-12-18brcmfmac: add support for BCM4359 SDIO chipsetSoeren Moch
2019-12-18brcmfmac: set F2 blocksize and watermark for 4359Chung-Hsien Hsu
2019-10-01brcmfmac: fix suspend/resume when power is cut offAdrian Ratiu
2019-05-28brcmfmac: switch source files to using SPDX license identifierArend van Spriel
2019-04-13brcmfmac: fix leak of mypkt on error return pathColin Ian King
2019-02-01wireless: remove unneeded semicolonYueHaibing
2018-12-13brcmfmac: add support for CYW43012 SDIO chipsetChi-Hsien Lin
2018-11-10brcmfmac: Use standard SKB list accessors in brcmf_sdiod_sglist_rw.David S. Miller
2018-09-10brcmfmac: Use __skb_peek().David S. Miller
2018-05-23brcmfmac: add support for sysfs initiated coredumpArend Van Spriel
2018-05-09brcmfmac: Add support for bcm43364 wireless chipsetSean Lanigan
2018-01-11brcmfmac: rename brcmf_sdiod_buff_{read,write}() functionsArend Van Spriel
2018-01-11brcmfmac: Remove array of functionsArend Van Spriel
2018-01-08brcmfmac: Clean up interrupt macrosIan Molton
2018-01-08brcmfmac: Replace function index with function pointerIan Molton
2018-01-08brcmfmac: Remove func0 from function arrayIan Molton
2018-01-08brcmfmac: Correctly handle accesses to SDIO func0Ian Molton
2018-01-08brcmfmac: stabilise the value of ->sbwad in use for some xfer routines.Ian Molton
2017-12-14brcmfmac: remove unnecessary call to brcmf_sdiod_set_backplane_window()Ian Molton
2017-12-14brcmfmac: Remove brcmf_sdiod_addrprep()Ian Molton
2017-12-14brcmfmac: Tidy register definitions a littleIan Molton
2017-12-14brcmfmac: Rename / replace old IO functions with simpler ones.Ian Molton
2017-12-14brcmfmac: Clarify if using braces.Ian Molton
2017-12-14brcmfmac: whitespace fixes in brcmf_sdiod_send_buf()Ian Molton
2017-12-14brcmfmac: Split brcmf_sdiod_buffrw function up.Ian Molton
2017-12-07brcmfmac: Rename bcmerror to errIan Molton
2017-12-07brcmfmac: Remove noisy debugging.Ian Molton
2017-12-07brcmfmac: Fix asymmetric IO functions.Ian Molton
2017-12-07brcmfmac: Remove brcmf_sdiod_request_data()Ian Molton
2017-12-07brcmfmac: Remove bandaid for SleepCSRIan Molton
2017-12-07brcmfmac: Remove dead IO codeIan Molton
2017-12-07brcmfmac: Clean up brcmf_sdiod_set_sbaddr_window()Ian Molton
2017-12-07brcmfmac: Split brcmf_sdiod_regrw_helper() up.Ian Molton
2017-12-07brcmfmac: Register sizes on hardware are not dependent on compiler typesIan Molton
2017-12-07brcmfmac: Fix parameter order in brcmf_sdiod_f0_writeb()Ian Molton
2017-08-08brcmfmac: Add support for CYW4373 SDIO/USB chipsetChi-Hsien Lin
2017-06-21brcmfmac: initialize oob irq data before request_irq()Michał Mirosław
2017-06-13brcmfmac: Fix glom_skb leak in brcmf_sdiod_recv_chainPeter S. Housel
2017-03-30drivers: add explicit interrupt.h includesFlorian Westphal