1. 3bf6152 pci: Range check address conversions by Andrew Scull · 2 years, 7 months ago
  2. cb06f0e pci: Check region ranges are addressable by Andrew Scull · 2 years, 7 months ago
  3. 30d338d pci: Fix use of flags in dm_pci_map_bar() by Andrew Scull · 2 years, 7 months ago
  4. 8b79e08 pci: Fix setting controller's last_busno by Pali Rohár · 2 years, 10 months ago
  5. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 10 months ago
  6. 4fb6599 pci: Skip configuring invalid P2P bridge devices by Pali Rohár · 3 years, 2 months ago
  7. 86fa8b0 pci: _dm_pci_phys_to_bus can be static by Vladimir Oltean · 3 years, 2 months ago
  8. 69c5f8a pci: pci_read_config can be static by Vladimir Oltean · 3 years, 2 months ago
  9. 278a5b5 pci: pci_write_config can be static by Vladimir Oltean · 3 years, 2 months ago
  10. a8a520d dm: pci: Fix handling of errors when scanning device by Pali Rohár · 3 years, 3 months ago
  11. f59925e dm: pci: add option to map virtual system memory base address by Daniel Schwierzeck · 3 years, 4 months ago
  12. 8807a56 x86: pci: Allow binding of some devices before relocation by Simon Glass · 3 years, 5 months ago
  13. 3f7dc6e pci: Use const for pci_find_device_id() etc. by Simon Glass · 3 years, 5 months ago
  14. 4aab306 Merge tag 'dm-pull-6jul21' of https://source.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 3 years, 5 months ago
  15. 7ccdc67 dm: pci: Skip setting VGA bridge bits if parent device is the host bus by Masami Hiramatsu · 3 years, 6 months ago
  16. 8131335 dm: define LOG_CATEGORY for all uclass by Patrick Delaunay · 3 years, 7 months ago
  17. 4c57bf7 pci: pci-uclass: Add board_pci_fixup_dev for DM_PCI by Tim Harvey · 3 years, 7 months ago
  18. ff02245 pci: Update the highest subordinate bus number for bridge setup by Masami Hiramatsu · 3 years, 7 months ago
  19. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
  20. e353edb common: board_r: Drop initr_pci wrapper by Ovidiu Panait · 4 years ago
  21. f1d50f7 dm: core: Use dev_has_ofnode() instead of dev_of_valid() by Simon Glass · 4 years ago
  22. 5e34992 dm: core: Rename sqq to seq_ by Simon Glass · 4 years ago
  23. 9558862 dm: Use access methods for dev/uclass private data by Simon Glass · 4 years ago
  24. b941f56 dm: core: Update uclass_find_next_free_req_seq() for new scheme by Simon Glass · 4 years ago
  25. be70610 pci: Update to use new sequence numbers by Simon Glass · 4 years ago
  26. 75e534b dm: Avoid accessing seq directly by Simon Glass · 4 years ago
  27. b75b15b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 4 years ago
  28. 33b2efb dm: treewide: Update 'auto' declarations to be on one line by Simon Glass · 4 years ago
  29. aad29ae dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · 4 years ago
  30. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 4 years ago
  31. 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 4 years ago
  32. 884870f dm: core: Rename device_bind_ofnode() to device_bind() by Simon Glass · 4 years ago
  33. bbc8846 CONFIG_NR_DRAM_BANKS: Remove unreferenced code as its always defined by Stefan Roese · 4 years, 3 months ago
  34. f8c8628 pci: pci-uclass: Check validity of ofnode by Suneel Garapati · 4 years, 7 months ago
  35. a99a5eb pci: pci-uclass: Add support for Alternate-RoutingID capability by Suneel Garapati · 5 years ago
  36. 5858ba8 pci: pci-uclass: Add VF BAR map support for Enhanced Allocation by Suneel Garapati · 5 years ago
  37. 13822f7 pci: pci-uclass: Add support for Single-Root I/O Virtualization by Suneel Garapati · 5 years ago
  38. 1b9c44e pci: pci-uclass: Add support for Enhanced Allocation in Bridges by Suneel Garapati · 5 years ago
  39. 3ac3aec pci: pci-uclass: Add multi entry support for memory regions by Suneel Garapati · 5 years ago
  40. cb7093d pci: pci-uclass: Make DT subnode parse optional by Suneel Garapati · 5 years ago
  41. 47f1962 pci: pci-uclass: Fix incorrect argument in map_physmem by Suneel Garapati · 5 years ago
  42. 950864f pci: pci-uclass: Dynamically allocate the PCI regions by Stefan Roese · 4 years, 4 months ago
  43. 1b7573c pci: pci-uclass: Remove #ifdef CONFIG_NR_DRAM_BANKS as its always set by Stefan Roese · 4 years, 4 months ago
  44. cdc7ed3 drivers: pci: add api to get dma regions by Rayagonda Kokatanur · 4 years, 7 months ago
  45. f7ed78b treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · 4 years, 5 months ago
  46. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 7 months ago
  47. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  48. 9758973 common: Drop init.h from common header by Simon Glass · 4 years, 7 months ago
  49. bd165e7 pci: Avoid auto-config when chain loading by Simon Glass · 4 years, 7 months ago
  50. 71fafd1 pci: Adjust dm_pci_read_bar32() to return errors correctly by Simon Glass · 4 years, 8 months ago
  51. f3005fb dm: pci: Allow disabling auto-config for a device by Simon Glass · 4 years, 8 months ago
  52. 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 10 months ago
  53. c92aac1 dm: pci: Update a few more interfaces for const udevice * by Simon Glass · 4 years, 10 months ago
  54. 2a311e8 dm: pci: Update the PCI read_config() method to const dev * by Simon Glass · 4 years, 10 months ago
  55. 1c6449c pci: Print a warning if the bus is accessed before probing by Simon Glass · 5 years ago
  56. 0b591e0 dm: pci: Move pci_get_devfn() into a common file by Simon Glass · 5 years ago
  57. 68e35a7 dm: pci: Allow delaying auto-config until after relocation by Simon Glass · 5 years ago
  58. 2e21f37 drivers: pci: ignore disabled devices by Michael Walle · 5 years ago
  59. c14bf41 pci: Disable autoconfig in SPL by Simon Glass · 5 years ago
  60. 25916d6 pci: Show the result of binding a device by Simon Glass · 5 years ago
  61. ef8a2dd x86: fsp: Create a common fsp_support.h header by Simon Glass · 5 years ago
  62. 6c34fc1 x86: Rename existing FSP code to fsp1 by Simon Glass · 5 years ago
  63. 5df208d pci: ensure enumeration of all devices in pci_init by Marek Behún · 6 years ago
  64. 09467d3 drivers: pci: add API to issue FLR on a PCI function if supported by Alex Marginean · 5 years ago
  65. 1c934a6 drivers: pci: add map_bar support for Enhanced Allocation by Alex Marginean · 5 years ago
  66. adf0d99 pci: Add boundary check for hose->regions by Thierry Reding · 6 years ago
  67. dcc5820 Merge git://git.denx.de/u-boot-marvell by Tom Rini · 6 years ago
  68. a74eb55 pci: Add pci_get_devfn() to extract devfn from the fdt_pci_addr by Stefan Roese · 6 years ago
  69. fb862b05 dm/pci: Change the first CFG read to Vendor ID in enumeration by Hou Zhiqiang · 6 years ago
  70. 631f348 dm: pci: Add APIs to find next capability and extended capability by Bin Meng · 6 years ago
  71. b453579 pci: Support parsing PCI controller DT subnodes by Marek Vasut · 6 years ago
  72. c7570a3 Remove <inttypes.h> includes and PRI* usages in printf() entirely by Masahiro Yamada · 6 years ago
  73. a7366f0 dm: pci: Add APIs to find capability and extended capability by Bin Meng · 6 years ago
  74. a8d2780 dm: pci: Assign correct driver data when binding a driver by Bin Meng · 6 years ago
  75. 20bdc1e dm: pci: Fix scanning multi-function device by Bin Meng · 6 years ago
  76. 00d808e dm: pci: Extract vendor/device id in child_post_bind() by Bin Meng · 6 years ago
  77. 7241f80 dm: pci: Use a 1:1 mapping for bus <-> phy addresses by Christian Gmeiner · 6 years ago
  78. 5f4e094 dm: pci: Make ranges dt property optional by Christian Gmeiner · 6 years ago
  79. c307e17 PCI: dm: Ignore 64-bit memory regions if CONFIG_SYS_PCI_64BIT not set by Tuomas Tynkkynen · 7 years ago
  80. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  81. 6d53207 dm: pci: Avoid setting a PCI region that has 0 size by Bin Meng · 7 years ago
  82. ae0bdde dm: pci: Check board information pointer in decode_regions() by Bin Meng · 7 years ago
  83. 9c5df38 pci: Fix decode regions for memory banks by Bernhard Messerklinger · 7 years ago
  84. 8cce4cf pci: Add helper for implementing memory-mapped config space accesses by Tuomas Tynkkynen · 7 years ago
  85. 9cf85cb dm: ofnode: rename ofnode_read_prop() to ofnode_get_property() by Masahiro Yamada · 7 years ago
  86. 4191dc1 dm: core: Add functions to obtain node's address/size cells by Simon Glass · 7 years ago
  87. 89d8323 dm: pci: Update uclass to support livetree by Simon Glass · 8 years ago
  88. a89009c pci: avoid memory leak by xypron.glpk@gmx.de · 8 years ago
  89. d19d061 pci: correct a function description by Hou Zhiqiang · 8 years ago
  90. dd79d6e dm: core: Replace of_offset with accessor by Simon Glass · 8 years ago
  91. e3b106d pci: Flip condition for detecting non-PCI parent devices by Paul Burton · 8 years ago
  92. 1823034 dm: Use dm_scan_fdt_dev() directly where possible by Simon Glass · 8 years ago
  93. 09128c5 dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev() by Simon Glass · 8 years ago
  94. 1e3bce2 pci: Device scanning range fix by Yoshinori Sato · 9 years ago
  95. 0d0f831 pci: Correct a few comments and nits by Simon Glass · 9 years ago
  96. 9cec2df pci: Add functions to update PCI configuration registers by Simon Glass · 9 years ago
  97. c7298e7 dm: Use uclass_first_device_err() where it is useful by Simon Glass · 9 years ago
  98. 04eb269 Implement "pci enum" command for CONFIG_DM_PCI by Stephen Warren · 9 years ago
  99. e2b6b56 dm: pci: Add a function to write a BAR by Simon Glass · 9 years ago
  100. 2e4e443 dm: pci: Move pci_bus_to_hose() to compatibility by Simon Glass · 9 years ago