index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
host
/
pcie-rockchip.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-09-07
Merge branch 'pci/trivial' into next
Bjorn Helgaas
1
-1
/
+1
2017-09-05
PCI: rockchip: Fix platform_get_irq() error handling
Fabio Estevam
1
-3
/
+3
2017-09-02
PCI: Fix typos and whitespace errors
Bjorn Helgaas
1
-1
/
+1
2017-08-29
PCI: rockchip: Umap IO space if probe fails
Jeffy Chen
1
-3
/
+5
2017-08-29
PCI: rockchip: Remove IRQ domain if probe fails
Jeffy Chen
1
-1
/
+3
2017-08-29
PCI: rockchip: Disable vpcie0v9 if resume_noirq fails
Jeffy Chen
1
-1
/
+4
2017-08-29
PCI: rockchip: Clean up PHY if driver probe or resume fails
Shawn Lin
1
-17
/
+29
2017-08-29
PCI: rockchip: Factor out rockchip_pcie_deinit_phys()
Shawn Lin
1
-14
/
+15
2017-08-29
PCI: rockchip: Factor out rockchip_pcie_disable_clocks()
Shawn Lin
1
-16
/
+14
2017-08-29
PCI: rockchip: Factor out rockchip_pcie_enable_clocks()
Shawn Lin
1
-45
/
+45
2017-08-29
PCI: rockchip: Factor out rockchip_pcie_setup_irq()
Shawn Lin
1
-35
/
+47
2017-08-29
PCI: rockchip: Use gpiod_set_value_cansleep() to allow reset via expanders
Fabio Estevam
1
-2
/
+2
2017-08-29
PCI: rockchip: Use PCI_NUM_INTX
Paul Burton
1
-1
/
+1
2017-08-29
PCI: rockchip: Explicitly request exclusive reset control
Philipp Zabel
1
-7
/
+8
2017-08-28
PCI: rockchip: Idle inactive PHY(s)
Shawn Lin
1
-2
/
+38
2017-08-28
PCI: rockchip: Add per-lane PHY support
Shawn Lin
1
-20
/
+58
2017-08-16
PCI: rockchip: Factor out rockchip_pcie_get_phys()
Shawn Lin
1
-6
/
+16
2017-08-16
PCI: rockchip: Control optional 12v power supply
Shawn Lin
1
-1
/
+24
2017-07-12
PCI: rockchip: Check for pci_scan_root_bus_bridge() failure correctly
Shawn Lin
1
-1
/
+1
2017-07-03
PCI: rockchip: Use normal register bank for config accessors
Shawn Lin
1
-4
/
+9
2017-07-03
PCI: rockchip: Use local struct device pointer consistently
Shawn Lin
1
-3
/
+2
2017-07-03
PCI: rockchip: Check for clk_prepare_enable() errors during resume
Arvind Yadav
1
-6
/
+28
2017-07-03
PCI: rockchip: Configure RC's MPS setting
Shawn Lin
1
-0
/
+8
2017-07-03
PCI: rockchip: Reconfigure configuration space header type
Shawn Lin
1
-0
/
+14
2017-07-03
PCI: rockchip: Split out rockchip_pcie_cfg_configuration_accesses()
Shawn Lin
1
-10
/
+25
2017-07-03
PCI: rockchip: Move configuration accesses into rockchip_pcie_cfg_atu()
Shawn Lin
1
-10
/
+11
2017-07-03
PCI: rockchip: Rename rockchip_cfg_atu() to rockchip_pcie_cfg_atu()
Shawn Lin
1
-3
/
+3
2017-07-03
PCI: rockchip: Control vpcie0v9 for system PM
Shawn Lin
1
-0
/
+11
2017-07-03
PCI: rockchip: Move to struct pci_host_bridge IRQ mapping functions
Lorenzo Pieralisi
1
-0
/
+2
2017-07-03
PCI: rockchip: Convert PCI scan API to pci_scan_root_bus_bridge()
Lorenzo Pieralisi
1
-6
/
+16
2017-04-28
Merge branch 'pci/ioremap' into next
Bjorn Helgaas
1
-1
/
+1
2017-04-24
PCI: rockchip: Update PCI config space remap function
Lorenzo Pieralisi
1
-1
/
+1
2017-04-21
PCI: rockchip: Modularize
Brian Norris
1
-1
/
+7
2017-04-21
PCI: rockchip: Add remove() support
Brian Norris
1
-2
/
+34
2017-04-12
PCI: rockchip: Set PCI_EXP_LNKSTA_SLC in the Root Port
Shawn Lin
1
-1
/
+1
2017-04-04
PCI: rockchip: Advertise 128-byte Read Completion Boundary support
Shawn Lin
1
-0
/
+5
2017-03-24
PCI: rockchip: Make 'return 0' more obvious in probe()
Brian Norris
1
-1
/
+1
2017-03-24
PCI: rockchip: Unindent rockchip_pcie_set_power_limit()
Bjorn Helgaas
1
-16
/
+17
2017-03-24
PCI: rockchip: Handle regulator_get_current_limit() failure correctly
Brian Norris
1
-1
/
+2
2017-02-17
PCI: rockchip: Set vendor ID from local core config space
Shawn Lin
1
-2
/
+2
2017-02-11
PCI: rockchip: Fix rockchip_pcie_probe() error path to free resource list
Shawn Lin
1
-4
/
+6
2017-01-30
PCI: rockchip: Mark PM functions as __maybe_unused
Arnd Bergmann
1
-2
/
+2
2017-01-30
PCI: rockchip: Use readl_poll_timeout() instead of open-coding it
Shawn Lin
1
-36
/
+16
2017-01-13
PCI: rockchip: Disable RC's ASPM L0s based on DT "aspm-no-l0s"
Shawn Lin
1
-0
/
+9
2017-01-11
PCI: rockchip: Add system PM support
Shawn Lin
1
-0
/
+106
2016-12-12
Merge branch 'pci/host-rockchip' into next
Bjorn Helgaas
1
-91
/
+212
2016-12-08
PCI: rockchip: Move the deassert of pm/aclk/pclk after phy_init()
Shawn Lin
1
-20
/
+20
2016-12-08
PCI: rockchip: Split out rockchip_cfg_atu()
Shawn Lin
1
-49
/
+55
2016-12-08
PCI: rockchip: Clean up bit definitions for PCIE_RC_CONFIG_LCS
Shawn Lin
1
-10
/
+4
2016-12-08
PCI: rockchip: Correct the use of FTS mask
Brian Norris
1
-1
/
+1
[next]