1. 75f82d0 libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> by Masahiro Yamada · 7 years ago
  2. 9c5df38 pci: Fix decode regions for memory banks by Bernhard Messerklinger · 7 years ago
  3. 5012d1e pci: rmobile: Add RCar Gen2 PCIe controller driver by Marek Vasut · 7 years ago
  4. 6be3505 drivers: pci: imx: fix enumeration logic error by Koen Vandeputte · 7 years ago
  5. 08e9338 pci: imx: request gpio before use by Peng Fan · 7 years ago
  6. 9cc128e PCI: Drop CONFIG_TSI108_PCI by Tuomas Tynkkynen · 7 years ago
  7. b8551b9 Update Paul Burton's email address by Paul Burton · 7 years ago
  8. a1c9438 dm: pci: change bus number register setting compliant with Linux by Minghuan Lian · 7 years ago
  9. 9b9606d pci: mvebu: Increase size of PCIe default mapping by VlaoMao · 7 years ago
  10. 5d67993 drivers: pci: imx: fix imx_pcie_remove function by Sven-Ola Tuecke · 7 years ago
  11. a765f71 PCI: Add driver for a 'pci-host-ecam-generic' host controller by Tuomas Tynkkynen · 7 years ago
  12. 544a2e7 pci: layerscape: Use pci_generic_mmap_{read, write}_config by Tuomas Tynkkynen · 7 years ago
  13. 6b18f2a pci: xilinx: Use pci_generic_mmap_{read, write}_config() by Tuomas Tynkkynen · 7 years ago
  14. 8cce4cf pci: Add helper for implementing memory-mapped config space accesses by Tuomas Tynkkynen · 7 years ago
  15. 81e1042 treewide: replace with error() with pr_err() by Masahiro Yamada · 7 years ago
  16. 42aea35 pci: layerscape: Fixup iommu-map for LS208xA by Bharat Bhushan · 7 years ago
  17. 680c2a0 pci: Remove unnecessary 'default n' from Kconfig by Tuomas Tynkkynen · 7 years ago
  18. bb837b6 pci: layerscape: Remove unused field 'hose' from struct ls_pcie by Tuomas Tynkkynen · 7 years ago
  19. 79973f0 pci: tegra: Remove unused field 'hose' from struct tegra_pcie by Tuomas Tynkkynen · 7 years ago
  20. 01b5473 pci: xilinx: Remove unused field 'hose' from struct xilinx_pcie by Tuomas Tynkkynen · 7 years ago
  21. f0e8d23 pci: xilinx: Fix doc comments on config space accessors by Tuomas Tynkkynen · 7 years ago
  22. dfb453d vbe: Drop vbe_get_video_info() by Bin Meng · 7 years ago
  23. 64b723f env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  24. b9dd2e6 PCI: layerscape: Fix assigning wrong address to LS2088A pcie cfg1 space by Hou Zhiqiang · 7 years ago
  25. fef4cba Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 7 years ago
  26. ccb56a8 soc/fsl-layerscape: Update SVR number for LS2081A and LS2041A by Santan Kumar · 7 years ago
  27. 00a17fd x86: kconfig: Select PCI and DM_PCI by Bin Meng · 7 years ago
  28. e6a30e0 dm: tegra: pci: Convert to livetree by Simon Glass · 7 years ago
  29. 9cf85cb dm: ofnode: rename ofnode_read_prop() to ofnode_get_property() by Masahiro Yamada · 7 years ago
  30. 4191dc1 dm: core: Add functions to obtain node's address/size cells by Simon Glass · 7 years ago
  31. 2028012 powerpc: remove 4xx support by Heiko Schocher · 7 years ago
  32. edd59b6 Merge git://www.denx.de/git/u-boot-imx by Tom Rini · 7 years ago
  33. 71cb3e9 powerpc, 8260: remove support for mpc8260 by Heiko Schocher · 7 years ago
  34. 243182c common: freescale: Move arch-specific declarations by Simon Glass · 8 years ago
  35. 89d8323 dm: pci: Update uclass to support livetree by Simon Glass · 8 years ago
  36. ba1dea4 dm: Rename dev_addr..() functions by Simon Glass · 8 years ago
  37. c22f2ea drivers: pci: imx: add imx_pcie_remove function by Tim Harvey · 8 years ago
  38. edc93f9 Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 8 years ago
  39. 2b36178 armv8: fsl-layerscape: Add NXP LS2081A, LS2041A SoC support by Priyanka Jain · 8 years ago
  40. 62a8f7d x86: pci: Allow conditionally run VGA rom in S3 by Bin Meng · 8 years ago
  41. a89009c pci: avoid memory leak by xypron.glpk@gmx.de · 8 years ago
  42. d4739d3 fix: mvebu: pcie_dw: Allow probing empty PCIe slots by Konstantin Porotchkin · 8 years ago
  43. 71a356b Merge git://git.denx.de/u-boot-dm by Tom Rini · 8 years ago
  44. 50514b9 pcie-layerscape: Fixup iommu-map property of pci node by Bharat Bhushan · 8 years ago
  45. 36e36be pcie-layerscape: Initialize pci-lut for NXP chasis-2 socs by Bharat Bhushan · 8 years ago
  46. 8cd3f48 pci: layerscape: Fixup device tree node for ls2088a by Hou Zhiqiang · 8 years ago
  47. 92fecb5 pci: layerscape: add LS2088A series SoC pcie support by Hou Zhiqiang · 8 years ago
  48. 5faf561 pci: layerscape: enable PCIe config ready by Hou Zhiqiang · 8 years ago
  49. d19d061 pci: correct a function description by Hou Zhiqiang · 8 years ago
  50. 4eb09cd mvebu: pcie: Add support for GPIO reset for PCIe device by Konstantin Porotchkin · 8 years ago
  51. dd79d6e dm: core: Replace of_offset with accessor by Simon Glass · 8 years ago
  52. 3dfe451 x86: Don't try to run the VGA BIOS in 64-bit mode by Simon Glass · 8 years ago
  53. 18baf64 pci: mvebu: Fix Armada 38x support by Dirk Eibach · 8 years ago
  54. c8b0679 Merge git://git.denx.de/u-boot-mpc85xx by Tom Rini · 8 years ago
  55. 421e954 Drop CONFIG_WINBOND_83C553 by Simon Glass · 8 years ago
  56. 8acb127 mpc85xx: pcie: Implement workaround for Erratum A007815 by Tony O'Brien · 8 years ago
  57. d553bf2 kconfig: move FSL_PCIE_COMPAT to platform Kconfig by Hou Zhiqiang · 8 years ago
  58. a5642df pci: layerscape: remove unnecessary legacy code by Minghuan Lian · 8 years ago
  59. c106784 pci: layerscape: add pci driver based on DM by Minghuan Lian · 8 years ago
  60. 09716a7b pci: layerscape: move kernel DT fixup to a separate file by Hou Zhiqiang · 8 years ago
  61. 46e844c dm: pci: remove pci_bus_to_hose(0) calling by Minghuan Lian · 8 years ago
  62. ddd6f95 dm: pci: return the real controller in pci_bus_to_hose() by Minghuan Lian · 8 years ago
  63. 84c4560 pci: kconfig: fix spelling in description by Marcel Ziswiler · 8 years ago
  64. 3b38645 pci: mvebu: Add PCIe driver for Armada-8K by Shadi Ammouri · 8 years ago
  65. df9e432 pci: sh7751: map PCI memory space into SDRAM by Vladimir Zapolskiy · 8 years ago
  66. 3b15e95 pci: sh7751: fix up PCI I/O space address by Vladimir Zapolskiy · 8 years ago
  67. 2f49e2e pci: Move CONFIG_PCI_PNP to Kconfig by Bin Meng · 8 years ago
  68. f48e025 drivers/pci/Kconfig: Add PCI by Tom Rini · 8 years ago
  69. 499c29e libfdt: Sync fdt_for_each_subnode() with upstream by Simon Glass · 8 years ago
  70. 23f5cb5 vbe: Make vbe_setup_video_priv() public by Bin Meng · 8 years ago
  71. 57b65e6 dm: video: Output verbose information in vbe_setup_video() by Bin Meng · 8 years ago
  72. 4ef5d2d dm: video: Add driver-model support to vesa graphics by Simon Glass · 8 years ago
  73. 56a931c treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · 8 years ago
  74. e3b106d pci: Flip condition for detecting non-PCI parent devices by Paul Burton · 8 years ago
  75. c893f21 pci: xilinx: Add a driver for Xilinx AXI to PCIe bridge by Paul Burton · 8 years ago
  76. 86f6a94 pci: tegra: port to standard clock/reset/pwr domain APIs by Stephen Warren · 8 years ago
  77. 7d20368 Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 8 years ago
  78. 341fcb1 pci: allow disabling of pci init/enum via env by Tim Harvey · 8 years ago
  79. 1823034 dm: Use dm_scan_fdt_dev() directly where possible by Simon Glass · 8 years ago
  80. 09128c5 dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev() by Simon Glass · 8 years ago
  81. d145792 pcie_imx: increment timeout for link up by Stefano Babic · 8 years ago
  82. f49c485 pci: Add board_ prefix to should_load_oprom() and make it weak by Bin Meng · 8 years ago
  83. 0ea6bcb pci: Make load_oprom and run_oprom independent by Bin Meng · 8 years ago
  84. 6ac0ee5 pci: Remove CONFIG_ALWAYS_LOAD_OPROM by Bin Meng · 8 years ago
  85. 29f49fc pci: tegra: actually program REFCLK_CFG* on recent SoCs by Stephen Warren · 8 years ago
  86. d132c47 pci: tegra: correctly program PADS_REFCLK registers by Stephen Warren · 8 years ago
  87. a40b385 pcie/layerscape: fix bug in bus number computation when setting msi-map by Bogdan Purcareata · 9 years ago
  88. c78f5e0 pci: Drop CONFIG_SYS_SCSI_SCAN_BUS_REVERSE by Simon Glass · 9 years ago
  89. bbe71b2 pci: tegra: fix DM conversion issues on Tegra20 by Stephen Warren · 9 years ago
  90. 1e3bce2 pci: Device scanning range fix by Yoshinori Sato · 9 years ago
  91. 45e78ac pci/layerscape: set LUT and msi-map for discovered PCI devices by Stuart Yoder · 9 years ago
  92. c356a43 armv8: ls2080a: remove obsolete stream ID partitioning support by Stuart Yoder · 9 years ago
  93. 0d0f831 pci: Correct a few comments and nits by Simon Glass · 9 years ago
  94. 9cec2df pci: Add functions to update PCI configuration registers by Simon Glass · 9 years ago
  95. 8186aa0 dm: pci: Break out the common region display code by Simon Glass · 9 years ago
  96. c7298e7 dm: Use uclass_first_device_err() where it is useful by Simon Glass · 9 years ago
  97. d143ddb pci: Fix compiler warnings in dm_pciauto_setup_device() by Bin Meng · 9 years ago
  98. cb8aefa pci_rom: fix may be used uninitialized warning by Andreas Bießmann · 9 years ago
  99. 9deaf82 Merge git://git.denx.de/u-boot-dm by Tom Rini · 9 years ago
  100. 04eb269 Implement "pci enum" command for CONFIG_DM_PCI by Stephen Warren · 9 years ago