summaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller/pcie-rcar-host.c
Commit message (Expand)AuthorAgeFilesLines
* PCI: Use PCI_HEADER_TYPE_* instead of literalsIlpo Järvinen2023-10-031-1/+1
* PCI: rcar: Use correct product family name for Renesas R-CarWolfram Sang2023-06-241-2/+2
* PCI: rcar-host: Remove unused static pcie_base and pcie_devGeert Uytterhoeven2023-05-291-21/+0
* PCI: rcar: Avoid defines prefixed with CONFIGLukas Bulwahn2023-03-101-2/+2
* PCI: Convert to new *_PM_OPS macrosBjorn Helgaas2022-07-271-2/+2
* Merge branch 'remotes/lorenzo/pci/rcar'Bjorn Helgaas2022-03-221-34/+96
|\
| * PCI: rcar: Use PCI_SET_ERROR_RESPONSE after read which triggered an exceptionMarek Vasut2022-03-141-4/+52
| * PCI: rcar: Finish transition to L1 state in rcar_pcie_config_access()Marek Vasut2022-03-141-31/+45
* | PCI: Add defines for normal and subtractive PCI bridgesPali Rohár2022-02-171-1/+1
|/
* Merge branch 'pci/errors'Bjorn Helgaas2022-01-131-3/+1
|\
| * PCI: rcar-host: Drop error data fabrication when config read failsNaveen Naidu2021-11-181-3/+1
* | PCI: rcar: Check if device is runtime suspended instead of __clk_is_enabled()Marek Vasut2021-12-011-5/+5
|/
* PCI: rcar-host: Remove unneeded includesGeert Uytterhoeven2021-10-081-2/+0
* Merge branch 'remotes/lorenzo/pci/rcar'Bjorn Helgaas2021-09-021-0/+86
|\
| * PCI: rcar: Add L1 link state fix into data abort hookMarek Vasut2021-08-161-0/+86
* | PCI: Bulk conversion to generic_handle_domain_irq()Marc Zyngier2021-08-021-5/+3
|/
* PCI: rcar: Convert to MSI domainsMarc Zyngier2021-04-201-182/+169
* PCI: rcar: Don't allocate extra memory for the MSI capture addressMarc Zyngier2021-04-201-11/+7
* PCI: rcar: Always allocate MSI addresses in 32bit spaceMarek Vasut2021-01-151-1/+1
* PCI: rcar: Drop unused members from struct rcar_pcie_hostLad Prabhakar2020-11-201-2/+0
* Merge branch 'pci/host-probe-refactor'Bjorn Helgaas2020-08-051-83/+8
|\
| * PCI: Set bridge map_irq and swizzle_irq to default functionsRob Herring2020-08-041-2/+0
| * PCI: Move DT resource setup into devm_pci_alloc_host_bridge()Rob Herring2020-08-041-5/+0
| * PCI: rcar: Use struct pci_host_bridge.windows list directlyRob Herring2020-07-231-41/+4
| * PCI: rcar: Use devm_pci_alloc_host_bridge()Rob Herring2020-07-231-5/+2
| * PCI: Move setting pci_host_bridge.busnr out of host driversRob Herring2020-07-231-1/+0
| * PCI: rcar: Use pci_is_root_bus() to check if bus is root busRob Herring2020-07-231-14/+5
| * PCI: Set default bridge parent deviceRob Herring2020-07-231-2/+0
| * PCI: rcar: Use pci_host_probe() to register hostRob Herring2020-07-101-17/+1
* | PCI: rcar: Fix runtime PM imbalance on errorDinghao Liu2020-07-231-3/+1
|/
* PCI: rcar: Move shareable code to a common fileLad Prabhakar2020-05-111-292/+112
* PCI: rcar: Rename pcie-rcar.c to pcie-rcar-host.cLad Prabhakar2020-05-111-0/+1310