summaryrefslogtreecommitdiff
path: root/drivers/pci/controller/pcie-rzg3s-host.c
AgeCommit message (Expand)AuthorFilesLines
2026-06-30PCI: rzg3s-host: Add support for RZ/V2H(P) SoCLad Prabhakar1-0/+181
2026-06-30PCI: rzg3s-host: Prepare System Controller handling for multiple controllersLad Prabhakar1-15/+33
2026-06-30PCI: rzg3s-host: Use shared reset controls for power domain resetsLad Prabhakar1-3/+3
2026-06-23PCI: rzg3s-host: Use common pci_host_common_link_train_delay() helperHans Zhang1-1/+2
2026-04-13Merge branch 'pci/controller/rzg3s-host'Bjorn Helgaas1-80/+285
2026-03-27PCI: controller: Validate max-link-speedHans Zhang1-1/+1
2026-03-15PCI: rzg3s-host: Add support for RZ/G3E PCIe controllerJohn Madieu1-0/+93
2026-03-15PCI: rzg3s-host: Add PCIe Gen3 (8.0 GT/s) link speed supportJohn Madieu1-6/+20
2026-03-15PCI: rzg3s-host: Explicitly set class code for RZ/G3E compatibilityJohn Madieu1-0/+8
2026-03-15PCI: rzg3s-host: Add SoC-specific configuration and initialization callbacksJohn Madieu1-17/+44
2026-03-15PCI: rzg3s-host: Make configuration reset lines optionalJohn Madieu1-3/+3
2026-03-15PCI: rzg3s-host: Make SYSC register offsets SoC-specificJohn Madieu1-26/+85
2026-03-15PCI: rzg3s-host: Rework inbound window algorithm for supporting RZ/G3E SoCJohn Madieu1-24/+29
2026-03-15PCI: rzg3s-host: Reorder reset assertion during suspendJohn Madieu1-9/+9
2026-03-15PCI: rzg3s-host: Fix reset handling in probe error pathJohn Madieu1-2/+1
2026-02-06PCI: rzg3s-host: Fix device node reference leak in rzg3s_pcie_host_parse_port()Felix Gu1-1/+2
2025-12-30PCI: rzg3s-host: Drop the lock on RZG3S_PCI_MSIRS and RZG3S_PCI_PINTRCVISClaudiu Beznea1-4/+3
2025-12-30PCI: rzg3s-host: Use pci_generic_config_write() for the root busClaudiu Beznea1-23/+4
2025-12-09PCI: rzg3s-host: Initialize MSI status bitmap before useClaudiu Beznea1-1/+1
2025-11-25PCI: Add Renesas RZ/G3S host controller driverClaudiu Beznea1-0/+1761