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