| Age | Commit message (Expand) | Author | Files | Lines |
| 2018-06-08 | PCI: Collect all native drivers under drivers/pci/controller/ | Shawn Lin | 21 | -9904/+0 |
| 2018-06-07 | Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 12 | -129/+299 |
| 2018-06-06 | Merge branch 'pci/kconfig' | Bjorn Helgaas | 1 | -10/+0 |
| 2018-06-06 | Merge branch 'pci/host/qcom' | Bjorn Helgaas | 1 | -1/+1 |
| 2018-06-06 | Merge branch 'lorenzo/pci/host/misc' | Bjorn Helgaas | 1 | -12/+12 |
| 2018-06-06 | Merge branch 'lorenzo/pci/dwc' | Bjorn Helgaas | 11 | -101/+268 |
| 2018-06-06 | Merge branch 'lorenzo/pci/armada8k' | Bjorn Helgaas | 1 | -4/+17 |
| 2018-06-04 | PCI: qcom: Include gpio/consumer.h | Arnd Bergmann | 1 | -1/+1 |
| 2018-05-30 | PCI: Rework of_pci_get_host_bridge_resources() to devm_of_pci_get_host_bridge... | Jan Kiszka | 1 | -1/+1 |
| 2018-05-30 | PCI: Pass struct device to of_pci_get_host_bridge_resources() | Jan Kiszka | 1 | -1/+1 |
| 2018-05-23 | PCI: qcom: add runtime pm support to pcie_port | Srinivas Kandagatla | 1 | -1/+8 |
| 2018-05-18 | PCI: Remove host driver Kconfig selection of CONFIG_PCIEPORTBUS | Bjorn Helgaas | 1 | -10/+0 |
| 2018-05-16 | PCI: qcom: Fix a bitwise vs logical NOT typo | Dan Carpenter | 1 | -1/+1 |
| 2018-05-15 | PCI: dwc: dra7xx: Use devm_ioremap_resource() instead of devm_ioremap() | Gustavo Pimentel | 1 | -9/+9 |
| 2018-05-15 | PCI: dwc: artpec6: Use devm_ioremap_resource() instead of devm_ioremap() | Gustavo Pimentel | 1 | -3/+3 |
| 2018-05-15 | PCI: dwc: Add support for EP mode | Gustavo Pimentel | 3 | -18/+171 |
| 2018-05-14 | PCI: Move private DT related functions into private header | Rob Herring | 2 | -0/+2 |
| 2018-05-14 | PCI: dwc: Move CONFIG_PCI depends to menu | Rob Herring | 1 | -14/+3 |
| 2018-05-14 | PCI: dwc: Replace magic number by defines | Gustavo Pimentel | 2 | -14/+21 |
| 2018-05-14 | PCI: dwc: Small computation improvement | Gustavo Pimentel | 1 | -4/+4 |
| 2018-05-14 | PCI: dwc: Replace lower into upper case characters | Gustavo Pimentel | 3 | -35/+38 |
| 2018-05-14 | PCI: dwc: Define maximum number of vectors | Gustavo Pimentel | 1 | -0/+6 |
| 2018-05-14 | PCI: imx6: Remove space before tabs | Fabio Estevam | 1 | -1/+1 |
| 2018-05-14 | PCI: keystone: Do not treat link up message as error | Fabio Estevam | 1 | -1/+1 |
| 2018-05-01 | PCI: Improve host drivers compile test coverage | Rob Herring | 1 | -12/+12 |
| 2018-04-17 | PCI: kirin: Fix reset gpio name | Loic Poulain | 1 | -1/+1 |
| 2018-04-06 | Merge tag 'pci-v4.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 15 | -422/+347 |
| 2018-04-04 | Merge branch '6c994c504fa2' | Bjorn Helgaas | 2 | -2/+2 |
| 2018-04-04 | Merge branch 'lorenzo/pci/endpoint' | Bjorn Helgaas | 1 | -7/+27 |
| 2018-04-04 | Merge branch 'lorenzo/pci/dwc-msi' | Bjorn Helgaas | 12 | -370/+256 |
| 2018-04-03 | PCI: designware-ep: Make dw_pcie_ep_reset_bar() handle 64-bit BARs properly | Niklas Cassel | 1 | -0/+4 |
| 2018-04-03 | PCI: endpoint: Make epc->ops->clear_bar()/pci_epc_clear_bar() take struct *ep... | Niklas Cassel | 1 | -3/+10 |
| 2018-04-03 | PCI: designware-ep: Make dw_pcie_ep_set_bar() handle 64-bit BARs properly | Niklas Cassel | 1 | -1/+8 |
| 2018-04-03 | PCI: endpoint: Simplify epc->ops->set_bar()/pci_epc_set_bar() | Niklas Cassel | 1 | -3/+5 |
| 2018-03-22 | PCI: kirin: Make struct kirin_pcie_driver static | Fengguang Wu | 1 | -1/+1 |
| 2018-03-21 | PCI: kirin: Fix missing dependency on PCI_MSI_IRQ_DOMAIN | Rob Herring | 1 | -0/+1 |
| 2018-03-20 | PCI: kirin: Remove unnecessary asm/compiler.h include | Rob Herring | 1 | -1/+0 |
| 2018-03-08 | PCI: armada8k: Fix clock resource by adding a register clock | Gregory CLEMENT | 1 | -2/+16 |
| 2018-03-08 | PCI: armada8k: Remove useless test before clk_disable_unprepare() | Gregory CLEMENT | 1 | -2/+1 |
| 2018-03-07 | PCI: dwc: Fix enumeration end when reaching root subordinate | Koen Vandeputte | 1 | -1/+1 |
| 2018-03-07 | PCI: histb: Add an optional regulator for PCIe port power control | Shawn Guo | 1 | -0/+21 |
| 2018-03-07 | PCI: histb: Fix error path of histb_pcie_host_enable() | Shawn Guo | 1 | -4/+3 |
| 2018-03-07 | PCI: qcom: Use regulator bulk api for apq8064 supplies | Srinivas Kandagatla | 1 | -37/+15 |
| 2018-03-07 | PCI: qcom: Add missing supplies required for msm8996 | Srinivas Kandagatla | 1 | -1/+22 |
| 2018-03-07 | PCI: designware-ep: Fix typo in error message | Niklas Cassel | 1 | -1/+1 |
| 2018-03-06 | PCI: dwc: Expand maximum number of MSI IRQs from 32 to 256 | Gustavo Pimentel | 2 | -11/+11 |
| 2018-03-06 | PCI: dwc: Remove old MSI IRQs API | Gustavo Pimentel | 5 | -195/+5 |
| 2018-03-06 | PCI: dwc: Move MSI IRQs allocation to IRQ domains hierarchical API | Gustavo Pimentel | 11 | -214/+290 |
| 2018-02-01 | Merge branch 'pci/spdx' into next | Bjorn Helgaas | 20 | -91/+21 |
| 2018-02-01 | Merge remote-tracking branch 'lorenzo/pci/keystone' into next | Bjorn Helgaas | 1 | -1/+4 |
| 2018-02-01 | Merge remote-tracking branch 'lorenzo/pci/endpoint' into next | Bjorn Helgaas | 2 | -19/+36 |
| 2018-02-01 | Merge remote-tracking branch 'lorenzo/pci/dwc' into next | Bjorn Helgaas | 10 | -336/+579 |
| 2018-01-31 | PCI: endpoint: Add the function number as argument to EPC ops | Cyrille Pitchen | 1 | -8/+12 |
| 2018-01-31 | PCI: Regroup all PCI related entries into drivers/pci/Makefile | Cyrille Pitchen | 1 | -0/+2 |
| 2018-01-28 | PCI: Add SPDX GPL-2.0 to replace GPL v2 boilerplate | Bjorn Helgaas | 19 | -91/+19 |
| 2018-01-26 | PCI: Add SPDX GPL-2.0 when no license was specified | Bjorn Helgaas | 1 | -0/+2 |
| 2018-01-23 | PCI: exynos: Fix a potential init_clk_resources NULL pointer dereference | Jaehoon Chung | 1 | -1/+2 |
| 2018-01-10 | PCI: dra7xx: Iterate over INTx status bits | Vignesh R | 1 | -3/+7 |
| 2018-01-10 | PCI: dra7xx: Fix legacy INTD IRQ handling | Vignesh R | 1 | -1/+2 |
| 2018-01-03 | PCI: qcom: Account for const type of of_device_id.data | Julia Lawall | 1 | -2/+2 |
| 2018-01-03 | PCI: dwc: artpec6: Fix return value check in artpec6_add_pcie_ep() | Wei Yongjun | 1 | -2/+2 |
| 2018-01-02 | PCI: exynos: Remove deprecated PHY initialization code | Jaehoon Chung | 1 | -208/+11 |
| 2017-12-21 | PCI: dwc: artpec6: Add support for the ARTPEC-7 SoC | Niklas Cassel | 1 | -4/+183 |
| 2017-12-21 | PCI: dwc: artpec6: Deassert the core before waiting for PHY | Niklas Cassel | 1 | -16/+29 |
| 2017-12-21 | PCI: dwc: Make cpu_addr_fixup take struct dw_pcie as argument | Niklas Cassel | 4 | -7/+17 |
| 2017-12-21 | PCI: dwc: artpec6: Add support for endpoint mode | Niklas Cassel | 2 | -11/+164 |
| 2017-12-21 | PCI: dwc: artpec6: Split artpec6_pcie_establish_link() into smaller functions | Niklas Cassel | 1 | -26/+29 |
| 2017-12-21 | PCI: dwc: artpec6: Use BIT and GENMASK macros | Niklas Cassel | 1 | -17/+17 |
| 2017-12-21 | PCI: dwc: artpec6: Remove unused defines | Niklas Cassel | 1 | -3/+0 |
| 2017-12-21 | PCI: dwc: dra7xx: Help compiler to remove unused code | Niklas Cassel | 1 | -0/+10 |
| 2017-12-21 | PCI: dwc: dra7xx: Assign pp->ops in dra7xx_add_pcie_port() rather than in probe | Niklas Cassel | 1 | -4/+2 |
| 2017-12-21 | PCI: dwc: dra7xx: Refactor Kconfig and Makefile handling for host/ep mode | Niklas Cassel | 2 | -26/+23 |
| 2017-12-21 | PCI: designware-ep: Add generic function for raising MSI irq | Niklas Cassel | 2 | -0/+44 |
| 2017-12-21 | PCI: designware-ep: Remove static keyword from dw_pcie_ep_reset_bar() | Niklas Cassel | 3 | -10/+6 |
| 2017-12-21 | PCI: designware-ep: Pre-allocate memory for MSI in dw_pcie_ep_init | Niklas Cassel | 2 | -0/+12 |
| 2017-12-21 | PCI: designware-ep: Read-only registers need DBI_RO_WR_EN to be writable | Niklas Cassel | 1 | -0/+8 |
| 2017-12-21 | PCI: designware-ep: dw_pcie_ep_set_msi() should only set MMC bits | Niklas Cassel | 2 | -1/+4 |
| 2017-12-21 | PCI: dwc: Use the DMA-API to get the MSI address | Niklas Cassel | 2 | -4/+14 |
| 2017-12-20 | pci: dwc: pci-dra7xx: Make shutdown handler static | Vignesh R | 1 | -1/+1 |
| 2017-12-19 | PCI: keystone: Fix interrupt-controller-node lookup | Johan Hovold | 1 | -1/+4 |
| 2017-12-19 | PCI: designware-ep: Fix ->get_msi() to check MSI_EN bit | Kishon Vijay Abraham I | 2 | -9/+4 |
| 2017-12-19 | PCI: designware-ep: Fix find_first_zero_bit() usage | Niklas Cassel | 2 | -10/+32 |
| 2017-11-15 | Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 5 | -0/+510 |
| 2017-11-14 | Merge branch 'pci/host-layerscape' into next | Bjorn Helgaas | 1 | -0/+12 |
| 2017-11-14 | Merge branch 'pci/host-hisi' into next | Bjorn Helgaas | 3 | -0/+481 |
| 2017-11-13 | Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 1 | -0/+16 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-10-24 | PCI: hisi: Add HiSilicon STB SoC PCIe controller driver | Jianguo Sun | 3 | -0/+481 |
| 2017-10-23 | PCI: dra7xx: Create functional dependency between PCIe and PHY | Kishon Vijay Abraham I | 1 | -0/+16 |
| 2017-10-20 | PCI: layerscape: Change default error response behavior | Minghuan Lian | 1 | -0/+11 |
| 2017-10-12 | PCI: layerscape: Add support for ls1012a | Hou Zhiqiang | 1 | -0/+1 |
| 2017-10-11 | PCI: dra7xx: Add shutdown handler to cleanly turn off clocks | Keerthy | 1 | -0/+17 |
| 2017-09-07 | Merge branch 'pci/trivial' into next | Bjorn Helgaas | 7 | -12/+11 |
| 2017-09-07 | Merge branch 'pci/endpoint' into next | Bjorn Helgaas | 3 | -5/+16 |
| 2017-09-07 | Merge branch 'pci/host-spear13xx' into next | Bjorn Helgaas | 1 | -2/+2 |
| 2017-09-07 | Merge branch 'pci/host-qcom' into next | Bjorn Helgaas | 1 | -87/+300 |
| 2017-09-07 | Merge branch 'pci/host-layerscape' into next | Bjorn Helgaas | 4 | -49/+90 |
| 2017-09-07 | Merge branch 'pci/host-kirin' into next | Bjorn Helgaas | 1 | -1/+1 |
| 2017-09-07 | Merge branch 'pci/host-keystone' into next | Bjorn Helgaas | 3 | -18/+4 |
| 2017-09-07 | Merge branch 'pci/host-imx6' into next | Bjorn Helgaas | 1 | -3/+4 |
| 2017-09-07 | Merge branch 'pci/host-hisi' into next | Bjorn Helgaas | 1 | -4/+1 |
| 2017-09-07 | Merge branch 'pci/host-exynos' into next | Bjorn Helgaas | 1 | -4/+4 |
| 2017-09-07 | Merge branch 'pci/host-dra7xx' into next | Bjorn Helgaas | 1 | -4/+4 |
| 2017-09-07 | Merge branch 'pci/host-designware' into next | Bjorn Helgaas | 14 | -28/+73 |
| 2017-09-07 | Merge branch 'pci/host-artpec6' into next | Bjorn Helgaas | 1 | -2/+2 |
| 2017-09-05 | PCI: spear13xx: Fix platform_get_irq() error handling | Fabio Estevam | 1 | -2/+2 |
| 2017-09-05 | PCI: artpec6: Fix platform_get_irq() error handling | Fabio Estevam | 1 | -2/+2 |
| 2017-09-05 | PCI: armada8k: Fix platform_get_irq() error handling | Fabio Estevam | 1 | -2/+2 |
| 2017-09-05 | PCI: dra7xx: Fix platform_get_irq() error handling | Fabio Estevam | 1 | -1/+1 |
| 2017-09-05 | PCI: exynos: Fix platform_get_irq() error handling | Fabio Estevam | 1 | -4/+4 |
| 2017-09-01 | PCI: Fix typos and whitespace errors | Bjorn Helgaas | 7 | -12/+11 |
| 2017-08-29 | PCI: layerscape: Add support for ls1088a | Hou Zhiqiang | 1 | -0/+1 |
| 2017-08-29 | PCI: layerscape: Add support for ls2088a | Hou Zhiqiang | 1 | -0/+9 |
| 2017-08-29 | PCI: artpec6: Stop enabling writes to DBI read-only registers | Hou Zhiqiang | 1 | -6/+0 |
| 2017-08-29 | PCI: layerscape: Remove unnecessary class code fixup | Hou Zhiqiang | 1 | -9/+0 |
| 2017-08-29 | PCI: dwc: Enable write permission for Class Code, Interrupt Pin updates | Hou Zhiqiang | 1 | -0/+6 |
| 2017-08-29 | PCI: dwc: Add accessors for write permission of DBI read-only registers | Hou Zhiqiang | 2 | -3/+27 |
| 2017-08-29 | PCI: layerscape: Disable outbound windows configured by bootloader | Hou Zhiqiang | 1 | -0/+17 |
| 2017-08-29 | PCI: layerscape: Refactor ls1021_pcie_host_init() | Hou Zhiqiang | 1 | -10/+1 |
| 2017-08-29 | PCI: designware-ep: Do not disable BARs during initialization | Kishon Vijay Abraham I | 1 | -4/+0 |
| 2017-08-29 | PCI: dra7xx: Reset all BARs during initialization | Kishon Vijay Abraham I | 1 | -0/+13 |
| 2017-08-29 | PCI: dwc: designware: Provide page_size to pci_epc_mem | Kishon Vijay Abraham I | 2 | -1/+3 |
| 2017-08-29 | PCI: layerscape: Move generic init functions earlier in file | Hou Zhiqiang | 1 | -32/+32 |
| 2017-08-29 | PCI: layerscape: Add class code and multifunction fixups for ls1021a | Hou Zhiqiang | 1 | -0/+5 |
| 2017-08-29 | PCI: layerscape: Move STRFMR1 access out from the DBI write-enable bracket | Hou Zhiqiang | 1 | -1/+2 |
| 2017-08-29 | PCI: layerscape: Call dw_pcie_setup_rc() from ls_pcie_host_init() | Hou Zhiqiang | 1 | -0/+2 |
| 2017-08-24 | PCI: qcom: Add support for IPQ8074 PCIe controller | Varadarajan Narayanan | 1 | -1/+206 |
| 2017-08-24 | PCI: qcom: Use block IP version for operations | Varadarajan Narayanan | 1 | -67/+71 |
| 2017-08-24 | PCI: qcom: Explicitly request exclusive reset control | Philipp Zabel | 1 | -18/+22 |
| 2017-08-24 | PCI: qcom: Use gpiod_set_value_cansleep() to allow reset via expanders | Fabio Estevam | 1 | -2/+2 |
| 2017-08-22 | PCI: dwc: Clear MSI interrupt status after it is handled, not before | Faiz Abbas | 1 | -1/+1 |
| 2017-08-22 | PCI: dra7xx: Propagate platform_get_irq() errors in dra7xx_pcie_probe() | Gustavo A. R. Silva | 1 | -2/+2 |
| 2017-08-19 | PCI: kirin: Constify dw_pcie_host_ops structure | Bhumika Goyal | 1 | -1/+1 |
| 2017-08-19 | PCI: hisi: Constify dw_pcie_host_ops structure | Bhumika Goyal | 1 | -1/+1 |
| 2017-08-16 | PCI: keystone: Use PCI_NUM_INTX | Bjorn Helgaas | 3 | -6/+4 |
| 2017-08-16 | PCI: keystone: Remove duplicate MAX_*_IRQS defs | Bjorn Helgaas | 1 | -4/+0 |
| 2017-08-16 | PCI: keystone-dw: Remove unused ks_pcie, pci variables | Shawn Lin | 1 | -8/+0 |
| 2017-08-16 | PCI: dra7xx: Use PCI_NUM_INTX | Bjorn Helgaas | 1 | -1/+1 |
| 2017-08-03 | PCI: armada8k: Check the return value from clk_prepare_enable() | Fabio Estevam | 1 | -1/+3 |
| 2017-08-03 | PCI: hisi: Remove unused variable driver | Shawn Lin | 1 | -3/+0 |
| 2017-08-03 | PCI: qcom: Allow ->post_init() to fail | Bjorn Andersson | 1 | -3/+17 |
| 2017-08-03 | PCI: qcom: Don't unroll init if ->init() fails | Bjorn Andersson | 1 | -1/+1 |
| 2017-08-03 | PCI: imx6: Explicitly request exclusive reset control | Philipp Zabel | 1 | -3/+4 |
| 2017-08-03 | PCI: dwc: designware: Handle ->host_init() failures | Bjorn Andersson | 13 | -18/+47 |
| 2017-08-02 | PCI: dwc: designware: Test PCIE_ATU_ENABLE bit specifically | Jisheng Zhang | 1 | -1/+1 |
| 2017-08-02 | PCI: dwc: designware: Make dw_pcie_prog_*_atu_unroll() static | Carlos Palminha | 1 | -4/+6 |
| 2017-07-04 | Merge branch 'pci/host-qcom' into next | Bjorn Helgaas | 1 | -58/+377 |
| 2017-07-04 | Merge branch 'pci/host-kirin' into next | Bjorn Helgaas | 3 | -0/+528 |
| 2017-07-03 | Merge branch 'pci/host-imx6' into next | Bjorn Helgaas | 1 | -1/+36 |
| 2017-07-03 | Merge branch 'pci/host-dra7xx' into next | Bjorn Helgaas | 2 | -2/+3 |
| 2017-07-03 | Merge branch 'pci/host-designware' into next | Bjorn Helgaas | 11 | -15/+17 |
| 2017-07-03 | Merge branch 'pci/irq-fixups' into next | Bjorn Helgaas | 1 | -19/+24 |
| 2017-07-02 | PCI: qcom: Limit TLP size to 2K to work around hardware issue | Srinivas Kandagatla | 1 | -0/+13 |
| 2017-07-02 | PCI: qcom: Fix spelling mistake: "asser" -> "assert" | Colin Ian King | 1 | -1/+1 |
| 2017-07-02 | PCI: qcom: Reorder to put v0 functions together, v1 functions together, etc | Bjorn Helgaas | 1 | -61/+61 |
| 2017-07-02 | PCI: qcom: Add support for IPQ4019 PCIe controller | John Crispin | 1 | -0/+306 |
| 2017-07-02 | PCI: kirin: Add HiSilicon Kirin SoC PCIe controller driver | Xiaowei Song | 3 | -0/+528 |
| 2017-07-02 | PCI: imx6: Add regulator support | Quentin Schulz | 1 | -1/+36 |
| 2017-07-02 | PCI: dwc: dra7xx: Use RW1C for IRQSTATUS_MSI and IRQSTATUS_MAIN | Arvind Yadav | 1 | -2/+2 |
| 2017-07-02 | PCI: dwc: dra7xx: Depend on appropriate SoC or compile test | Peter Robinson | 1 | -0/+1 |
| 2017-07-02 | PCI: dwc: Constify dw_pcie_host_ops structures | Jisheng Zhang | 11 | -13/+13 |
| 2017-07-02 | PCI: host: Mark PCIe/PCI (MSI) cascade ISR as IRQF_NO_THREAD | Jisheng Zhang | 2 | -2/+4 |
| 2017-07-02 | PCI: designware: Drop pci_fixup_irqs() | Lorenzo Pieralisi | 1 | -5/+2 |
| 2017-07-02 | PCI: designware: Convert PCI scan API to pci_scan_root_bus_bridge() | Lorenzo Pieralisi | 1 | -14/+22 |
| 2017-05-22 | PCI: imx6: Fix config read timeout handling | Lucas Stach | 1 | -3/+30 |
| 2017-05-08 | Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 17 | -179/+1177 |
| 2017-04-28 | PCI: Don't allow unbinding host controllers that aren't prepared | Brian Norris | 7 | -0/+8 |
| 2017-04-28 | Merge branch 'pci/ioremap' into next | Bjorn Helgaas | 7 | -14/+15 |
| 2017-04-28 | Merge branch 'pci/host-imx6' into next | Bjorn Helgaas | 1 | -54/+144 |
| 2017-04-28 | PCI: dwc: dra7xx: Workaround for errata id i870 | Kishon Vijay Abraham I | 1 | -0/+49 |
| 2017-04-28 | PCI: dwc: dra7xx: Add EP mode support | Kishon Vijay Abraham I | 4 | -18/+221 |
| 2017-04-28 | PCI: dwc: dra7xx: Facilitate wrapper and MSI interrupts to be enabled indepen... | Kishon Vijay Abraham I | 1 | -6/+18 |
| 2017-04-28 | PCI: dwc: designware: Add EP mode support | Kishon Vijay Abraham I | 5 | -0/+578 |
| 2017-04-25 | PCI: imx6: Fix spelling mistake: "contol" -> "control" | Colin Ian King | 1 | -2/+2 |
| 2017-04-24 | PCI: keystone-dw: Update PCI config space remap function | Lorenzo Pieralisi | 1 | -1/+1 |
| 2017-04-24 | PCI: layerscape: Update PCI config space remap function | Lorenzo Pieralisi | 1 | -1/+1 |
| 2017-04-24 | PCI: hisi: Update PCI config space remap function | Lorenzo Pieralisi | 1 | -4/+3 |
| 2017-04-24 | PCI: armada8k: Update PCI config space remap function | Lorenzo Pieralisi | 1 | -1/+1 |
| 2017-04-24 | PCI: designware: Update PCI config space remap function | Lorenzo Pieralisi | 1 | -5/+7 |
| 2017-04-24 | PCI: qcom: Update PCI config space remap function | Lorenzo Pieralisi | 1 | -1/+1 |
| 2017-04-24 | PCI: spear13xx: Update PCI config space remap function | Lorenzo Pieralisi | 1 | -1/+1 |
| 2017-04-12 | PCI: hisi: Fix DT binding (hisi-pcie-almost-ecam) | Dongdong Liu | 1 | -1/+5 |
| 2017-04-04 | PCI: imx6: Do not switch speed if Gen2 is disabled | Andrey Smirnov | 1 | -26/+26 |
| 2017-04-04 | PCI: imx6: Do not wait for speed change on i.MX7 | Andrey Smirnov | 1 | -4/+15 |
| 2017-04-04 | PCI: imx6: Allow probe deferral by reset GPIO | Andrey Smirnov | 1 | -8/+17 |
| 2017-04-04 | PCI: imx6: Add code to support i.MX7D | Andrey Smirnov | 1 | -25/+95 |
| 2017-04-04 | PCI: dwc: dra7xx: Push request_irq() call to the bottom of probe | Keerthy | 1 | -7/+7 |
| 2017-04-04 | PCI: dwc: designware: Move _unroll configurations to a separate function | Kishon Vijay Abraham I | 1 | -39/+58 |
| 2017-04-04 | PCI: dwc: all: Modify dbi accessors to access data of 4/2/1 bytes | Kishon Vijay Abraham I | 3 | -26/+42 |
| 2017-04-04 | PCI: dwc: all: Modify dbi accessors to take dbi_base as argument | Kishon Vijay Abraham I | 3 | -14/+29 |
| 2017-04-04 | PCI: dwc: artpec6: Populate cpu_addr_fixup ops | Kishon Vijay Abraham I | 1 | -5/+6 |
| 2017-04-04 | PCI: dwc: dra7xx: Populate cpu_addr_fixup ops | Kishon Vijay Abraham I | 1 | -5/+6 |
| 2017-04-04 | PCI: dwc: designware: Add new *ops* for CPU addr fixup | Kishon Vijay Abraham I | 2 | -0/+4 |
| 2017-04-04 | PCI: dwc: Fix uninitialized variable in dw_handle_msi_irq() | Dan Carpenter | 1 | -3/+4 |
| 2017-04-04 | PCI: dwc: Unindent dw_handle_msi_irq() loop | Bjorn Helgaas | 1 | -11/+11 |
| 2017-04-04 | PCI: dwc: Fix dw_pcie_ops NULL pointer dereference | Niklas Cassel | 2 | -0/+8 |
| 2017-04-03 | PCI: dwc: Select PCI_HOST_COMMON for hisi | Arnd Bergmann | 1 | -0/+1 |
| 2017-03-07 | PCI: exynos: Initialize elbi_base even when using PHY framework | Jaehoon Chung | 1 | -4/+4 |
| 2017-02-25 | PCI: dwc: Fix crashes seen due to missing assignments | Guenter Roeck | 10 | -0/+18 |
| 2017-02-21 | Merge branch 'pci/host-layerscape' into next | Bjorn Helgaas | 1 | -6/+1 |