1. 5df208d pci: ensure enumeration of all devices in pci_init by Marek Behún · Tue May 21 12:04:31 2019 +0200
  2. 09467d3 drivers: pci: add API to issue FLR on a PCI function if supported by Alex Marginean · Fri Jun 07 11:24:25 2019 +0300
  3. 1c934a6 drivers: pci: add map_bar support for Enhanced Allocation by Alex Marginean · Fri Jun 07 11:24:23 2019 +0300
  4. f95cfeb pci: Avoid assigning PCI resources that are below 0x1000 by Bin Meng · Wed Jun 05 07:26:44 2019 -0700
  5. 25ff98c dm: pci: add Freescale PowerPC PCIe driver by Hou Zhiqiang · Wed Apr 24 22:33:02 2019 +0800
  6. 3c9f33e pci: imx: Add DM and DT support by Marek Vasut · Sun Jun 09 03:50:55 2019 +0200
  7. 120efeb pci: imx: Pass driver private data around by Marek Vasut · Sun Jun 09 03:50:54 2019 +0200
  8. 2c20b75 pci: imx: Fix potential 64bit memory access clamping by Marek Vasut · Sun Jun 09 03:50:53 2019 +0200
  9. 6ce573f pci: imx: Factor out hard-coded register base addresses by Marek Vasut · Sun Jun 09 03:50:52 2019 +0200
  10. 94626aa Merge branch 'master' of git://git.denx.de/u-boot-sh by Tom Rini · Sun May 26 20:18:20 2019 -0400
  11. 5a9a5ed pci: ls_pcie_g4: add device tree fixups for PCI Stream IDs by Hou Zhiqiang · Mon Apr 08 10:15:54 2019 +0000
  12. e5d79c4 pci: Add PCIe Gen4 controller driver for NXP Layerscape SoCs by Hou Zhiqiang · Mon Apr 08 10:15:46 2019 +0000
  13. 879b4a3 pci: renesas: Add RCar Gen3 PCIe controller driver by Marek Vasut · Tue Oct 16 12:49:19 2018 +0200
  14. a83f549 mpc83xx: Make distinct caddy2 config by Mario Six · Mon Jan 21 09:17:38 2019 +0100
  15. 1b21ced vme8349: Migrate to CONFIG_TARGET_VME8349 by Mario Six · Mon Jan 21 09:17:37 2019 +0100
  16. 0344f5e mpc83xx: Introduce ARCH_MPC834* by Mario Six · Mon Jan 21 09:17:27 2019 +0100
  17. 69c5b2d x86: Support PCI VGA ROM when TPL is used by Simon Glass · Thu Apr 25 21:59:08 2019 -0600
  18. adf0d99 pci: Add boundary check for hose->regions by Thierry Reding · Fri Mar 15 16:32:32 2019 +0100
  19. 24e23bd pci: pci_mvebu: Add comment about missing of_n_addr_cells() call by Stefan Roese · Mon Feb 11 07:53:34 2019 +0100
  20. a593455 pci: Don't export pci_hose_config_device() by Simon Glass · Sat Feb 16 20:24:40 2019 -0700
  21. 6e599c6 pcie: designware: mvebu: fix reset release polarity by Baruch Siach · Sun Feb 03 15:15:39 2019 +0200
  22. dcc5820 Merge git://git.denx.de/u-boot-marvell by Tom Rini · Tue Feb 05 08:37:21 2019 -0500
  23. 3179ec6 pci: pci_mvebu: Add DM_PCI support and move CONFIG_PCI_MVEBU to defconfig by Stefan Roese · Fri Jan 25 11:52:43 2019 +0100
  24. a74eb55 pci: Add pci_get_devfn() to extract devfn from the fdt_pci_addr by Stefan Roese · Fri Jan 25 11:52:42 2019 +0100
  25. 8d7e2e8 pci: layerscape: Add the dts fixup for EP and RC by Xiaowei Bao · Fri Oct 26 09:56:26 2018 +0800
  26. 4da0ae2 pci: layerscape: Do not scan when PEX work in EP mode by Xiaowei Bao · Fri Oct 26 09:56:25 2018 +0800
  27. 77d56f9 pci: layerscape: Modify the EP and RC mode judge method by Xiaowei Bao · Fri Oct 26 09:56:24 2018 +0800
  28. 7d18673 video: Allow driver to specify the line length by Simon Glass · Thu Nov 29 15:08:52 2018 -0700
  29. fb862b05 dm/pci: Change the first CFG read to Vendor ID in enumeration by Hou Zhiqiang · Mon Oct 08 16:35:47 2018 +0800
  30. 631f348 dm: pci: Add APIs to find next capability and extended capability by Bin Meng · Mon Oct 15 02:21:21 2018 -0700
  31. b453579 pci: Support parsing PCI controller DT subnodes by Marek Vasut · Wed Oct 10 21:27:06 2018 +0200
  32. baac4eb pci: Add a little more debugging to pci_rom by Simon Glass · Mon Oct 01 12:22:44 2018 -0600
  33. c7570a3 Remove <inttypes.h> includes and PRI* usages in printf() entirely by Masahiro Yamada · Mon Aug 06 20:47:40 2018 +0900
  34. ff88ee8 pci: rmobile: Filter out device 1 and 2 by Marek Vasut · Fri Aug 24 21:03:14 2018 +0200
  35. 1f8261f Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · Mon Aug 13 12:34:55 2018 -0400
  36. bc42fde FSL PCI: Configure PCIe reference ratio by Joakim Tjernlund · Tue Sep 12 19:56:41 2017 +0200
  37. a7366f0 dm: pci: Add APIs to find capability and extended capability by Bin Meng · Fri Aug 03 01:14:52 2018 -0700
  38. 11c41ab pci: sandbox: emul: Rename priv structure by Bin Meng · Fri Aug 03 01:14:49 2018 -0700
  39. 156bc6f pci: sandbox: Support dynamically binding device driver by Bin Meng · Fri Aug 03 01:14:45 2018 -0700
  40. a8d2780 dm: pci: Assign correct driver data when binding a driver by Bin Meng · Fri Aug 03 01:14:44 2018 -0700
  41. 2fc987e pci: sandbox: emul: Fix the call to pci_bus_find_devfn() by Bin Meng · Fri Aug 03 01:14:43 2018 -0700
  42. 20bdc1e dm: pci: Fix scanning multi-function device by Bin Meng · Fri Aug 03 01:14:37 2018 -0700
  43. 00d808e dm: pci: Extract vendor/device id in child_post_bind() by Bin Meng · Fri Aug 03 01:14:36 2018 -0700
  44. 7241f80 dm: pci: Use a 1:1 mapping for bus <-> phy addresses by Christian Gmeiner · Sun Jun 10 06:25:06 2018 -0700
  45. 5f4e094 dm: pci: Make ranges dt property optional by Christian Gmeiner · Sun Jun 10 06:25:05 2018 -0700
  46. f20b718 PCI: autoconfig: Don't allocate 64-bit addresses to 32-bit only resources by Tuomas Tynkkynen · Mon May 14 19:38:13 2018 +0300
  47. 928aec7 PCI: Add newlines to debug prints in pci_auto_common.c by Tuomas Tynkkynen · Mon May 14 19:38:12 2018 +0300
  48. c307e17 PCI: dm: Ignore 64-bit memory regions if CONFIG_SYS_PCI_64BIT not set by Tuomas Tynkkynen · Mon May 14 18:47:50 2018 +0300
  49. 53f4863 pci: tegra: introduce weak tegra_pcie_board_port_reset() function by Marcel Ziswiler · Tue May 08 17:34:09 2018 +0200
  50. f1b0da2 pci: Don't use pci_indirect when DM is active by Mario Six · Fri Apr 27 14:53:37 2018 +0200
  51. dc05e63 pci: intel: Add Intel FPGA PCIe controller driver by Ley Foon Tan · Fri Apr 20 21:55:45 2018 +0800
  52. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  53. bdfb5c4 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · Wed Apr 18 13:50:47 2018 -0400
  54. be4551e pci: video: Only print out when everything is OK by Bin Meng · Wed Apr 11 22:02:18 2018 -0700
  55. dd4b670 Merge git://git.denx.de/u-boot-marvell by Tom Rini · Fri Mar 30 18:18:22 2018 -0400
  56. a6bdc86 arm64: a37xx: pci: add support for aardvark pcie driver by Wilson Ding · Mon Mar 26 15:57:29 2018 +0800
  57. f09ac1a dm: pcie: designware: add correct ATU handling by Igal Liberman · Wed Feb 14 19:25:23 2018 +0200
  58. 6d53207 dm: pci: Avoid setting a PCI region that has 0 size by Bin Meng · Tue Mar 27 00:46:06 2018 -0700
  59. ae0bdde dm: pci: Check board information pointer in decode_regions() by Bin Meng · Tue Mar 27 00:46:05 2018 -0700
  60. 75f82d0 libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> by Masahiro Yamada · Mon Mar 05 01:20:11 2018 +0900
  61. 9c5df38 pci: Fix decode regions for memory banks by Bernhard Messerklinger · Thu Feb 15 08:59:53 2018 +0100
  62. 5012d1e pci: rmobile: Add RCar Gen2 PCIe controller driver by Marek Vasut · Thu Jan 18 14:35:35 2018 +0100
  63. 6be3505 drivers: pci: imx: fix enumeration logic error by Koen Vandeputte · Thu Jan 04 14:54:34 2018 +0100
  64. 08e9338 pci: imx: request gpio before use by Peng Fan · Tue Jan 02 18:27:29 2018 +0800
  65. 9cc128e PCI: Drop CONFIG_TSI108_PCI by Tuomas Tynkkynen · Tue Dec 19 00:28:42 2017 +0200
  66. b8551b9 Update Paul Burton's email address by Paul Burton · Mon Oct 30 16:58:21 2017 -0700
  67. a1c9438 dm: pci: change bus number register setting compliant with Linux by Minghuan Lian · Fri Oct 20 10:45:50 2017 +0800
  68. 9b9606d pci: mvebu: Increase size of PCIe default mapping by VlaoMao · Fri Sep 22 18:49:02 2017 +0300
  69. 5d67993 drivers: pci: imx: fix imx_pcie_remove function by Sven-Ola Tuecke · Thu Oct 05 08:46:42 2017 -0300
  70. a765f71 PCI: Add driver for a 'pci-host-ecam-generic' host controller by Tuomas Tynkkynen · Tue Sep 19 23:18:06 2017 +0300
  71. 544a2e7 pci: layerscape: Use pci_generic_mmap_{read, write}_config by Tuomas Tynkkynen · Tue Sep 19 23:18:05 2017 +0300
  72. 6b18f2a pci: xilinx: Use pci_generic_mmap_{read, write}_config() by Tuomas Tynkkynen · Tue Sep 19 23:18:04 2017 +0300
  73. 8cce4cf pci: Add helper for implementing memory-mapped config space accesses by Tuomas Tynkkynen · Tue Sep 19 23:18:03 2017 +0300
  74. 81e1042 treewide: replace with error() with pr_err() by Masahiro Yamada · Sat Sep 16 14:10:41 2017 +0900
  75. 42aea35 pci: layerscape: Fixup iommu-map for LS208xA by Bharat Bhushan · Thu Aug 31 13:26:46 2017 +0530
  76. 680c2a0 pci: Remove unnecessary 'default n' from Kconfig by Tuomas Tynkkynen · Fri Sep 01 17:26:02 2017 +0300
  77. bb837b6 pci: layerscape: Remove unused field 'hose' from struct ls_pcie by Tuomas Tynkkynen · Fri Sep 01 17:26:01 2017 +0300
  78. 79973f0 pci: tegra: Remove unused field 'hose' from struct tegra_pcie by Tuomas Tynkkynen · Fri Sep 01 17:26:00 2017 +0300
  79. 01b5473 pci: xilinx: Remove unused field 'hose' from struct xilinx_pcie by Tuomas Tynkkynen · Fri Sep 01 17:25:59 2017 +0300
  80. f0e8d23 pci: xilinx: Fix doc comments on config space accessors by Tuomas Tynkkynen · Fri Sep 01 17:25:58 2017 +0300
  81. dfb453d vbe: Drop vbe_get_video_info() by Bin Meng · Wed Aug 16 07:35:36 2017 -0700
  82. 64b723f env: Rename getenv/_f() to env_get() by Simon Glass · Thu Aug 03 12:22:12 2017 -0600
  83. b9dd2e6 PCI: layerscape: Fix assigning wrong address to LS2088A pcie cfg1 space by Hou Zhiqiang · Tue Jul 18 11:29:12 2017 +0800
  84. fef4cba Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · Wed Aug 02 10:52:26 2017 -0400
  85. ccb56a8 soc/fsl-layerscape: Update SVR number for LS2081A and LS2041A by Santan Kumar · Fri Jun 09 11:48:08 2017 +0530
  86. 00a17fd x86: kconfig: Select PCI and DM_PCI by Bin Meng · Sun Jul 30 06:23:09 2017 -0700
  87. e6a30e0 dm: tegra: pci: Convert to livetree by Simon Glass · Tue Jul 25 08:30:09 2017 -0600
  88. 9cf85cb dm: ofnode: rename ofnode_read_prop() to ofnode_get_property() by Masahiro Yamada · Thu Jun 22 16:54:05 2017 +0900
  89. 4191dc1 dm: core: Add functions to obtain node's address/size cells by Simon Glass · Mon Jun 12 06:21:31 2017 -0600
  90. 2028012 powerpc: remove 4xx support by Heiko Schocher · Tue Jun 27 16:49:14 2017 +0200
  91. edd59b6 Merge git://www.denx.de/git/u-boot-imx by Tom Rini · Tue Jun 27 09:32:37 2017 -0400
  92. 71cb3e9 powerpc, 8260: remove support for mpc8260 by Heiko Schocher · Wed Jun 07 17:33:10 2017 +0200
  93. 243182c common: freescale: Move arch-specific declarations by Simon Glass · Wed May 17 08:23:06 2017 -0600
  94. 89d8323 dm: pci: Update uclass to support livetree by Simon Glass · Thu May 18 20:09:51 2017 -0600
  95. ba1dea4 dm: Rename dev_addr..() functions by Simon Glass · Wed May 17 17:18:05 2017 -0600
  96. c22f2ea drivers: pci: imx: add imx_pcie_remove function by Tim Harvey · Fri May 12 12:58:41 2017 -0700
  97. edc93f9 Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · Fri May 26 11:19:27 2017 -0400
  98. 2b36178 armv8: fsl-layerscape: Add NXP LS2081A, LS2041A SoC support by Priyanka Jain · Thu Apr 27 15:08:06 2017 +0530
  99. 62a8f7d x86: pci: Allow conditionally run VGA rom in S3 by Bin Meng · Fri Apr 21 07:24:46 2017 -0700
  100. a89009c pci: avoid memory leak by xypron.glpk@gmx.de · Mon May 08 20:40:16 2017 +0200