| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-09-25 | PCI: rcar-host: Convert struct rcar_msi mask_lock into raw spinlock | Marek Vasut | 1 | -14/+13 |
| 2025-09-25 | PCI: rcar-host: Drop PMSR spinlock | Marek Vasut | 1 | -11/+2 |
| 2025-08-27 | PCI: rcar-host: Pass proper IRQ domain to generic_handle_domain_irq() | Claudiu Beznea | 1 | -1/+1 |
| 2025-07-24 | PCI: rcar-host: Switch to msi_create_parent_irq_domain() | Nam Cao | 1 | -45/+25 |
| 2025-03-08 | PCI: Fix typos | Bjorn Helgaas | 1 | -4/+6 |
| 2024-11-15 | PCI: Fix typos | Bjorn Helgaas | 1 | -2/+2 |
| 2024-07-29 | PCI: rcar-host: Silence 'set affinity failed' warning | Marek Vasut | 1 | -8/+2 |
| 2024-05-28 | PCI: rcar: Demote WARN() to dev_warn_ratelimited() in rcar_pcie_wakeup() | Marek Vasut | 1 | -1/+5 |
| 2023-12-14 | PCI: rcar-host: Add support for optional regulators | Wolfram Sang | 1 | -1/+17 |
| 2023-10-03 | PCI: Use PCI_HEADER_TYPE_* instead of literals | Ilpo Järvinen | 1 | -1/+1 |
| 2023-06-24 | PCI: rcar: Use correct product family name for Renesas R-Car | Wolfram Sang | 1 | -2/+2 |
| 2023-05-29 | PCI: rcar-host: Remove unused static pcie_base and pcie_dev | Geert Uytterhoeven | 1 | -21/+0 |
| 2023-03-10 | PCI: rcar: Avoid defines prefixed with CONFIG | Lukas Bulwahn | 1 | -2/+2 |
| 2022-07-27 | PCI: Convert to new *_PM_OPS macros | Bjorn Helgaas | 1 | -2/+2 |
| 2022-03-22 | Merge branch 'remotes/lorenzo/pci/rcar' | Bjorn Helgaas | 1 | -34/+96 |
| 2022-03-14 | PCI: rcar: Use PCI_SET_ERROR_RESPONSE after read which triggered an exception | Marek Vasut | 1 | -4/+52 |
| 2022-03-14 | PCI: rcar: Finish transition to L1 state in rcar_pcie_config_access() | Marek Vasut | 1 | -31/+45 |
| 2022-02-17 | PCI: Add defines for normal and subtractive PCI bridges | Pali Rohár | 1 | -1/+1 |
| 2022-01-13 | Merge branch 'pci/errors' | Bjorn Helgaas | 1 | -3/+1 |
| 2021-12-01 | PCI: rcar: Check if device is runtime suspended instead of __clk_is_enabled() | Marek Vasut | 1 | -5/+5 |
| 2021-11-18 | PCI: rcar-host: Drop error data fabrication when config read fails | Naveen Naidu | 1 | -3/+1 |
| 2021-10-08 | PCI: rcar-host: Remove unneeded includes | Geert Uytterhoeven | 1 | -2/+0 |
| 2021-09-02 | Merge branch 'remotes/lorenzo/pci/rcar' | Bjorn Helgaas | 1 | -0/+86 |
| 2021-08-16 | PCI: rcar: Add L1 link state fix into data abort hook | Marek Vasut | 1 | -0/+86 |
| 2021-08-02 | PCI: Bulk conversion to generic_handle_domain_irq() | Marc Zyngier | 1 | -5/+3 |
| 2021-04-20 | PCI: rcar: Convert to MSI domains | Marc Zyngier | 1 | -182/+169 |
| 2021-04-20 | PCI: rcar: Don't allocate extra memory for the MSI capture address | Marc Zyngier | 1 | -11/+7 |
| 2021-01-15 | PCI: rcar: Always allocate MSI addresses in 32bit space | Marek Vasut | 1 | -1/+1 |
| 2020-11-20 | PCI: rcar: Drop unused members from struct rcar_pcie_host | Lad Prabhakar | 1 | -2/+0 |
| 2020-08-05 | Merge branch 'pci/host-probe-refactor' | Bjorn Helgaas | 1 | -83/+8 |
| 2020-08-04 | PCI: Set bridge map_irq and swizzle_irq to default functions | Rob Herring | 1 | -2/+0 |
| 2020-08-04 | PCI: Move DT resource setup into devm_pci_alloc_host_bridge() | Rob Herring | 1 | -5/+0 |
| 2020-07-23 | PCI: rcar: Use struct pci_host_bridge.windows list directly | Rob Herring | 1 | -41/+4 |
| 2020-07-23 | PCI: rcar: Use devm_pci_alloc_host_bridge() | Rob Herring | 1 | -5/+2 |
| 2020-07-23 | PCI: Move setting pci_host_bridge.busnr out of host drivers | Rob Herring | 1 | -1/+0 |
| 2020-07-23 | PCI: rcar: Use pci_is_root_bus() to check if bus is root bus | Rob Herring | 1 | -14/+5 |
| 2020-07-23 | PCI: Set default bridge parent device | Rob Herring | 1 | -2/+0 |
| 2020-07-23 | PCI: rcar: Fix runtime PM imbalance on error | Dinghao Liu | 1 | -3/+1 |
| 2020-07-10 | PCI: rcar: Use pci_host_probe() to register host | Rob Herring | 1 | -17/+1 |
| 2020-05-11 | PCI: rcar: Move shareable code to a common file | Lad Prabhakar | 1 | -292/+112 |
| 2020-05-11 | PCI: rcar: Rename pcie-rcar.c to pcie-rcar-host.c | Lad Prabhakar | 1 | -0/+1310 |