summaryrefslogtreecommitdiffstats
path: root/drivers/pci/host/pcie-rockchip.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-08PCI: Collect all native drivers under drivers/pci/controller/Shawn Lin1-424/+0
2018-06-06Merge branch 'lorenzo/pci/rockchip'Bjorn Helgaas1-1433/+147
2018-06-06Merge branch 'lorenzo/pci/dwc'Bjorn Helgaas1-0/+2
2018-05-30PCI: Rework of_pci_get_host_bridge_resources() to devm_of_pci_get_host_bridge...Jan Kiszka1-1/+1
2018-05-30PCI: Pass struct device to of_pci_get_host_bridge_resources()Jan Kiszka1-2/+2
2018-05-14PCI: Move private DT related functions into private headerRob Herring1-0/+2
2018-05-11PCI: rockchip: Add EP driver for Rockchip PCIe controllerShawn Lin1-9/+16
2018-05-10PCI: rockchip: Split out common function to init controllerShawn Lin1-0/+142
2018-05-10PCI: rockchip: Split out rockchip_pcie_parse_dt() to parse DTShawn Lin1-0/+129
2018-05-10PCI: rockchip: Separate common code from RC driverShawn Lin1-1594/+31
2018-01-28PCI: Add SPDX GPL-2.0+ to replace GPL v2 or later boilerplateBjorn Helgaas1-5/+1
2017-09-07Merge branch 'pci/trivial' into nextBjorn Helgaas1-1/+1
2017-09-05PCI: rockchip: Fix platform_get_irq() error handlingFabio Estevam1-3/+3
2017-09-01PCI: Fix typos and whitespace errorsBjorn Helgaas1-1/+1
2017-08-29PCI: rockchip: Umap IO space if probe failsJeffy Chen1-3/+5
2017-08-29PCI: rockchip: Remove IRQ domain if probe failsJeffy Chen1-1/+3
2017-08-29PCI: rockchip: Disable vpcie0v9 if resume_noirq failsJeffy Chen1-1/+4
2017-08-29PCI: rockchip: Clean up PHY if driver probe or resume failsShawn Lin1-17/+29
2017-08-29PCI: rockchip: Factor out rockchip_pcie_deinit_phys()Shawn Lin1-14/+15
2017-08-29PCI: rockchip: Factor out rockchip_pcie_disable_clocks()Shawn Lin1-16/+14
2017-08-29PCI: rockchip: Factor out rockchip_pcie_enable_clocks()Shawn Lin1-45/+45
2017-08-29PCI: rockchip: Factor out rockchip_pcie_setup_irq()Shawn Lin1-35/+47
2017-08-29PCI: rockchip: Use gpiod_set_value_cansleep() to allow reset via expandersFabio Estevam1-2/+2
2017-08-29PCI: rockchip: Use PCI_NUM_INTXPaul Burton1-1/+1
2017-08-29PCI: rockchip: Explicitly request exclusive reset controlPhilipp Zabel1-7/+8
2017-08-28PCI: rockchip: Idle inactive PHY(s)Shawn Lin1-2/+38
2017-08-28PCI: rockchip: Add per-lane PHY supportShawn Lin1-20/+58
2017-08-16PCI: rockchip: Factor out rockchip_pcie_get_phys()Shawn Lin1-6/+16
2017-08-16PCI: rockchip: Control optional 12v power supplyShawn Lin1-1/+24
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-02PCI: rockchip: Use local struct device pointer consistentlyShawn Lin1-3/+2
2017-07-02PCI: rockchip: Check for clk_prepare_enable() errors during resumeArvind Yadav1-6/+28
2017-07-02PCI: rockchip: Configure RC's MPS settingShawn Lin1-0/+8
2017-07-02PCI: rockchip: Reconfigure configuration space header typeShawn Lin1-0/+14
2017-07-02PCI: rockchip: Split out rockchip_pcie_cfg_configuration_accesses()Shawn Lin1-10/+25
2017-07-02PCI: rockchip: Move configuration accesses into rockchip_pcie_cfg_atu()Shawn Lin1-10/+11
2017-07-02PCI: rockchip: Rename rockchip_cfg_atu() to rockchip_pcie_cfg_atu()Shawn Lin1-3/+3
2017-07-02PCI: rockchip: Control vpcie0v9 for system PMShawn Lin1-0/+11
2017-07-02PCI: rockchip: Move to struct pci_host_bridge IRQ mapping functionsLorenzo Pieralisi1-0/+2
2017-07-02PCI: 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-11PCI: rockchip: Set PCI_EXP_LNKSTA_SLC in the Root PortShawn Lin1-1/+1
2017-04-03PCI: rockchip: Advertise 128-byte Read Completion Boundary supportShawn Lin1-0/+5
2017-03-23PCI: rockchip: Make 'return 0' more obvious in probe()Brian Norris1-1/+1
2017-03-23PCI: rockchip: Unindent rockchip_pcie_set_power_limit()Bjorn Helgaas1-16/+17
2017-03-23PCI: rockchip: Handle regulator_get_current_limit() failure correctlyBrian Norris1-1/+2