summaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller/dwc/pci-keystone.c
Commit message (Expand)AuthorAgeFilesLines
* PCI: Add defines for normal and subtractive PCI bridgesPali Rohár2022-02-171-4/+4
* Merge branch 'pci/driver-cleanup'Bjorn Helgaas2022-01-131-3/+1
|\
| * PCI: keystone: Prefer of_device_get_match_data()Fan Fei2022-01-031-3/+1
* | Merge branch 'pci/errors'Bjorn Helgaas2022-01-131-3/+3
|\ \
| * | PCI: keystone: Use PCI_ERROR_RESPONSE to identify config read errorsNaveen Naidu2021-11-181-3/+3
| |/
* / PCI: keystone: Use phandle argument from "ti,syscon-pcie-id"/"ti,syscon-pcie-...Kishon Vijay Abraham I2022-01-071-3/+24
|/
* PCI: Bulk conversion to generic_handle_domain_irq()Marc Zyngier2021-08-021-9/+5
* Merge branch 'remotes/lorenzo/pci/dwc'Bjorn Helgaas2021-05-041-1/+2
|\
| * PCI: keystone: Let AM65 use the pci_ops defined in pcie-designware-host.cKishon Vijay Abraham I2021-03-221-1/+2
* | PCI: Fix kernel-doc errorsKrzysztof Wilczyński2021-03-111-3/+8
|/
* Revert "PCI: dwc/keystone: Drop duplicated 'num-viewport'"Rob Herring2020-11-191-1/+10
* PCI: dwc: Remove unnecessary wrappers around dw_pcie_host_init()Rob Herring2020-11-191-18/+1
* PCI: dwc: Move dw_pcie_setup_rc() to DWC common codeRob Herring2020-11-191-2/+0
* PCI: dwc: Move link handling into common codeRob Herring2020-11-191-9/+0
* PCI: dwc: Rework MSI initializationRob Herring2020-11-191-9/+0
* PCI: dwc: Move "dbi", "dbi2", and "addr_space" resource setup into common codeRob Herring2020-11-191-28/+1
* PCI: keystone: Remove iATU register mappingKunihiko Hayashi2020-10-131-16/+4
* PCI: dwc: Centralize link gen settingRob Herring2020-09-101-33/+0
* PCI: dwc: Remove read_dbi2 codeRob Herring2020-09-081-13/+0
* PCI: dwc: Remove hardcoded PCI_CAP_ID_EXP offsetRob Herring2020-09-081-6/+5
* PCI: dwc/keystone: Drop duplicated 'num-viewport'Rob Herring2020-09-081-10/+1
* PCI: dwc: Simplify config space handlingRob Herring2020-09-081-8/+0
* PCI: dwc: Remove storing of PCI resourcesRob Herring2020-09-081-2/+6
* PCI: dwc: keystone: Convert .scan_bus() callback to use add_busRob Herring2020-09-081-3/+9
* PCI: dwc: keystone: Use pci_ops for config space accessorsRob Herring2020-09-081-22/+18
* Merge branch 'pci/irq-error'Bjorn Helgaas2020-08-051-3/+1
|\
| * PCI: Remove dev_err() when handing an error from platform_get_irq()Krzysztof Wilczyński2020-08-031-3/+1
* | Merge branch 'pci/host-probe-refactor'Bjorn Helgaas2020-08-051-2/+2
|\ \
| * | PCI: designware: Use pci_is_root_bus() to check if bus is root busRob Herring2020-07-231-2/+2
| |/
* | Merge branch 'remotes/lorenzo/pci/dwc'Bjorn Helgaas2020-08-051-2/+1
|\ \
| * | PCI: dwc: Convert to devm_platform_ioremap_resource_byname()Dejin Zheng2020-07-171-2/+1
| |/
* / PCI: Replace http:// links with https://Alexander A. Klimov2020-06-301-1/+1
|/
* PCI: keystone: Allow AM654 PCIe Endpoint to raise MSI-X interruptKishon Vijay Abraham I2020-04-021-1/+4
* PCI: keystone: Fix error handling when "num-viewport" DT property is not popu...Kishon Vijay Abraham I2020-01-211-1/+1
* PCI: keystone: Fix outbound region mappingYurii Monakov2020-01-101-1/+1
* PCI: keystone: Fix link training retries initiationYurii Monakov2020-01-101-1/+1
* PCI: keystone: Add support for PCIe EP in AM654x PlatformsKishon Vijay Abraham I2019-05-011-32/+218
* PCI: keystone: Add support to set the max link speed from DTKishon Vijay Abraham I2019-04-151-0/+35
* PCI: keystone: Invoke phy_reset() API before enabling PHYKishon Vijay Abraham I2019-04-151-0/+4
* PCI: keystone: Add support for PCIe RC in AM654x PlatformsKishon Vijay Abraham I2019-04-151-14/+147
* PCI: keystone: Prevent ARM32 specific code to be compiled for ARM64Kishon Vijay Abraham I2019-04-151-0/+4
* PCI: keystone: Explicitly set the PCIe modeKishon Vijay Abraham I2019-04-151-0/+37
* PCI: keystone: Move resources initialization to prepare for EP supportKishon Vijay Abraham I2019-04-151-12/+15
* PCI: keystone: Use platform_get_resource_byname() to get memory resourcesKishon Vijay Abraham I2019-04-111-10/+7
* PCI: keystone: Perform host initialization in a single functionKishon Vijay Abraham I2019-04-111-40/+23
* PCI: keystone: Cleanup error_irq configurationKishon Vijay Abraham I2019-04-111-26/+17
* PCI: keystone: Add start_link()/stop_link() dw_pcie_opsKishon Vijay Abraham I2019-04-111-22/+22
* PCI: keystone: Use Keystone specific msi_irq_chipKishon Vijay Abraham I2019-04-041-24/+72
* PCI: keystone: Cleanup ks_pcie_msi_irq_handler()Kishon Vijay Abraham I2019-04-041-36/+28
* PCI: keystone: Use hwirq to get the MSI IRQ number offsetKishon Vijay Abraham I2019-04-041-11/+13