aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/wireless/broadcom/brcm80211/brcmfmac/bcmsdh.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-01brcmfmac: fix suspend/resume when power is cut offAdrian Ratiu1-14/+39
2019-05-28brcmfmac: switch source files to using SPDX license identifierArend van Spriel1-12/+1
2019-04-13brcmfmac: fix leak of mypkt on error return pathColin Ian King1-5/+3
2019-02-01wireless: remove unneeded semicolonYueHaibing1-1/+1
2018-12-13brcmfmac: add support for CYW43012 SDIO chipsetChi-Hsien Lin1-0/+1
2018-11-10brcmfmac: Use standard SKB list accessors in brcmf_sdiod_sglist_rw.David S. Miller1-63/+74
2018-09-10brcmfmac: Use __skb_peek().David S. Miller1-1/+1
2018-05-23brcmfmac: add support for sysfs initiated coredumpArend Van Spriel1-0/+1
2018-05-09brcmfmac: Add support for bcm43364 wireless chipsetSean Lanigan1-0/+1
2018-01-11brcmfmac: rename brcmf_sdiod_buff_{read,write}() functionsArend Van Spriel1-24/+24
2018-01-11brcmfmac: Remove array of functionsArend Van Spriel1-59/+56
2018-01-08brcmfmac: Clean up interrupt macrosIan Molton1-1/+2
2018-01-08brcmfmac: Replace function index with function pointerIan Molton1-38/+47
2018-01-08brcmfmac: Remove func0 from function arrayIan Molton1-4/+1
2018-01-08brcmfmac: Correctly handle accesses to SDIO func0Ian Molton1-0/+4
2018-01-08brcmfmac: stabilise the value of ->sbwad in use for some xfer routines.Ian Molton1-4/+4
2017-12-14brcmfmac: remove unnecessary call to brcmf_sdiod_set_backplane_window()Ian Molton1-5/+0
2017-12-14brcmfmac: Remove brcmf_sdiod_addrprep()Ian Molton1-38/+46
2017-12-14brcmfmac: Tidy register definitions a littleIan Molton1-2/+2
2017-12-14brcmfmac: Rename / replace old IO functions with simpler ones.Ian Molton1-143/+26
2017-12-14brcmfmac: Clarify if using braces.Ian Molton1-2/+3
2017-12-14brcmfmac: whitespace fixes in brcmf_sdiod_send_buf()Ian Molton1-1/+2
2017-12-14brcmfmac: Split brcmf_sdiod_buffrw function up.Ian Molton1-22/+45
2017-12-07brcmfmac: Rename bcmerror to errIan Molton1-7/+7
2017-12-07brcmfmac: Remove noisy debugging.Ian Molton1-6/+0
2017-12-07brcmfmac: Fix asymmetric IO functions.Ian Molton1-1/+1
2017-12-07brcmfmac: Remove brcmf_sdiod_request_data()Ian Molton1-151/+86
2017-12-07brcmfmac: Remove bandaid for SleepCSRIan Molton1-27/+1
2017-12-07brcmfmac: Remove dead IO codeIan Molton1-10/+8
2017-12-07brcmfmac: Clean up brcmf_sdiod_set_sbaddr_window()Ian Molton1-12/+5
2017-12-07brcmfmac: Split brcmf_sdiod_regrw_helper() up.Ian Molton1-21/+73
2017-12-07brcmfmac: Register sizes on hardware are not dependent on compiler typesIan Molton1-11/+11
2017-12-07brcmfmac: Fix parameter order in brcmf_sdiod_f0_writeb()Ian Molton1-4/+4
2017-08-08brcmfmac: Add support for CYW4373 SDIO/USB chipsetChi-Hsien Lin1-0/+1
2017-06-21brcmfmac: initialize oob irq data before request_irq()Michał Mirosław1-5/+3
2017-06-13brcmfmac: Fix glom_skb leak in brcmf_sdiod_recv_chainPeter S. Housel1-4/+3
2017-03-30drivers: add explicit interrupt.h includesFlorian Westphal1-0/+1
2017-01-20brcmfmac: add support for BCM43455 with modalias sdio:c00v02D0dA9BFMartin Blumenstingl1-0/+1
2016-09-26brcmfmac: initialize variable in brcmf_sdiod_regrl()Arend Van Spriel1-1/+1
2016-09-09brcmfmac: add support for bcm4339 chip with modalias sdio:c00v02D0d4339Arend Van Spriel1-0/+1
2016-07-19brcmfmac: Fix glob_skb leak in brcmf_sdiod_recv_chainFlorian Fainelli1-1/+3
2016-06-04brcmfmac: Fix 'did not remove int handler' warningChristian Daudt1-6/+11
2016-06-04brcmfmac: Fix kernel oops in failed chip_attachChristian Daudt1-13/+17
2016-05-11brcmfmac: Add 4356 sdio supportChristian Daudt1-0/+1
2016-04-06brcmfmac: uninitialized "ret" variableDan Carpenter1-1/+1
2016-03-07brcmfmac: merge platform data and module paramatersHante Meuleman1-10/+10
2016-03-07brcmfmac: switch to new platform dataHante Meuleman1-13/+2
2016-03-07brcmfmac: move platform data retrieval code to commonHante Meuleman1-67/+17
2016-01-19brcmfmac: fix sdio sg table alloc crashHante Meuleman1-25/+15
2016-01-07brcmfmac: Move all module parameters to one placeHante Meuleman1-7/+5