summaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller/dwc/pci-keystone.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* PCI: keystone: Add separate functions for configuring MSI and legacy interruptKishon Vijay Abraham I2019-04-041-92/+89
* PCI: keystone: Cleanup interrupt related macrosKishon Vijay Abraham I2019-04-041-13/+13
* PCI: keystone: Cleanup macros defined in pci-keystone.cKishon Vijay Abraham I2018-10-171-25/+16
* PCI: keystone: Reorder header file in alphabetical orderKishon Vijay Abraham I2018-10-171-4/+4
* PCI: keystone: Add debug error message for all errorsKishon Vijay Abraham I2018-10-171-9/+23
* PCI: keystone: Use ERR_IRQ_STATUS instead of ERR_IRQ_STATUS_RAW to get interr...Kishon Vijay Abraham I2018-10-171-2/+1
* PCI: keystone: Cleanup ks_pcie_link_up()Kishon Vijay Abraham I2018-10-171-8/+3
* PCI: keystone: Cleanup set_dbi_mode() and get_dbi_mode()Kishon Vijay Abraham I2018-10-171-5/+7
* PCI: keystone: Cleanup outbound window configurationKishon Vijay Abraham I2018-10-171-15/+17
* PCI: keystone: Get number of outbound windows from DTKishon Vijay Abraham I2018-10-171-2/+11
* PCI: keystone: Cleanup configuration space accessKishon Vijay Abraham I2018-10-171-50/+20
* PCI: keystone: Invoke runtime PM APIs to enable clockKishon Vijay Abraham I2018-10-171-16/+12
* PCI: keystone: Cleanup PHY handlingKishon Vijay Abraham I2018-10-171-16/+106
* PCI: keystone: Use SYSCON APIs to get device ID from control moduleKishon Vijay Abraham I2018-10-171-13/+32
* PCI: keystone: Use uniform function naming conventionKishon Vijay Abraham I2018-10-171-110/+111
* PCI: keystone: Remove redundant platform_set_drvdata() invocationKishon Vijay Abraham I2018-10-171-2/+0
* PCI: keystone: Merge pci-keystone-dw.c and pci-keystone.cKishon Vijay Abraham I2018-10-171-1/+488
* PCI: keystone: Remove unused argument from ks_dw_pcie_host_init()Kishon Vijay Abraham I2018-10-171-1/+1
* PCI: keystone: Do not initiate link training multiple timesKishon Vijay Abraham I2018-10-171-6/+4
* PCI: keystone: Move dw_pcie_setup_rc() out of ks_pcie_establish_link()Kishon Vijay Abraham I2018-10-171-3/+2
* PCI: keystone: Use quirk to set MRRS for PCI host bridgeKishon Vijay Abraham I2018-10-171-22/+15
* PCI: keystone: Use quirk to limit MRRS for K2GKishon Vijay Abraham I2018-10-171-0/+3
* PCI: keystone: Drop unnecessary root_bus_nr settingShawn Guo2018-07-131-1/+0
* PCI: Collect all native drivers under drivers/pci/controller/Shawn Lin2018-06-081-0/+457