1. 44913a1 pci: Remove unnecessary 'default n' from Kconfig by Tuomas Tynkkynen · 7 years ago
  2. 93b1431 pci: layerscape: Remove unused field 'hose' from struct ls_pcie by Tuomas Tynkkynen · 7 years ago
  3. be0105b pci: tegra: Remove unused field 'hose' from struct tegra_pcie by Tuomas Tynkkynen · 7 years ago
  4. bee278d pci: xilinx: Remove unused field 'hose' from struct xilinx_pcie by Tuomas Tynkkynen · 7 years ago
  5. adfc3e4 pci: xilinx: Fix doc comments on config space accessors by Tuomas Tynkkynen · 7 years ago
  6. 76e7265 vbe: Drop vbe_get_video_info() by Bin Meng · 7 years ago
  7. 00caae6 env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  8. 89d8e13 PCI: layerscape: Fix assigning wrong address to LS2088A pcie cfg1 space by Hou Zhiqiang · 7 years ago
  9. ec7483e Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 7 years ago
  10. ec8a7d7 soc/fsl-layerscape: Update SVR number for LS2081A and LS2041A by Santan Kumar · 7 years ago
  11. 6bf89de x86: kconfig: Select PCI and DM_PCI by Bin Meng · 7 years ago
  12. 68f0081 dm: tegra: pci: Convert to livetree by Simon Glass · 7 years ago
  13. 61e51ba dm: ofnode: rename ofnode_read_prop() to ofnode_get_property() by Masahiro Yamada · 7 years ago
  14. 878d68c dm: core: Add functions to obtain node's address/size cells by Simon Glass · 7 years ago
  15. 98f705c powerpc: remove 4xx support by Heiko Schocher · 7 years ago
  16. 821560f Merge git://www.denx.de/git/u-boot-imx by Tom Rini · 7 years ago
  17. 2eb48ff powerpc, 8260: remove support for mpc8260 by Heiko Schocher · 7 years ago
  18. 6e2941d common: freescale: Move arch-specific declarations by Simon Glass · 7 years ago
  19. bf50159 dm: pci: Update uclass to support livetree by Simon Glass · 7 years ago
  20. a821c4a dm: Rename dev_addr..() functions by Simon Glass · 7 years ago
  21. 6ecbe13 drivers: pci: imx: add imx_pcie_remove function by Tim Harvey · 7 years ago
  22. 380e86f Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 7 years ago
  23. e809e74 armv8: fsl-layerscape: Add NXP LS2081A, LS2041A SoC support by Priyanka Jain · 7 years ago
  24. 68769eb x86: pci: Allow conditionally run VGA rom in S3 by Bin Meng · 7 years ago
  25. c42640c pci: avoid memory leak by xypron.glpk@gmx.de · 7 years ago
  26. 3f75e0c fix: mvebu: pcie_dw: Allow probing empty PCIe slots by Konstantin Porotchkin · 7 years ago
  27. 7d67bb1 Merge git://git.denx.de/u-boot-dm by Tom Rini · 7 years ago
  28. 78be622 pcie-layerscape: Fixup iommu-map property of pci node by Bharat Bhushan · 8 years ago
  29. 47d1736 pcie-layerscape: Initialize pci-lut for NXP chasis-2 socs by Bharat Bhushan · 8 years ago
  30. 0aaa1a9 pci: layerscape: Fixup device tree node for ls2088a by Hou Zhiqiang · 8 years ago
  31. 3d8553f pci: layerscape: add LS2088A series SoC pcie support by Hou Zhiqiang · 8 years ago
  32. d170aca pci: layerscape: enable PCIe config ready by Hou Zhiqiang · 8 years ago
  33. 0367bd4 pci: correct a function description by Hou Zhiqiang · 8 years ago
  34. 130b53e mvebu: pcie: Add support for GPIO reset for PCIe device by Konstantin Porotchkin · 8 years ago
  35. e160f7d dm: core: Replace of_offset with accessor by Simon Glass · 8 years ago
  36. 05cbd98 x86: Don't try to run the VGA BIOS in 64-bit mode by Simon Glass · 8 years ago
  37. 882d3fa pci: mvebu: Fix Armada 38x support by Dirk Eibach · 8 years ago
  38. 79a34b7 Merge git://git.denx.de/u-boot-mpc85xx by Tom Rini · 8 years ago
  39. 37b499c Drop CONFIG_WINBOND_83C553 by Simon Glass · 8 years ago
  40. 09bfd96 mpc85xx: pcie: Implement workaround for Erratum A007815 by Tony O'Brien · 8 years ago
  41. 19538f3 kconfig: move FSL_PCIE_COMPAT to platform Kconfig by Hou Zhiqiang · 8 years ago
  42. 9fa2a4f pci: layerscape: remove unnecessary legacy code by Minghuan Lian · 8 years ago
  43. 80afc63 pci: layerscape: add pci driver based on DM by Minghuan Lian · 8 years ago
  44. a7294ab pci: layerscape: move kernel DT fixup to a separate file by Hou Zhiqiang · 8 years ago
  45. fcf4569 dm: pci: remove pci_bus_to_hose(0) calling by Minghuan Lian · 8 years ago
  46. d7482ca dm: pci: return the real controller in pci_bus_to_hose() by Minghuan Lian · 8 years ago
  47. e090fdb pci: kconfig: fix spelling in description by Marcel Ziswiler · 8 years ago
  48. 182ba1a pci: mvebu: Add PCIe driver for Armada-8K by Shadi Ammouri · 8 years ago
  49. 30391de pci: sh7751: map PCI memory space into SDRAM by Vladimir Zapolskiy · 8 years ago
  50. d44cf29 pci: sh7751: fix up PCI I/O space address by Vladimir Zapolskiy · 8 years ago
  51. c476215 pci: Move CONFIG_PCI_PNP to Kconfig by Bin Meng · 8 years ago
  52. af27382 drivers/pci/Kconfig: Add PCI by Tom Rini · 8 years ago
  53. df87e6b libfdt: Sync fdt_for_each_subnode() with upstream by Simon Glass · 8 years ago
  54. 5f6ad02 vbe: Make vbe_setup_video_priv() public by Bin Meng · 8 years ago
  55. f0920e4 dm: video: Output verbose information in vbe_setup_video() by Bin Meng · 8 years ago
  56. ee87ee8 dm: video: Add driver-model support to vesa graphics by Simon Glass · 8 years ago
  57. 1221ce4 treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · 8 years ago
  58. 65f62b1 pci: Flip condition for detecting non-PCI parent devices by Paul Burton · 8 years ago
  59. a29e45a pci: xilinx: Add a driver for Xilinx AXI to PCIe bridge by Paul Burton · 8 years ago
  60. bbc5b36 pci: tegra: port to standard clock/reset/pwr domain APIs by Stephen Warren · 8 years ago
  61. 4711e7f Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 8 years ago
  62. ec21aee pci: allow disabling of pci init/enum via env by Tim Harvey · 8 years ago
  63. 9119548 dm: Use dm_scan_fdt_dev() directly where possible by Simon Glass · 8 years ago
  64. 2e3f1ff dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev() by Simon Glass · 8 years ago
  65. a32b4a0 pcie_imx: increment timeout for link up by Stefano Babic · 8 years ago
  66. f698baa pci: Add board_ prefix to should_load_oprom() and make it weak by Bin Meng · 8 years ago
  67. c0aea6b pci: Make load_oprom and run_oprom independent by Bin Meng · 8 years ago
  68. b45dd66 pci: Remove CONFIG_ALWAYS_LOAD_OPROM by Bin Meng · 8 years ago
  69. f39a6a3 pci: tegra: actually program REFCLK_CFG* on recent SoCs by Stephen Warren · 8 years ago
  70. 3cfc6be pci: tegra: correctly program PADS_REFCLK registers by Stephen Warren · 8 years ago
  71. 3378727 pcie/layerscape: fix bug in bus number computation when setting msi-map by Bogdan Purcareata · 8 years ago
  72. cf63084 pci: Drop CONFIG_SYS_SCSI_SCAN_BUS_REVERSE by Simon Glass · 8 years ago
  73. f5c6db8 pci: tegra: fix DM conversion issues on Tegra20 by Stephen Warren · 8 years ago
  74. 6d9f5b0 pci: Device scanning range fix by Yoshinori Sato · 8 years ago
  75. 5e8e27b pci/layerscape: set LUT and msi-map for discovered PCI devices by Stuart Yoder · 9 years ago
  76. 2d97fbb armv8: ls2080a: remove obsolete stream ID partitioning support by Stuart Yoder · 9 years ago
  77. 4974a6f pci: Correct a few comments and nits by Simon Glass · 9 years ago
  78. 319dba1 pci: Add functions to update PCI configuration registers by Simon Glass · 9 years ago
  79. 02c80a0 dm: pci: Break out the common region display code by Simon Glass · 9 years ago
  80. 3f603cb dm: Use uclass_first_device_err() where it is useful by Simon Glass · 9 years ago
  81. 6796704 pci: Fix compiler warnings in dm_pciauto_setup_device() by Bin Meng · 9 years ago
  82. ed48899 pci_rom: fix may be used uninitialized warning by Andreas Bießmann · 9 years ago
  83. 8a36287 Merge git://git.denx.de/u-boot-dm by Tom Rini · 9 years ago
  84. e578b92 Implement "pci enum" command for CONFIG_DM_PCI by Stephen Warren · 9 years ago
  85. 82d72a1 Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · 9 years ago
  86. dfa71e9 tegra: Report errors from PCI init by Simon Glass · 9 years ago
  87. 7282672 dm: pci: Convert bios_emu to use the driver model PCI API by Simon Glass · 9 years ago
  88. 4439bc3 dm: pci: Avoid using pci_bus_to_hose() in the uclass by Simon Glass · 9 years ago
  89. 9d731c8 dm: pci: Add a function to write a BAR by Simon Glass · 9 years ago
  90. a6eb93b dm: pci: Move pci_bus_to_hose() to compatibility by Simon Glass · 9 years ago
  91. 55616b8 pci_rom.c: Fix may be used uninitialized warning by Tom Rini · 9 years ago
  92. d830b15 dm: pci: Avoid a memory leak when allocating the ROM by Simon Glass · 9 years ago
  93. f19345b dm: pci: Add a 'fall through' comment by Simon Glass · 9 years ago
  94. 9a04527 drivers/pci/pci_mvebu: Fix for boards with X4 lanes by Phil Sutter · 9 years ago
  95. 1113146 drivers/pci: Fix for debug builds without CONFIG_PCI_ENUM_ONLY by Phil Sutter · 9 years ago
  96. 8bd4252 pci: Tidy up comments in pci_bind_bus_devices() by Simon Glass · 9 years ago
  97. 7e78b9e dm: pci: Switch to DM API for PCI address mapping by Simon Glass · 9 years ago
  98. 21d1fe7 dm: pci: Add driver model API functions for address mapping by Simon Glass · 9 years ago
  99. 170366c dm: pci: Drop the old version of pci_find_class() by Simon Glass · 9 years ago
  100. 0fe9cb0 dm: pci: Drop the old version of pci_find_device/s() by Simon Glass · 9 years ago