summaryrefslogtreecommitdiff
path: root/drivers/pci/controller/dwc/pci-keystone.c
AgeCommit message (Expand)Author
2024-04-10PCI: endpoint: Remove "core_init_notifier" flagManivannan Sadhasivam
2024-04-10PCI: dwc: ep: Call dw_pcie_ep_init_registers() API directly from all glue dri...Manivannan Sadhasivam
2024-02-16PCI: endpoint: Drop only_64bit on reserved BARsNiklas Cassel
2024-02-16PCI: endpoint: Clean up hardware description for BARsNiklas Cassel
2024-01-15Merge branch 'pci/irq-clean-up'Bjorn Helgaas
2024-01-15Merge branch 'pci/controller/remove-void-return'Bjorn Helgaas
2024-01-15Merge branch 'pci/controller/keystone'Bjorn Helgaas
2024-01-09PCI: keystone: Fix race condition when initializing PHYsSiddharth Vadapalli
2024-01-06PCI: dwc: Rename .ep_init to .init in struct dw_pcie_ep_opsYoshihiro Shimoda
2024-01-06PCI: dwc: Drop host prefix from struct dw_pcie_host_ops membersYoshihiro Shimoda
2023-12-19PCI: keystone: Use INTX instead of legacyDamien Le Moal
2023-12-18PCI: endpoint: Drop PCI_EPC_IRQ_XXX definitionsDamien Le Moal
2023-12-16PCI: keystone: Convert to platform remove callback returning voidUwe Kleine-König
2023-10-10PCI: keystone: Don't discard .probe() callbackUwe Kleine-König
2023-10-10PCI: keystone: Don't discard .remove() callbackUwe Kleine-König
2023-07-18PCI: Explicitly include correct DT includesRob Herring
2022-08-04Merge branch 'pci/misc'Bjorn Helgaas
2022-08-01PCI: dwc: Add macros to compare Synopsys IP core versionsSerge Semin
2022-08-01PCI: dwc: Use native DWC IP core version representationSerge Semin
2022-07-06PCI: Drop of_match_ptr() to avoid unused variablesBjorn Helgaas
2022-07-05PCI: dwc: Rename struct pcie_port to dw_pcie_rpSerge Semin
2022-02-17PCI: Add defines for normal and subtractive PCI bridgesPali Rohár
2022-01-13Merge branch 'pci/driver-cleanup'Bjorn Helgaas
2022-01-13Merge branch 'pci/errors'Bjorn Helgaas
2022-01-07PCI: keystone: Use phandle argument from "ti,syscon-pcie-id"/"ti,syscon-pcie-...Kishon Vijay Abraham I
2022-01-03PCI: keystone: Prefer of_device_get_match_data()Fan Fei
2021-11-18PCI: keystone: Use PCI_ERROR_RESPONSE to identify config read errorsNaveen Naidu
2021-08-02PCI: Bulk conversion to generic_handle_domain_irq()Marc Zyngier
2021-05-04Merge branch 'remotes/lorenzo/pci/dwc'Bjorn Helgaas
2021-03-22PCI: keystone: Let AM65 use the pci_ops defined in pcie-designware-host.cKishon Vijay Abraham I
2021-03-11PCI: Fix kernel-doc errorsKrzysztof Wilczyński
2020-11-19Revert "PCI: dwc/keystone: Drop duplicated 'num-viewport'"Rob Herring
2020-11-19PCI: dwc: Remove unnecessary wrappers around dw_pcie_host_init()Rob Herring
2020-11-19PCI: dwc: Move dw_pcie_setup_rc() to DWC common codeRob Herring
2020-11-19PCI: dwc: Move link handling into common codeRob Herring
2020-11-19PCI: dwc: Rework MSI initializationRob Herring
2020-11-19PCI: dwc: Move "dbi", "dbi2", and "addr_space" resource setup into common codeRob Herring
2020-10-13PCI: keystone: Remove iATU register mappingKunihiko Hayashi
2020-09-10PCI: dwc: Centralize link gen settingRob Herring
2020-09-08PCI: dwc: Remove read_dbi2 codeRob Herring
2020-09-08PCI: dwc: Remove hardcoded PCI_CAP_ID_EXP offsetRob Herring
2020-09-08PCI: dwc/keystone: Drop duplicated 'num-viewport'Rob Herring
2020-09-08PCI: dwc: Simplify config space handlingRob Herring
2020-09-08PCI: dwc: Remove storing of PCI resourcesRob Herring
2020-09-08PCI: dwc: keystone: Convert .scan_bus() callback to use add_busRob Herring
2020-09-08PCI: dwc: keystone: Use pci_ops for config space accessorsRob Herring
2020-08-05Merge branch 'pci/irq-error'Bjorn Helgaas
2020-08-05Merge branch 'pci/host-probe-refactor'Bjorn Helgaas
2020-08-05Merge branch 'remotes/lorenzo/pci/dwc'Bjorn Helgaas
2020-08-03PCI: Remove dev_err() when handing an error from platform_get_irq()Krzysztof Wilczyński