summaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller
Commit message (Expand)AuthorAgeFilesLines
* PCI: mediatek: Add missing of_node_put() to fix reference leakKrzysztof Wilczyński2021-03-171-2/+5
* PCI: xgene-msi: Fix race in installing chained irq handlerMartin Kaiser2021-03-171-7/+3
* PCI: qcom: Use PHY_REFCLK_USE_PAD only for ipq8064Ansuel Smith2021-03-041-1/+3
* PCI: iproc: Fix out-of-bound array accessesBharat Gooty2020-12-301-5/+5
* PCI: qcom: Make sure PCIe is reset before init for rev 2.1.0Ansuel Smith2020-11-181-0/+13
* PCI: iproc: Set affinity mask on MSI interruptsMark Tomlinson2020-10-291-4/+9
* PCI: aardvark: Check for errors from pci_bridge_emul_init() callPali Rohár2020-10-291-4/+7
* PCI: tegra: Fix runtime PM imbalance on errorDinghao Liu2020-10-011-2/+1
* PCI: tegra194: Fix runtime PM imbalance on errorDinghao Liu2020-10-011-3/+2
* PCI: qcom: Add missing reset for ipq806xAnsuel Smith2020-09-031-0/+12
* PCI: qcom: Change duplicate PCI reset to phy resetAbhishek Sahu2020-09-031-10/+8
* PCI: qcom: Add missing ipq806x clocks in PCIe driverAnsuel Smith2020-09-031-5/+33
* PCI: qcom: Add support for tx term offset for rev 2.1.0Ansuel Smith2020-08-211-1/+16
* PCI: qcom: Define some PARF params needed for ipq8064 SoCAnsuel Smith2020-08-211-0/+24
* irqdomain/treewide: Free firmware node after domain removalJon Derrick2020-08-191-0/+3
* PCI: cadence: Fix updating Vendor ID and Subsystem Vendor ID registerKishon Vijay Abraham I2020-08-191-2/+7
* PCI: tegra: Revert tegra124 raw_violation_fixupNicolas Chauvet2020-08-111-32/+0
* irqdomain/treewide: Keep firmware node unconditionally allocatedThomas Gleixner2020-07-291-2/+3
* PCI: amlogic: meson: Don't use FAST_LINK_MODE to set up linkMarc Zyngier2020-06-241-2/+2
* PCI: dwc: Fix inner MSI IRQ domain registrationMarc Zyngier2020-06-241-0/+2
* PCI: rcar: Fix incorrect programming of OB windowsAndrew Murray2020-06-241-4/+5
* PCI: v3-semi: Fix a memory leak in v3_pci_probe() error handling pathsChristophe JAILLET2020-06-241-1/+1
* PCI: vmd: Filter resource type bits from shadow registerJon Derrick2020-06-241-2/+4
* PCI: aardvark: Don't blindly enable ASPM L0s and don't write to read-only reg...Pali Rohár2020-06-241-4/+0
* PCI: vmd: Add device id for VMD device 8086:9A0BJon Derrick2020-06-221-0/+2
* PCI: qcom: Fix the fixup of PCI_VENDOR_ID_QCOMBjorn Andersson2020-04-171-1/+7
* PCI: iproc: Apply quirk_paxc_bridge() for module as well as built-inWei Liu2020-02-241-0/+24
* PCI: tegra: Fix afi_pex2_ctrl reg offset for Tegra30Marcel Ziswiler2020-02-141-1/+1
* PCI: keystone: Fix error handling when "num-viewport" DT property is not popu...Kishon Vijay Abraham I2020-02-111-1/+1
* PCI: keystone: Fix link training retries initiationYurii Monakov2020-02-111-1/+1
* PCI: keystone: Fix outbound region mappingYurii Monakov2020-02-111-1/+1
* PCI: tegra: Fix return value check of pm_runtime_get_sync()David Engraf2020-02-111-1/+1
* PCI: mobiveil: Fix csr_read()/write() build issueKefeng Wang2020-01-261-57/+62
* PCI: dwc: Fix find_next_bit() usageNiklas Cassel2020-01-171-5/+6
* PCI: aardvark: Fix PCI_EXP_RTCTL register configurationRemi Pommarel2020-01-171-4/+9
* PCI: aardvark: Use LTSSM state to build link training flagRemi Pommarel2020-01-171-1/+28
* PCI: amlogic: Fix probed clock namesNeil Armstrong2020-01-171-3/+3
* PCI: rcar: Fix missing MACCTLR register setting in initialization sequenceYoshihiro Shimoda2019-12-211-0/+6
* Merge tag 'pci-v5.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-2322-109/+2469
|\
| * Merge branch 'pci/trivial'Bjorn Helgaas2019-09-231-2/+0
| |\
| | * PCI: Remove unnecessary returnsKrzysztof Wilczynski2019-08-301-2/+0
| * | Merge branch 'remotes/lorenzo/pci/vmd'Bjorn Helgaas2019-09-231-10/+15
| |\ \
| | * | PCI: vmd: Fix shadow offsets to reflect spec changesJon Derrick2019-09-171-3/+6
| | * | PCI: vmd: Fix config addressing when using bus offsetsJon Derrick2019-09-171-7/+9
| | |/
| * | Merge branch 'lorenzo/pci/tegra'Bjorn Helgaas2019-09-238-49/+1869
| |\ \
| | * | PCI: tegra: Add support to enable slot regulatorsVidya Sagar2019-09-201-0/+83
| | * | PCI: tegra: Add support to configure sideband pinsVidya Sagar2019-09-201-2/+10
| | * | PCI: tegra: Add Tegra194 PCIe supportVidya Sagar2019-09-084-1/+1653
| | * | PCI: dwc: Add support to enable CDM register checkVidya Sagar2019-08-132-0/+16
| | * | PCI: dwc: Export dw_pcie_wait_for_link() APIVidya Sagar2019-08-131-0/+1