summaryrefslogtreecommitdiffstats
path: root/drivers/pci/host/pcie-rockchip.c
Commit message (Expand)AuthorAgeFilesLines
* PCI: Collect all native drivers under drivers/pci/controller/Shawn Lin2018-06-081-424/+0
* Merge branch 'lorenzo/pci/rockchip'Bjorn Helgaas2018-06-061-1433/+147
|\
| * PCI: rockchip: Add EP driver for Rockchip PCIe controllerShawn Lin2018-05-111-9/+16
| * PCI: rockchip: Split out common function to init controllerShawn Lin2018-05-101-0/+142
| * PCI: rockchip: Split out rockchip_pcie_parse_dt() to parse DTShawn Lin2018-05-101-0/+129
| * PCI: rockchip: Separate common code from RC driverShawn Lin2018-05-101-1594/+31
* | Merge branch 'lorenzo/pci/dwc'Bjorn Helgaas2018-06-061-0/+2
|\ \
| * | PCI: Move private DT related functions into private headerRob Herring2018-05-141-0/+2
| |/
* | PCI: Rework of_pci_get_host_bridge_resources() to devm_of_pci_get_host_bridge...Jan Kiszka2018-05-301-1/+1
* | PCI: Pass struct device to of_pci_get_host_bridge_resources()Jan Kiszka2018-05-301-2/+2
|/
* PCI: Add SPDX GPL-2.0+ to replace GPL v2 or later boilerplateBjorn Helgaas2018-01-281-5/+1
* Merge branch 'pci/trivial' into nextBjorn Helgaas2017-09-071-1/+1
|\
| * PCI: Fix typos and whitespace errorsBjorn Helgaas2017-09-011-1/+1
* | PCI: rockchip: Fix platform_get_irq() error handlingFabio Estevam2017-09-051-3/+3
* | PCI: rockchip: Umap IO space if probe failsJeffy Chen2017-08-291-3/+5
* | PCI: rockchip: Remove IRQ domain if probe failsJeffy Chen2017-08-291-1/+3
* | PCI: rockchip: Disable vpcie0v9 if resume_noirq failsJeffy Chen2017-08-291-1/+4
* | PCI: rockchip: Clean up PHY if driver probe or resume failsShawn Lin2017-08-291-17/+29
* | PCI: rockchip: Factor out rockchip_pcie_deinit_phys()Shawn Lin2017-08-291-14/+15
* | PCI: rockchip: Factor out rockchip_pcie_disable_clocks()Shawn Lin2017-08-291-16/+14
* | PCI: rockchip: Factor out rockchip_pcie_enable_clocks()Shawn Lin2017-08-291-45/+45
* | PCI: rockchip: Factor out rockchip_pcie_setup_irq()Shawn Lin2017-08-291-35/+47
* | PCI: rockchip: Use gpiod_set_value_cansleep() to allow reset via expandersFabio Estevam2017-08-291-2/+2
* | PCI: rockchip: Use PCI_NUM_INTXPaul Burton2017-08-291-1/+1
* | PCI: rockchip: Explicitly request exclusive reset controlPhilipp Zabel2017-08-291-7/+8
* | PCI: rockchip: Idle inactive PHY(s)Shawn Lin2017-08-281-2/+38
* | PCI: rockchip: Add per-lane PHY supportShawn Lin2017-08-281-20/+58
* | PCI: rockchip: Factor out rockchip_pcie_get_phys()Shawn Lin2017-08-161-6/+16
* | PCI: rockchip: Control optional 12v power supplyShawn Lin2017-08-161-1/+24
|/
* PCI: rockchip: Check for pci_scan_root_bus_bridge() failure correctlyShawn Lin2017-07-121-1/+1
* PCI: rockchip: Use normal register bank for config accessorsShawn Lin2017-07-031-4/+9
* PCI: rockchip: Use local struct device pointer consistentlyShawn Lin2017-07-021-3/+2
* PCI: rockchip: Check for clk_prepare_enable() errors during resumeArvind Yadav2017-07-021-6/+28
* PCI: rockchip: Configure RC's MPS settingShawn Lin2017-07-021-0/+8
* PCI: rockchip: Reconfigure configuration space header typeShawn Lin2017-07-021-0/+14
* PCI: rockchip: Split out rockchip_pcie_cfg_configuration_accesses()Shawn Lin2017-07-021-10/+25
* PCI: rockchip: Move configuration accesses into rockchip_pcie_cfg_atu()Shawn Lin2017-07-021-10/+11
* PCI: rockchip: Rename rockchip_cfg_atu() to rockchip_pcie_cfg_atu()Shawn Lin2017-07-021-3/+3
* PCI: rockchip: Control vpcie0v9 for system PMShawn Lin2017-07-021-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
|/
OpenPOWER on IntegriCloud