aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/wireless/broadcom/brcm80211/brcmfmac/pcie.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-2/+2
2019-11-20brcmfmac: disable PCIe interrupts before bus resetRafał Miłecki1-0/+2
2019-10-15wireless: Remove call to memset after dma_alloc_coherentFuqian Huang1-2/+0
2019-09-13brcmfmac: don't realloc wiphy during PCIe resetRafał Miłecki1-4/+4
2019-09-13brcmfmac: split brcmf_attach() and brcmf_detach() functionsRafał Miłecki1-2/+11
2019-09-03brcmfmac: get chip's default RAM info during PCIe setupRafał Miłecki1-0/+6
2019-07-24brcmfmac: don't net_ratelimit() CONSOLE messages on firmware crashRafał Miłecki1-1/+2
2019-05-28brcmfmac: switch source files to using SPDX license identifierArend van Spriel1-13/+3
2019-05-01brcmfmac: print firmware messages after a firmware crashRafał Miłecki1-6/+18
2019-04-26brcmfmac: send mailbox interrupt twice for specific hardware deviceWright Feng1-1/+6
2019-04-25Revert "brcmfmac: send mailbox interrupt twice for specific hardware device"Kalle Valo1-5/+1
2019-04-25brcmfmac: send mailbox interrupt twice for specific hardware deviceWright Feng1-1/+5
2019-04-04brcmfmac: reset PCIe bus on a firmware crashRafał Miłecki1-0/+35
2019-04-04brcmfmac: add a function designated for handling firmware failsRafał Miłecki1-1/+1
2019-02-20brcmfmac: add basic validation of shared RAM addressRafał Miłecki1-0/+6
2019-02-08brcmfmac: pass bus to the __brcmf_err() in pcie.cRafał Miłecki1-23/+36
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-8/+8
2018-12-13brcmfmac: add 4354 raw pcie device idWinnie Chang1-0/+1
2018-11-06brcmfmac: Set board_type used for nvram file selection to machine-compatibleHans de Goede1-0/+1
2018-08-31brcmfmac: add CYW89342 mini-PCIe deviceJia-Shyr Chuang1-0/+1
2018-07-25brcmfmac: fix regression in parsing NVRAM for multiple devicesRafał Miłecki1-1/+2
2018-05-23brcmfmac: trigger memory dump upon firmware halt signalFranky Lin1-0/+5
2018-05-23brcmfmac: add support for sysfs initiated coredumpArend Van Spriel1-0/+1
2018-04-30brcmfmac: coarse support for PCIe shared structure rev7Franky Lin1-4/+19
2018-04-30brcmfmac: add hostready indicationFranky Lin1-2/+12
2018-04-30brcmfmac: constify firmware mapping tablesArend Van Spriel1-1/+1
2018-04-25brcmfmac: add support for BCM4366E chipsetDan Haab1-0/+1
2018-03-27brcmfmac: add extension to .get_fwname() callbacksArend Van Spriel1-13/+14
2018-03-27brcmfmac: introduce brcmf_fw_alloc_request() functionArend Van Spriel1-26/+32
2018-03-27brcmfmac: pass struct in brcmf_fw_get_firmwares()Arend Van Spriel1-7/+31
2018-03-27brcmfmac: derive firmware filenames from basename mappingArend Van Spriel1-28/+28
2018-02-27brcmfmac: remove brcmf_bus_started() from bus apiArend Van Spriel1-19/+1
2018-01-11brcmfmac: Use zeroing memory allocator than allocator/memsetHimanshu Jha1-10/+10
2017-11-11brcmfmac: add CLM download supportChung-Hsien Hsu1-0/+19
2017-07-28brcmfmac: constify pci_device_idArvind Yadav1-1/+1
2017-06-15brcmfmac: add parameter to pass error code in firmware callbackArend Van Spriel1-5/+12
2017-04-05brcmfmac: restore bus state when enter_D3 failsArend Van Spriel1-0/+1
2017-01-28brcmfmac: drop duplicated core selection from brcmf_pcie_attachRafał Miłecki1-1/+0
2017-01-20brcmfmac: rename brcmf_bus_start function to brcmf_bus_startedRafał Miłecki1-1/+1
2016-11-29brcmfmac: add pcie host dongle interface rev6 supportFranky Lin1-69/+102
2016-06-16brcmfmac: add support for the PCIE devices 43525 and 43465Hante Meuleman1-1/+5
2016-03-10brcmfmac: Remove waitqueue_active checkHui Wang1-4/+2
2016-03-07brcmfmac: merge platform data and module paramatersHante Meuleman1-4/+20
2016-03-07brcmfmac: remove pcie gen1 supportHante Meuleman1-115/+20
2016-03-07brcmfmac: add support for the PCIE 4366c0 chipHante Meuleman1-1/+3
2016-03-07brcmfmac: use bar1 window size as provided by pci subsystemHante Meuleman1-6/+4
2016-03-07brcmfmac: use device memsize config from fw if definedHante Meuleman1-0/+33
2016-02-06brcmfmac: add support for 14e4:4365 PCI ID with BCM4366 chipsetRafał Miłecki1-0/+4
2016-01-08brcmfmac: use msecs_to_jiffies() in macro definitionsArend van Spriel1-4/+3
2015-12-11brcmfmac: Change error print in debug printHante Meuleman1-2/+2