1. 857f864 Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 8 years ago
  2. a5f40e8 PCI: Don't allow unbinding host controllers that aren't prepared by Brian Norris · 8 years ago
  3. 0b0ee66 Merge branch 'pci/ioremap' into next by Bjorn Helgaas · 8 years ago
  4. 7284a62 Merge branch 'pci/host-imx6' into next by Bjorn Helgaas · 8 years ago
  5. f7a2757 PCI: dwc: dra7xx: Workaround for errata id i870 by Kishon Vijay Abraham I · 8 years ago
  6. 608793e PCI: dwc: dra7xx: Add EP mode support by Kishon Vijay Abraham I · 8 years ago
  7. 5ffd90a PCI: dwc: dra7xx: Facilitate wrapper and MSI interrupts to be enabled independently by Kishon Vijay Abraham I · 8 years ago
  8. f8aed6e PCI: dwc: designware: Add EP mode support by Kishon Vijay Abraham I · 8 years ago
  9. 7221547 PCI: imx6: Fix spelling mistake: "contol" -> "control" by Colin Ian King · 8 years ago
  10. 89874a1 PCI: keystone-dw: Update PCI config space remap function by Lorenzo Pieralisi · 8 years ago
  11. 01bd489 PCI: layerscape: Update PCI config space remap function by Lorenzo Pieralisi · 8 years ago
  12. e313a44 PCI: hisi: Update PCI config space remap function by Lorenzo Pieralisi · 8 years ago
  13. 53dfa17 PCI: armada8k: Update PCI config space remap function by Lorenzo Pieralisi · 8 years ago
  14. cc7b0d4 PCI: designware: Update PCI config space remap function by Lorenzo Pieralisi · 8 years ago
  15. 10c736f PCI: qcom: Update PCI config space remap function by Lorenzo Pieralisi · 8 years ago
  16. 05043c8 PCI: spear13xx: Update PCI config space remap function by Lorenzo Pieralisi · 8 years ago
  17. b9c1153 PCI: hisi: Fix DT binding (hisi-pcie-almost-ecam) by Dongdong Liu · 8 years ago
  18. 93b226f PCI: imx6: Do not switch speed if Gen2 is disabled by Andrey Smirnov · 8 years ago
  19. e6dcd87 PCI: imx6: Do not wait for speed change on i.MX7 by Andrey Smirnov · 8 years ago
  20. bde4a5a PCI: imx6: Allow probe deferral by reset GPIO by Andrey Smirnov · 8 years ago
  21. 9b3fe67 PCI: imx6: Add code to support i.MX7D by Andrey Smirnov · 8 years ago
  22. d4c7d1a PCI: dwc: dra7xx: Push request_irq() call to the bottom of probe by Keerthy · 8 years ago
  23. edd45e3 PCI: dwc: designware: Move _unroll configurations to a separate function by Kishon Vijay Abraham I · 8 years ago
  24. a509d7d PCI: dwc: all: Modify dbi accessors to access data of 4/2/1 bytes by Kishon Vijay Abraham I · 8 years ago
  25. b50b2db PCI: dwc: all: Modify dbi accessors to take dbi_base as argument by Kishon Vijay Abraham I · 8 years ago
  26. 62c5549f PCI: dwc: artpec6: Populate cpu_addr_fixup ops by Kishon Vijay Abraham I · 8 years ago
  27. 2ed6cc7 PCI: dwc: dra7xx: Populate cpu_addr_fixup ops by Kishon Vijay Abraham I · 8 years ago
  28. a660083 PCI: dwc: designware: Add new *ops* for CPU addr fixup by Kishon Vijay Abraham I · 8 years ago
  29. 1b497e6 PCI: dwc: Fix uninitialized variable in dw_handle_msi_irq() by Dan Carpenter · 8 years ago
  30. dbe4a09 PCI: dwc: Unindent dw_handle_msi_irq() loop by Bjorn Helgaas · 8 years ago
  31. 794a860 PCI: dwc: Fix dw_pcie_ops NULL pointer dereference by Niklas Cassel · 8 years ago
  32. 6665f8a PCI: dwc: Select PCI_HOST_COMMON for hisi by Arnd Bergmann · 8 years ago
  33. 544714d PCI: exynos: Initialize elbi_base even when using PHY framework by Jaehoon Chung · 8 years ago
  34. c046406 PCI: dwc: Fix crashes seen due to missing assignments by Guenter Roeck · 8 years ago
  35. e2dc4f2 Merge branch 'pci/host-layerscape' into next by Bjorn Helgaas · 8 years ago
  36. e34e38b Merge branch 'pci/host-imx6' into next by Bjorn Helgaas · 8 years ago
  37. d952097 Merge branch 'pci/host-hisi' into next by Bjorn Helgaas · 8 years ago
  38. b2e6d30 Merge branch 'pci/host-exynos' into next by Bjorn Helgaas · 8 years ago
  39. 7a2b3f0 PCI: dwc: Remove dependency of designware on CONFIG_PCI by Kishon Vijay Abraham I · 8 years ago
  40. a056020 PCI: dwc: Add CONFIG_PCIE_DW_HOST to enable PCI dwc host by Kishon Vijay Abraham I · 8 years ago
  41. feb85d9 PCI: dwc: Split pcie-designware.c into host and core files by Kishon Vijay Abraham I · 8 years ago
  42. 314fc85 PCI: dwc: designware: Fix style errors in pcie-designware.c by Kishon Vijay Abraham I · 8 years ago
  43. 5f334db PCI: dwc: designware: Parse "num-lanes" property in dw_pcie_setup_rc() by Kishon Vijay Abraham I · 8 years ago
  44. 442ec4c PCI: dwc: all: Split struct pcie_port into host-only and core structures by Kishon Vijay Abraham I · 8 years ago
  45. 40f67fb PCI: dwc: designware: Get device pointer at the start of dw_pcie_host_init() by Kishon Vijay Abraham I · 8 years ago
  46. 19ce01cc PCI: dwc: all: Rename cfg_read/cfg_write to read/write by Kishon Vijay Abraham I · 8 years ago
  47. 9bcf0a6 PCI: dwc: all: Use platform_set_drvdata() to save private data by Kishon Vijay Abraham I · 8 years ago
  48. b90dc39 PCI: dwc: designware: Move register defines to designware header file by Kishon Vijay Abraham I · 8 years ago
  49. 11a61a8 PCI: dwc: Use PTR_ERR_OR_ZERO to simplify code by Fengguang Wu · 8 years ago
  50. 1f6c450 PCI: dra7xx: Group PHY API invocations by Kishon Vijay Abraham I · 8 years ago
  51. ebe85a4 PCI: dra7xx: Enable MSI and legacy interrupts simultaneously by Kishon Vijay Abraham I · 8 years ago
  52. ab5fe4f PCI: dra7xx: Add support to force RC to work in GEN1 mode by Kishon Vijay Abraham I · 8 years ago
  53. 602d38b PCI: dra7xx: Simplify probe code with devm_gpiod_get_optional() by Kishon Vijay Abraham I · 8 years ago
  54. 950bf63 PCI: Move DesignWare IP support to new drivers/pci/dwc/ directory by Kishon Vijay Abraham I · 8 years ago