summaryrefslogtreecommitdiff
path: root/drivers/pci/host/pcie-rockchip.c
AgeCommit message (Expand)AuthorFilesLines
2017-07-12PCI: rockchip: Check for pci_scan_root_bus_bridge() failure correctlyShawn Lin1-1/+1
2017-07-03PCI: rockchip: Use normal register bank for config accessorsShawn Lin1-4/+9
2017-07-03PCI: rockchip: Use local struct device pointer consistentlyShawn Lin1-3/+2
2017-07-03PCI: rockchip: Check for clk_prepare_enable() errors during resumeArvind Yadav1-6/+28
2017-07-03PCI: rockchip: Configure RC's MPS settingShawn Lin1-0/+8
2017-07-03PCI: rockchip: Reconfigure configuration space header typeShawn Lin1-0/+14
2017-07-03PCI: rockchip: Split out rockchip_pcie_cfg_configuration_accesses()Shawn Lin1-10/+25
2017-07-03PCI: rockchip: Move configuration accesses into rockchip_pcie_cfg_atu()Shawn Lin1-10/+11
2017-07-03PCI: rockchip: Rename rockchip_cfg_atu() to rockchip_pcie_cfg_atu()Shawn Lin1-3/+3
2017-07-03PCI: rockchip: Control vpcie0v9 for system PMShawn Lin1-0/+11
2017-07-03PCI: rockchip: Move to struct pci_host_bridge IRQ mapping functionsLorenzo Pieralisi1-0/+2
2017-07-03PCI: rockchip: Convert PCI scan API to pci_scan_root_bus_bridge()Lorenzo Pieralisi1-6/+16
2017-04-28Merge branch 'pci/ioremap' into nextBjorn Helgaas1-1/+1
2017-04-24PCI: rockchip: Update PCI config space remap functionLorenzo Pieralisi1-1/+1
2017-04-21PCI: rockchip: ModularizeBrian Norris1-1/+7
2017-04-21PCI: rockchip: Add remove() supportBrian Norris1-2/+34
2017-04-12PCI: rockchip: Set PCI_EXP_LNKSTA_SLC in the Root PortShawn Lin1-1/+1
2017-04-04PCI: rockchip: Advertise 128-byte Read Completion Boundary supportShawn Lin1-0/+5
2017-03-24PCI: rockchip: Make 'return 0' more obvious in probe()Brian Norris1-1/+1
2017-03-24PCI: rockchip: Unindent rockchip_pcie_set_power_limit()Bjorn Helgaas1-16/+17
2017-03-24PCI: rockchip: Handle regulator_get_current_limit() failure correctlyBrian Norris1-1/+2
2017-02-17PCI: rockchip: Set vendor ID from local core config spaceShawn Lin1-2/+2
2017-02-11PCI: rockchip: Fix rockchip_pcie_probe() error path to free resource listShawn Lin1-4/+6
2017-01-30PCI: rockchip: Mark PM functions as __maybe_unusedArnd Bergmann1-2/+2
2017-01-30PCI: rockchip: Use readl_poll_timeout() instead of open-coding itShawn Lin1-36/+16
2017-01-13PCI: rockchip: Disable RC's ASPM L0s based on DT "aspm-no-l0s"Shawn Lin1-0/+9
2017-01-11PCI: rockchip: Add system PM supportShawn Lin1-0/+106
2016-12-12Merge branch 'pci/host-rockchip' into nextBjorn Helgaas1-91/+212
2016-12-08PCI: rockchip: Move the deassert of pm/aclk/pclk after phy_init()Shawn Lin1-20/+20
2016-12-08PCI: rockchip: Split out rockchip_cfg_atu()Shawn Lin1-49/+55
2016-12-08PCI: rockchip: Clean up bit definitions for PCIE_RC_CONFIG_LCSShawn Lin1-10/+4
2016-12-08PCI: rockchip: Correct the use of FTS maskBrian Norris1-1/+1
2016-12-08PCI: rockchip: Remove the pointer to L1 substate capShawn Lin1-9/+8
2016-12-08PCI: rockchip: Specify the link capabilityShawn Lin1-23/+37
2016-12-08PCI: rockchip: Fix negotiated lanes calculationShawn Lin1-2/+2
2016-12-08PCI: rockchip: Mark RC as common clock architectureShawn Lin1-0/+6
2016-12-08PCI: rockchip: Provide captured slot power limit and scaleShawn Lin1-0/+40
2016-11-22PCI: Warn on possible RW1C corruption for sub-32 bit config writesBjorn Helgaas1-3/+0
2016-11-10PCI: rockchip: Add three new resets as required propertiesShawn Lin1-0/+62
2016-10-12PCI: rockchip: Indent "if" statement bodyDan Carpenter1-1/+1
2016-10-12PCI: rockchip: Remove unused platform dataBjorn Helgaas1-2/+0
2016-10-04PCI: rockchip: Fix wrong transmitted FTS countShawn Lin1-0/+10
2016-10-04PCI: rockchip: Improve the deassert sequence of four reset pinsShawn Lin1-6/+10
2016-10-04PCI: rockchip: Increase the Max Credit update intervalRajat Jain1-0/+17
2016-09-03PCI: rockchip: Add Rockchip PCIe controller supportShawn Lin1-0/+1198