1. a133e21 dm: core: Update uclass_find_next_free_req_seq() for new scheme by Simon Glass · 4 years, 1 month ago
  2. 42f3663 pci: Update to use new sequence numbers by Simon Glass · 4 years, 1 month ago
  3. 8b85dfc dm: Avoid accessing seq directly by Simon Glass · 4 years, 1 month ago
  4. 8a8d24b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 4 years, 2 months ago
  5. b012ff1 dm: treewide: Update 'auto' declarations to be on one line by Simon Glass · 4 years, 2 months ago
  6. d1998a9 dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · 4 years, 2 months ago
  7. c69cda2 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 4 years, 2 months ago
  8. caa4daa dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 4 years, 2 months ago
  9. 41575d8 dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 4 years, 2 months ago
  10. 734206d dm: core: Rename device_bind_ofnode() to device_bind() by Simon Glass · 4 years, 2 months ago
  11. 0205beb dm: pci: fsl: Correct the workaround of erratum A-007815 by Hou Zhiqiang · 4 years, 3 months ago
  12. 2a5bbb1 pci: layerscape: add a way of specifying additional iommu mappings by Laurentiu Tudor · 4 years, 4 months ago
  13. f4cd963 pci: layerscape: move pci node search in a common function by Laurentiu Tudor · 4 years, 4 months ago
  14. 1f46e67 pci: layerscape: move per-pci device fdt fixup in a function by Laurentiu Tudor · 4 years, 3 months ago
  15. b7e7831 Merge branch 'next' by Tom Rini · 4 years, 4 months ago
  16. 253388a Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq by Tom Rini · 4 years, 4 months ago
  17. 8ec619f pci: layerscape: Fixup PCIe EP mode DT nodes for LX2160A rev2 by Hou Zhiqiang · 4 years, 4 months ago
  18. 5f50b88 arm64: a37xx: pci: Disable link training when unloading driver by Pali Rohár · 4 years, 4 months ago
  19. b7585aa pci: layerscape: Fix spurious writes and panic by Michael Walle · 4 years, 6 months ago
  20. 9250d0b PCI: mediatek: Release the resource when PCIe enable port fail by Chuanjia Liu · 4 years, 5 months ago
  21. df85e95 PCI: mediatek: Release the resource when PCIe enable port fail by Chuanjia Liu · 4 years, 5 months ago
  22. 314b9b4 Merge branch 'remove-config-nr-dram-banks-v9-2020-08-26' of https://gitlab.denx.de/u-boot/custodians/u-boot-marvell into next by Tom Rini · 4 years, 4 months ago
  23. 835d969 arm64: a37xx: pci: Depends on DM_GPIO by Pali Rohár · 4 years, 5 months ago
  24. 828d326 arm64: a37xx: pci: Assert PERST# signal when unloading driver by Pali Rohár · 4 years, 5 months ago
  25. 563b85b arm64: a37xx: pci: Make PCIe Reset GPIO DT compatible with Linux kernel DT by Pali Rohár · 4 years, 5 months ago
  26. a261fdc pci: kconfig: Setup proper dependency for PCIE_ROCKCHIP by Michal Simek · 4 years, 5 months ago
  27. dfaf6a5 CONFIG_NR_DRAM_BANKS: Remove unreferenced code as its always defined by Stefan Roese · 4 years, 5 months ago
  28. 638d705 pci: Add PCI controller driver for OcteonTX / TX2 by Suneel Garapati · 5 years ago
  29. f0c3692 pci: pci-uclass: Check validity of ofnode by Suneel Garapati · 4 years, 9 months ago
  30. a3fac3f pci: pci-uclass: Add support for Alternate-RoutingID capability by Suneel Garapati · 5 years ago
  31. 51eeae9 pci: pci-uclass: Add VF BAR map support for Enhanced Allocation by Suneel Garapati · 5 years ago
  32. b8852dc pci: pci-uclass: Add support for Single-Root I/O Virtualization by Suneel Garapati · 5 years ago
  33. 636cc17 pci: pci-uclass: Add support for Enhanced Allocation in Bridges by Suneel Garapati · 5 years ago
  34. 4cf56ec pci: pci-uclass: Add multi entry support for memory regions by Suneel Garapati · 5 years ago
  35. bc30140 pci: pci-uclass: Make DT subnode parse optional by Suneel Garapati · 5 years ago
  36. b3699a1 pci: pci-uclass: Fix incorrect argument in map_physmem by Suneel Garapati · 5 years ago
  37. e002474 pci: pci-uclass: Dynamically allocate the PCI regions by Stefan Roese · 4 years, 6 months ago
  38. 3b7cd26 pci: pci-uclass: Remove #ifdef CONFIG_NR_DRAM_BANKS as its always set by Stefan Roese · 4 years, 6 months ago
  39. 91ee45d PCI: mediatek: Add PCIe support for MT7622 by Chuanjia Liu · 4 years, 5 months ago
  40. 4848704 drivers: pcie: add Broadcom IPROC PCIe RC driver by Srinath Mannam · 4 years, 8 months ago
  41. 143eb5b drivers: pci: add api to get dma regions by Rayagonda Kokatanur · 4 years, 8 months ago
  42. 51a4a85 pci: Drop dm.h inclusion from header file by Simon Glass · 4 years, 6 months ago
  43. ed188aa pci: layerscape: Add specific config entry for RC and EP mode driver by Hou Zhiqiang · 4 years, 6 months ago
  44. 4085e3a pci_ep: layerscape: Add the PCIe EP mode support for lx2160a-v2 by Xiaowei Bao · 4 years, 6 months ago
  45. 80b5a66 pci: layerscape: Modify the ls_pcie_dump_atu function by Xiaowei Bao · 4 years, 6 months ago
  46. 83bf32e pci_ep: layerscape: Add the SRIOV VFs of PF support by Xiaowei Bao · 4 years, 6 months ago
  47. 78c56b2 pci_ep: layerscape: Add Support for ls2085a and ls2080a EP mode by Xiaowei Bao · 4 years, 6 months ago
  48. 15ce1fa pci_ep: layerscape: Add the workaround for errata A-009460 by Xiaowei Bao · 4 years, 6 months ago
  49. c5174a5 pcie_ep: layerscape: Add the multiple function support by Xiaowei Bao · 4 years, 6 months ago
  50. 118e58e pci: layerscape: Split the EP and RC driver by Xiaowei Bao · 4 years, 6 months ago
  51. ad415c8 pci: rockchip: Drop legacy PHY driver by Jagan Teki · 4 years, 6 months ago
  52. ce920e0 pci: rockchip: Switch to generic-phy by Jagan Teki · 4 years, 6 months ago
  53. b75d8dc treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · 4 years, 7 months ago
  54. 3113c84 Merge tag 'rpi-next-2020.10' of https://gitlab.denx.de/u-boot/custodians/u-boot-raspberrypi by Tom Rini · 4 years, 6 months ago
  55. 7b1c3f6 pci: Add driver for Broadcom BCM2711 SoC PCIe controller by Sylwester Nawrocki · 4 years, 8 months ago
  56. b6687e1 pci: Move some PCIe register offset definitions to a common header by Sylwester Nawrocki · 4 years, 8 months ago
  57. 0938767 video: pci: Set up the copy framebuffer by Simon Glass · 4 years, 7 months ago
  58. 8214791 pci: rockchip: Mark inline functions as static inline by Tom Rini · 4 years, 7 months ago
  59. dbc5e28 pci: Make Rockchip PCIe voltage regulators optional by Mark Kettenis · 4 years, 8 months ago
  60. 89f2fa0 pci: Add Rockchip PCIe PHY controller driver by Jagan Teki · 4 years, 9 months ago
  61. 99d5906 pci: Add Rockchip PCIe controller driver by Jagan Teki · 4 years, 9 months ago
  62. cd93d62 common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 8 months ago
  63. c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 8 months ago
  64. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 8 months ago
  65. 691d719 common: Drop init.h from common header by Simon Glass · 4 years, 8 months ago
  66. 52f2423 common: Drop bootstage.h from common header by Simon Glass · 4 years, 8 months ago
  67. 18138ab rename symbol: CONFIG_TEGRA -> CONFIG_ARCH_TEGRA by Trevor Woerner · 4 years, 9 months ago
  68. f1f4438 pci: Avoid auto-config when chain loading by Simon Glass · 4 years, 9 months ago
  69. 3cabcf9 x86: Move acpi_s3.h to include/acpi/ by Simon Glass · 4 years, 10 months ago
  70. 9ece4b0 pci: Adjust dm_pci_read_bar32() to return errors correctly by Simon Glass · 4 years, 10 months ago
  71. d8c7fb5 dm: pci: Allow disabling auto-config for a device by Simon Glass · 4 years, 10 months ago
  72. f83567e pci-host-ecam-generic: access config space independent of system-wide bus id by Vladimir Oltean · 4 years, 10 months ago
  73. 336d461 dm: core: Create a new header file for 'compat' features by Simon Glass · 5 years ago
  74. 61b29b8 dm: core: Require users of devres to include the header by Simon Glass · 5 years ago
  75. 194fca9 dm: pci: Update a few more interfaces for const udevice * by Simon Glass · 5 years ago
  76. c4e72c4 dm: pci: Update the PCI read_config() method to const dev * by Simon Glass · 5 years ago
  77. 9c2969e pci: layerscape: device tree fixup based on SoC and by Wasim Khan · 5 years ago
  78. d20eb7a pci: layerscape: Move streamId allocation to common device tree fixup by Wasim Khan · 5 years ago
  79. 1185b22 pci: layerscape: Common device tree fixup for NXP SoCs by Wasim Khan · 5 years ago
  80. 282d992 pci: layerscape: Fix the BARs disable function by Hou Zhiqiang · 5 years ago
  81. f8203e3 pci: layerscape: Fix the disabling of Expansion ROM BAR by Hou Zhiqiang · 5 years ago
  82. 35a3f87 common: Move ll_boot_init() to init.h by Simon Glass · 5 years ago
  83. 4886287 pci: Print a warning if the bus is accessed before probing by Simon Glass · 5 years ago
  84. d8a3f52 Merge tag 'u-boot-imx-20200107' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 5 years ago
  85. c5773cc pci: imx: Add iMX6SX compatible by Marek Vasut · 5 years ago
  86. 63618e7 pci: layerscape: Manage PCIe EP compatible string via Kconfig by Pankaj Bansal · 5 years ago
  87. ba7c966 pci: layerscape: move PCIE related CONFIG to PCI Kconfig by Pankaj Bansal · 5 years ago
  88. 7cd42728 armv8: lx2160a: Add FSL_PEX_STREAM_ID_END for LX2160A by Wasim Khan · 5 years ago
  89. 0b964b0 pci: layerscape_gen4: Suffix API names with _ls_gen4 by Wasim Khan · 5 years ago
  90. 485304a pci: layerscape: Suffix API names with _ls by Wasim Khan · 5 years ago
  91. c81b1ea pci: layerscape: Add stream_id_cur field to ls_pcie structure by Wasim Khan · 5 years ago
  92. 5ff7b84 drivers/pci : enable pcie_layerscape code for lx2160a rev2 by Wasim Khan · 5 years ago
  93. 6dd4b01 dm: pci: Move pci_get_devfn() into a common file by Simon Glass · 5 years ago
  94. 2206ac2 dm: pci: Allow delaying auto-config until after relocation by Simon Glass · 5 years ago
  95. bcee8d6 dm: gpio: Allow control of GPIO uclass in SPL by Simon Glass · 5 years ago
  96. a6cd597 drivers: pci: ignore disabled devices by Michael Walle · 5 years ago
  97. 923e211 pci: Only link pci_rom.o in some cases by Tom Rini · 5 years ago
  98. 2cf431c common: Move pci_init_board() out of common.h by Simon Glass · 5 years ago
  99. 0b73ef0 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq by Tom Rini · 5 years ago
  100. 05c81d9 pci: layerscape: Only set EP CFG READY bit by Pankaj Bansal · 5 years ago