aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/pci/controller/pcie-rcar-host.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-27PCI: Convert to new *_PM_OPS macrosBjorn Helgaas1-2/+2
2022-03-22Merge branch 'remotes/lorenzo/pci/rcar'Bjorn Helgaas1-34/+96
2022-03-14PCI: rcar: Use PCI_SET_ERROR_RESPONSE after read which triggered an exceptionMarek Vasut1-4/+52
2022-03-14PCI: rcar: Finish transition to L1 state in rcar_pcie_config_access()Marek Vasut1-31/+45
2022-02-17PCI: Add defines for normal and subtractive PCI bridgesPali Rohár1-1/+1
2022-01-13Merge branch 'pci/errors'Bjorn Helgaas1-3/+1
2021-12-01PCI: rcar: Check if device is runtime suspended instead of __clk_is_enabled()Marek Vasut1-5/+5
2021-11-18PCI: rcar-host: Drop error data fabrication when config read failsNaveen Naidu1-3/+1
2021-10-08PCI: rcar-host: Remove unneeded includesGeert Uytterhoeven1-2/+0
2021-09-02Merge branch 'remotes/lorenzo/pci/rcar'Bjorn Helgaas1-0/+86
2021-08-16PCI: rcar: Add L1 link state fix into data abort hookMarek Vasut1-0/+86
2021-08-02PCI: Bulk conversion to generic_handle_domain_irq()Marc Zyngier1-5/+3
2021-04-20PCI: rcar: Convert to MSI domainsMarc Zyngier1-182/+169
2021-04-20PCI: rcar: Don't allocate extra memory for the MSI capture addressMarc Zyngier1-11/+7
2021-01-15PCI: rcar: Always allocate MSI addresses in 32bit spaceMarek Vasut1-1/+1
2020-11-20PCI: rcar: Drop unused members from struct rcar_pcie_hostLad Prabhakar1-2/+0
2020-08-05Merge branch 'pci/host-probe-refactor'Bjorn Helgaas1-83/+8
2020-08-04PCI: Set bridge map_irq and swizzle_irq to default functionsRob Herring1-2/+0
2020-08-04PCI: Move DT resource setup into devm_pci_alloc_host_bridge()Rob Herring1-5/+0
2020-07-23PCI: rcar: Use struct pci_host_bridge.windows list directlyRob Herring1-41/+4
2020-07-23PCI: rcar: Use devm_pci_alloc_host_bridge()Rob Herring1-5/+2
2020-07-23PCI: Move setting pci_host_bridge.busnr out of host driversRob Herring1-1/+0
2020-07-23PCI: rcar: Use pci_is_root_bus() to check if bus is root busRob Herring1-14/+5
2020-07-23PCI: Set default bridge parent deviceRob Herring1-2/+0
2020-07-23PCI: rcar: Fix runtime PM imbalance on errorDinghao Liu1-3/+1
2020-07-10PCI: rcar: Use pci_host_probe() to register hostRob Herring1-17/+1
2020-05-11PCI: rcar: Move shareable code to a common fileLad Prabhakar1-292/+112
2020-05-11PCI: rcar: Rename pcie-rcar.c to pcie-rcar-host.cLad Prabhakar1-0/+1310