1. 2105cd0 fdt_support: Remove FDT_STATUS_FAIL_ERROR_CODE by Marek Behún · 2 years, 11 months ago
  2. 4f2e228 RFC: arm: pci: Add PCI cam support to PCI-E ecam driver by Alistair Delva · 3 years ago
  3. a4bc38d pci: Add standard PCIe ECAM macros by Pali Rohár · 3 years ago
  4. 1e72ad6 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq by Tom Rini · 3 years ago WIP/11Nov2021
  5. cbf0d3a pci: pci_mvebu: Use global MBUS_PCI_MEM_SIZE macro by Pali Rohár · 3 years ago
  6. be38416 pci: layerscape: Fix the LUT and msi-map mismatch issue by Hou Zhiqiang · 3 years ago
  7. e10da1f pci: layerscape: add official ls1028a binding support by Michael Walle · 3 years ago
  8. 57fa6fb arm: a37xx: pci: Program the data strobe for config read requests by Pali Rohár · 3 years ago
  9. 03a8a5e pci: pci_mvebu: Fix comment about driver class name by Pali Rohár · 3 years ago
  10. 2344a76 pci: pci_mvebu: Setup PCI controller to Root Complex mode by Pali Rohár · 3 years ago
  11. 42ab3b3 pci: pci_mvebu: Do not automatically enable bus mastering on PCI Bridge by Pali Rohár · 3 years ago
  12. 79b4eb2 pci: pci_mvebu: Fix place of link up detection by Pali Rohár · 3 years ago
  13. 452f2e7 pci: pci_mvebu: Remove unused functions by Pali Rohár · 3 years ago
  14. a7b61ab pci: pci_mvebu: Properly configure and use PCI Bridge (PCIe Root Port) by Pali Rohár · 3 years ago
  15. 657177a pci: pci_mvebu: Fix read_config() with PCI_SIZE_8 or PCI_SIZE_16 by Pali Rohár · 3 years ago
  16. daa9bfd pci: pci_mvebu: Fix write_config() with PCI_SIZE_8 or PCI_SIZE_16 by Pali Rohár · 3 years ago
  17. bd4064f arm: a37xx: pci: Fix condition for CRS response by Pali Rohár · 3 years ago
  18. aaddce0 arm: a37xx: pci: Do not allow setting bars on PCI Bridge by Pali Rohár · 3 years ago
  19. c3aea68 pci: Fix printf format for regions by Pali Rohár · 3 years, 1 month ago
  20. c7cd6f7 pci: Fix configuring BARs by Pali Rohár · 3 years, 1 month ago
  21. 63ae80d pci: Skip configuring invalid P2P bridge devices by Pali Rohár · 3 years, 1 month ago
  22. b9caab8 pci: Skip configuring PCI Rom Address for unsupported header types by Pali Rohár · 3 years, 1 month ago
  23. 8247c90 arm: a37xx: pci: Update private structure documentation by Marek Behún · 3 years, 1 month ago
  24. 96a3c98 arm: a37xx: pci: Cosmetic change by Marek Behún · 3 years, 1 month ago
  25. 1d7ad68 arm: a37xx: pci: Handle propagation of CRSSVE bit from PCIe Root Port by Pali Rohár · 3 years, 1 month ago
  26. 95e101e arm: a37xx: pci: Do not automatically enable bus mastering on PCI Bridge by Pali Rohár · 3 years, 1 month ago
  27. cb05600 arm: a37xx: pci: Add support for accessing PCI Bridge on root bus by Pali Rohár · 3 years, 1 month ago
  28. 6b2771c arm: a37xx: pci: Fix pcie_advk_link_up() by Pali Rohár · 3 years, 1 month ago
  29. d6c1036 pci: pcie_dw_meson: fix usb fail when pci link fails to go up by Neil Armstrong · 3 years, 2 months ago
  30. 903d8ed pci: pcie_layerscape_fixup_common: lx2_board_fix_fdt can be static by Vladimir Oltean · 3 years, 1 month ago
  31. 0cab66c pci: pcie_layerscape_fixup_common: include fdt_support.h for ft_pci_setup by Vladimir Oltean · 3 years, 1 month ago
  32. c67930e pci: layerscape: ls_pcie_conf_address can be static by Vladimir Oltean · 3 years, 1 month ago
  33. 8101a40 pci: _dm_pci_phys_to_bus can be static by Vladimir Oltean · 3 years, 1 month ago
  34. 1512ac1 pci: pci_read_config can be static by Vladimir Oltean · 3 years, 1 month ago
  35. f98aa78 pci: pci_write_config can be static by Vladimir Oltean · 3 years, 1 month ago
  36. 7f76084 pci: include pci_internal.h inside pci_auto.c by Vladimir Oltean · 3 years, 1 month ago
  37. 0cf207e WS cleanup: remove SPACE(s) followed by TAB by Wolfgang Denk · 3 years, 1 month ago WIP/2021-09-30-whitespace-cleanups
  38. 2348e72 dm: pci: Fix handling of errors when scanning device by Pali Rohár · 3 years, 2 months ago
  39. 8e85f36 pci: Fix configuring io/memory base and limit registers of PCI bridges by Pali Rohár · 3 years, 1 month ago WIP/2021-09-23-assorted-updates
  40. 36f890f pci: Fix mismerge with v2021.10-rc4 by Tom Rini · 3 years, 1 month ago
  41. 6674eda Merge tag 'v2021.10-rc4' into next by Tom Rini · 3 years, 1 month ago
  42. 3232bdf pci: Drop DM_PCI by Simon Glass · 3 years, 3 months ago
  43. 23cacd5 pci: Drop PCI_INDIRECT_BRIDGE by Simon Glass · 3 years, 3 months ago
  44. 157bc52 arm: a37xx: pci: Don't spam about PIO Response Status by Marek Behún · 3 years, 2 months ago
  45. d9ac6e2 arm: a37xx: pci: Implement re-issuing config requests on CRS response by Pali Rohár · 3 years, 2 months ago
  46. 758262b arm: a37xx: pci: Disable returning CRS response by Pali Rohár · 3 years, 2 months ago
  47. 2cb3260 pci: iproc: fix compilation errors and warnings by Bharat Gooty · 3 years, 2 months ago
  48. b4c2c15 Kconfig: Remove all default n/no options by Michal Simek · 3 years, 2 months ago
  49. 4cd61c4 arm: a37xx: pci: Fix handling PIO config error responses by Pali Rohár · 3 years, 3 months ago
  50. 22137b8 pci: ppc: Drop ftpci100 driver by Simon Glass · 3 years, 3 months ago
  51. 2d88b26 pci: imx: Drop use of DM_PCI by Simon Glass · 3 years, 3 months ago
  52. 0019e5e pci: msc01: Drop use of DM_PCI by Simon Glass · 3 years, 3 months ago
  53. 4afab72 pci: gt64120: Drop use of DM_PCI by Simon Glass · 3 years, 3 months ago
  54. 26221dc pci: Drop DM_PCI check from pci_common by Simon Glass · 3 years, 3 months ago
  55. ac9fa57 pci: Require DM_PCI by Tom Rini · 3 years, 5 months ago
  56. 8bee3a3 pci: msc01: convert to driver model by Daniel Schwierzeck · 3 years, 3 months ago
  57. 201d49d pci: gt64120: convert to driver model by Daniel Schwierzeck · 3 years, 3 months ago
  58. a45343a dm: pci: add option to map virtual system memory base address by Daniel Schwierzeck · 3 years, 3 months ago
  59. d5dbc66 Merge tag 'u-boot-imx-20210717' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 3 years, 3 months ago
  60. d3fc3da Merge https://source.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · 3 years, 3 months ago WIP/15Jul2021
  61. f5cbb5c x86: pci: Allow binding of some devices before relocation by Simon Glass · 3 years, 4 months ago
  62. e58f3a7 pci: Use const for pci_find_device_id() etc. by Simon Glass · 3 years, 4 months ago
  63. 960d459 arm: a37xx: pci: Fix typo in comment by Pali Rohár · 3 years, 4 months ago
  64. a831495 arm: a37xx: pci: Extend validation for PCIe resources and oubound windows by Pali Rohár · 3 years, 4 months ago
  65. e22c256 pci: uniphier: Add UniPhier PCIe controller driver by Kunihiko Hayashi · 3 years, 4 months ago
  66. c1f6fd2 pci: imx: use reset-gpios if defined by device-tree by Tim Harvey · 3 years, 4 months ago
  67. 6843862 ppc: Remove caddy2 / vme8349 boards by Tom Rini · 3 years, 5 months ago
  68. 7e58a3a Merge tag 'dm-pull-6jul21' of https://source.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 3 years, 4 months ago
  69. 3296d52 pci: synquacer: Add SynQuacer ECAM based PCIe driver by Masami Hiramatsu · 3 years, 5 months ago
  70. 2f7dddc dm: pci: Skip setting VGA bridge bits if parent device is the host bus by Masami Hiramatsu · 3 years, 5 months ago
  71. b953ec2 dm: define LOG_CATEGORY for all uclass by Patrick Delaunay · 3 years, 6 months ago
  72. 6d0453d Merge tag 'v2021.07-rc5' into next by Tom Rini · 3 years, 4 months ago
  73. 88647f0 pci: pcie_dw_rockchip: Replace msleep occurences by udelay by Anand Moon · 3 years, 5 months ago
  74. 290686f pci: pcie_dw_rockchip: Drop the unused variable warning by Anand Moon · 3 years, 5 months ago
  75. a122d3a pci: pcie_dw_rockchip: Fixed the below compilation error by Anand Moon · 3 years, 5 months ago
  76. 8e221b4 pci: layerscape-ep: Add check of the PCIe controller enablement by Hou Zhiqiang · 3 years, 5 months ago
  77. b321722 arm: a37xx: pci: Fix configuring PCIe resources by Pali Rohár · 3 years, 5 months ago
  78. a544d65 arm: a37xx: pci: Fix DT compatible string to Linux' DT compatible by Pali Rohár · 3 years, 5 months ago
  79. 7b85aef arm: a37xx: pci: Disable bus mastering when unloading driver by Pali Rohár · 3 years, 5 months ago
  80. 127dbec arm: a37xx: pci: Don't put link into LTSSM Recovery state during probe by Pali Rohár · 3 years, 5 months ago
  81. d7da718 drivers: pci: pcie_dw_common: fix Werror compilation error by Green Wan · 3 years, 5 months ago
  82. 416395c drivers: pci: add pcie support for fu740 by Green Wan · 3 years, 5 months ago
  83. 1fde894 pcie: designware: mvebu: do not configure ATU for IO when not used by Marcin Wojtas · 3 years, 6 months ago
  84. dd8c324 pci: imx: disable imx6sdl LTSSM upon driver remove by Tim Harvey · 3 years, 6 months ago
  85. cecd013 pci: pci-uclass: Add board_pci_fixup_dev for DM_PCI by Tim Harvey · 3 years, 6 months ago
  86. 19e1b8d pci: Update the highest subordinate bus number for bridge setup by Masami Hiramatsu · 3 years, 6 months ago
  87. eccbd4a arm: a37xx: pci: Fix processing PIO transfers by Pali Rohár · 3 years, 6 months ago
  88. 98dabb3 mips: octeon: Add Octeon PCIe host controller driver by Stefan Roese · 3 years, 7 months ago
  89. 2c32c70 pci: add Amlogic Meson Designware PCIe controller by Neil Armstrong · 3 years, 7 months ago
  90. c90f3d0 pci: pcie_dw_rockchip: migrate to common Designware PCIe functions by Neil Armstrong · 3 years, 7 months ago
  91. 1a03182 pci: pcie_dw_ti: migrate to common Designware PCIe functions by Neil Armstrong · 3 years, 7 months ago
  92. dfadb94 pci: add common Designware PCIe functions by Neil Armstrong · 3 years, 7 months ago
  93. a62de44 pci: Mark 64bit Memory BARs as such by Phil Sutter · 3 years, 8 months ago
  94. 1057b1b Merge tag 'v2021.04-rc5' into next by Tom Rini · 3 years, 7 months ago WIP/29Mar2021-next
  95. bcac361 video: Fix video on coreboot with the copy buffer by Simon Glass · 3 years, 7 months ago
  96. ae5cbc4 pci: layerscape: Change to allocate zeroed memery for struct ls_pcie by Hou Zhiqiang · 3 years, 8 months ago
  97. 2fa30d0 arm: a37xx: pci: Implement workaround for the readback value of VEND_ID by Pali Rohár · 3 years, 8 months ago
  98. 8461ee5 pci: mpc85xx: Support 64-bit bus and cpu address by Bin Meng · 3 years, 8 months ago
  99. 03ff970 pci: mpc85xx: Support controller register physical address beyond 32-bit by Bin Meng · 3 years, 8 months ago
  100. 5a40f5c pci: mpc85xx: Wrap LAW programming with CONFIG_FSL_LAW by Bin Meng · 3 years, 8 months ago