1. e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  2. c75059c Merge tag 'pci-v3.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 10 years ago
  3. 9e66645 Merge branch 'irq-irqdomain-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  4. 5106787 PCI: tegra: Use physical range for I/O mapping by Thierry Reding · 10 years ago
  5. 280510f PCI/MSI: Rename mask/unmask_msi_irq treewide by Thomas Gleixner · 10 years ago
  6. 83a1891 PCI/MSI: Rename write_msi_msg() to pci_write_msi_msg() by Jiang Liu · 10 years ago
  7. 8dd26dc PCI: xilinx: Save MSI controller in pci_sys_data by Yijing Wang · 10 years ago
  8. 2691423 PCI: mvebu: Save MSI controller in pci_sys_data by Yijing Wang · 10 years ago
  9. 7840cba PCI: rcar: Save MSI controller in pci_sys_data by Yijing Wang · 10 years ago
  10. 0815f95 PCI: designware: Save MSI controller in pci_sys_data by Yijing Wang · 10 years ago
  11. 7ec725b PCI: tegra: Save MSI controller in pci_sys_data by Yijing Wang · 10 years ago
  12. 35437e3 Merge branches 'pci/host-designware', 'pci/host-dra7xx', 'pci/host-exynos', 'pci/host-generic', 'pci/host-imx6', 'pci/host-keystone', 'pci/host-layerscape', 'pci/host-mvebu', 'pci/host-rcar', 'pci/host-spear' and 'pci/host-tegra' into next by Bjorn Helgaas · 10 years ago
  13. 6b1c4d7 PCI: tegra: Add Kconfig help text by Thierry Reding · 10 years ago
  14. 4407308 PCI: tegra: Do not build on 64-bit ARM by Thierry Reding · 10 years ago
  15. 20f9ece PCI: spear: Remove unnecessary OOM message by Jingoo Han · 10 years ago
  16. cf3a9d6 PCI: mvebu: Add a blank line after declarations by Jingoo Han · 10 years ago
  17. 2c992f3 PCI: designware: Add a blank line after declarations by Jingoo Han · 10 years ago
  18. bc512c5 PCI: exynos: Remove unnecessary return statement by Jingoo Han · 10 years ago
  19. d88a7ef PCI: imx6: Use tabs for indentation by Jingoo Han · 10 years ago
  20. 6670070 PCI: keystone: Remove unnecessary OOM message by Jingoo Han · 10 years ago
  21. 336b5be PCI: xgene: Assign resources to bus before adding new devices by Duc Dang · 10 years ago
  22. e73044a PCI: dra7xx: Add __init annotation to dra7xx_add_pcie_port() by Jingoo Han · 10 years ago
  23. 992e7bd PCI: spear: Add __init annotation to spear13xx_add_pcie_port() by Jingoo Han · 10 years ago
  24. a9875d8 PCI: spear: Rename add_pcie_port(), pcie_init() to spear13xx_add_pcie_port(), etc. by Jingoo Han · 10 years ago
  25. 23926c8 PCI: dra7xx: Rename add_pcie_port() to dra7xx_add_pcie_port() by Jingoo Han · 10 years ago
  26. 62d0ff83 PCI: layerscape: Add Freescale Layerscape PCIe driver by Minghuan Lian · 10 years ago
  27. c2791b8 PCI/MSI: Rename "struct msi_chip" to "struct msi_controller" by Yijing Wang · 10 years ago
  28. dbf9826 PCI: generic: Convert to DT resource parsing API by Lorenzo Pieralisi · 10 years ago
  29. a5525b2 PCI: generic: Allocate config space windows after limiting bus number range by Lorenzo Pieralisi · 10 years ago
  30. a8a93c6 Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux into driver-core-next by Greg Kroah-Hartman · 10 years ago
  31. a2fa6f6 PCI: imx6: Wait for clocks to stabilize after ref_en by Richard Zhu · 10 years ago
  32. 3c70637 PCI: rcar: Make rcar_pci static by Jingoo Han · 10 years ago
  33. 5ba8368 PCI: keystone: Make ks_dw_pcie_msi_domain_ops static by Jingoo Han · 10 years ago
  34. 70b3e89 PCI: exynos: Add exynos prefix to add_pcie_port()/pcie_init() by Jingoo Han · 10 years ago
  35. e27a513 pci: host: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  36. 80213c0 Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 10 years ago
  37. f92d9ee Merge branch 'pci/host-xgene' into next by Bjorn Helgaas · 10 years ago
  38. b9c9c25 Merge branch 'pci/host-designware' into next by Bjorn Helgaas · 10 years ago
  39. 5f6b6cc PCI: xgene: Add APM X-Gene PCIe driver by Tanmay Inamdar · 10 years ago
  40. c8df6ac PCI: designware: Remove open-coded bitmap operations by Lucas Stach · 10 years ago
  41. 359c660 Merge branch 'pci/msi' into next by Bjorn Helgaas · 10 years ago
  42. 07a7cbd Merge branch 'pci/host-generic' into next by Bjorn Helgaas · 10 years ago
  43. 48c3c38 PCI/MSI: Remove "pos" from the struct msi_desc msi_attrib by Yijing Wang · 10 years ago
  44. 0b0b089 of/pci: Fix the conversion of IO ranges into IO resources by Liviu Dudau · 10 years ago
  45. 91f8ae8 PCI: designware: Setup and clear exactly one MSI at a time by Lucas Stach · 10 years ago
  46. 1104528 Merge branch 'pci/host-designware' into next by Bjorn Helgaas · 10 years ago
  47. b1bf295 Merge branches 'pci/host-mvebu' and 'pci/host-spear' into next by Bjorn Helgaas · 10 years ago
  48. 24832b4 PCI: designware: Add get_msi_data() to pcie_host_ops by Minghuan Lian · 10 years ago
  49. 450e344 PCI: designware: Rename get_msi_data() to get_msi_addr() by Minghuan Lian · 10 years ago
  50. 0c61ea7 PCI: designware: Fix IO resource end address calculation by Minghuan Lian · 10 years ago
  51. ec98e9a PCI: designware: Fix configuration base address when using 'reg' by Minghuan Lian · 10 years ago
  52. 9f0dbe0 PCI: designware: Use NULL instead of false by Fabio Estevam · 10 years ago
  53. 56fab6e PCI: mvebu: Fix uninitialized variable in mvebu_get_tgt_attr() by Thomas Petazzoni · 10 years ago
  54. 65aaae2 PCI: spear: Pass config resource through reg property by Pratyush Anand · 10 years ago
  55. ef39ab7 Merge branches 'pci/host-designware', 'pci/host-imx6', 'pci/host-keystone', 'pci/host-tegra' and 'pci/host-xilinx' into next by Bjorn Helgaas · 10 years ago
  56. b29f83a Merge tag 'pci-v3.17-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 10 years ago
  57. f9dd0ce PCI: xilinx: Fix xilinx_pcie_assign_msi() return value test by Dan Carpenter · 10 years ago
  58. 7f1f054 PCI: tegra: Add Tegra124 support by Thierry Reding · 10 years ago
  59. ec73276 PCI: tegra: Make sure the PCIe PLL is really reset by Eric Yuen · 10 years ago
  60. 8d41794 PCI: tegra: Fix extended configuration space mapping by Peter Daifuku · 10 years ago
  61. 0d20d62 PCI: tegra: Clear CLKREQ# enable on port disable by Thierry Reding · 10 years ago
  62. 8665a48 PCI: keystone: Set device ID based on SoC to support multiple ports by Murali Karicheri · 10 years ago
  63. 4455efc PCI: keystone: Assume controller is already in RC mode by Murali Karicheri · 10 years ago
  64. c15982d PCI: keystone: Limit MRSS for all downstream devices by Murali Karicheri · 10 years ago
  65. adf70fc PCI: designware: Fold struct pcie_port_info into struct pcie_port by Pratyush Anand · 10 years ago
  66. 3fce0e8 PCI: imx6: Delay enabling reference clock for SS until it stabilizes by Tim Harvey · 10 years ago
  67. a2351efe Merge branches 'pci/misc', 'pci/pm', 'pci/host-designware', 'pci/host-imx6', 'pci/host-keystone', 'pci/host-tegra' and 'pci/host-xilinx' into next by Bjorn Helgaas · 10 years ago
  68. 84a263f PCI: designware: Check private_data validity in single place by Lucas Stach · 10 years ago
  69. 61da50d PCI: imx6: Probe in module_init(), not fs_initcall() by Lucas Stach · 10 years ago
  70. c346a54 Merge branch 'pci/host-designware' into pci/host-imx6 by Bjorn Helgaas · 10 years ago
  71. 8ddebc4 PCI: designware: Remove pci_assign_unassigned_resources() from dw_pcie_host_init() by Lucas Stach · 10 years ago
  72. 92483df PCI: designware: Use pci_create_root_bus() instead of pci_scan_root_bus() by Lucas Stach · 10 years ago
  73. 4f2ebe0 PCI: designware: Parse bus-range property from devicetree by Lucas Stach · 10 years ago
  74. 0c4ffcf PCI: keystone: Add TI Keystone PCIe driver by Murali Karicheri · 10 years ago
  75. 41534e5 PCI: tegra: Implement a proper resource hierarchy by Thierry Reding · 10 years ago
  76. 019fa46 PCI: tegra: Add missing cleanup in error path and tegra_msi_teardown_irq() by Jisheng Zhang · 10 years ago
  77. 3e3e406 PCI: imx6: Put LTSSM in "Detect" state before disabling it by Lucas Stach · 10 years ago
  78. 8961def PCI: xilinx: Add Xilinx AXI PCIe Host Bridge IP driver by Srikanth Thokala · 10 years ago
  79. f16c15a Merge tag 'pci-v3.17-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 10 years ago
  80. b14a3d1 PCI: designware: Add support for v3.65 hardware by Murali Karicheri · 10 years ago
  81. f17a6f7 Merge tag 'pci-v3.17-changes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 10 years ago
  82. 8d7004a PCI: spear: Remove module option by Sachin Kamat · 10 years ago
  83. 10c8e05 Merge tag 'drivers-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 10 years ago
  84. 44c916d Merge tag 'cleanup-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 10 years ago
  85. 981c191 Merge branches 'pci/host-designware', 'pci/host-mvebu' and 'pci/host-tegra' into next by Bjorn Helgaas · 10 years ago
  86. 2f37c5a PCI: designware: Add MSI-related pcie_host_ops for v3.65 hardware by Murali Karicheri · 10 years ago
  87. a1c0ae9 PCI: designware: Add config access-related pcie_host_ops for v3.65 hardware by Murali Karicheri · 10 years ago
  88. 47ff3de PCI: dra7xx: Add TI DRA7xx PCIe driver by Kishon Vijay Abraham I · 10 years ago
  89. f4c55c5 PCI: designware: Program ATU with untranslated address by Kishon Vijay Abraham I · 10 years ago
  90. 4dd964d PCI: designware: Look for configuration space in 'reg', not 'ranges' by Kishon Vijay Abraham I · 10 years ago
  91. 2cb989f PCI: tegra: Add debugfs support by Thierry Reding · 10 years ago
  92. c276020 PCI: mvebu: Remove ARCH_KIRKWOOD dependency by Andrew Lunn · 10 years ago
  93. 779ae55 PCI: spear: Remove spear13xx_pcie_remove() by Viresh Kumar · 10 years ago
  94. 6675ef2 PCI: spear: Fix Section mismatch compilation warning for probe() by Viresh Kumar · 10 years ago
  95. b776eec Merge tag 'tegra-for-3.17-pcie-regulators' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into next/drivers by Olof Johansson · 10 years ago
  96. 077fb15 PCI: tegra: Implement accurate power supply scheme by Thierry Reding · 11 years ago
  97. 7232398 ARM: tegra: Convert PMC to a driver by Thierry Reding · 10 years ago
  98. 306a7f9 ARM: tegra: Move includes to include/soc/tegra by Thierry Reding · 10 years ago
  99. 792688f Merge branches 'pci/host-generic', 'pci/host-mvebu', 'pci/host-rcar', 'pci/host-tegra', 'pci/msi', 'pci/misc', 'pci/resource' and 'pci/virtualization' into next by Bjorn Helgaas · 10 years ago
  100. eed6542 PCI: generic: Fix GPL v2 license string typo by Bjorn Helgaas · 10 years ago