1. 4954937 dm: treewide: Do not use the return value of simple uclass iterator by Michal Suchanek · 2 years ago
  2. 58ddb93 dm: core: Switch uclass_*_device_err to use uclass_*_device_check by Michal Suchanek · 2 years ago
  3. 5afe93a dm: pci: Fix device PCI iteration by Michal Suchanek · 2 years ago
  4. 8909066 dm: core: Drop ofnode_is_available() by Simon Glass · 2 years, 1 month ago
  5. d9f554b pci: Add checks to prevent config space overflow by Pali Rohár · 2 years, 3 months ago
  6. f2ebaaa pci: Handle failed calloc in decode_regions() by Pierre-Clément Tosi · 2 years, 4 months ago
  7. 3b92018 pci: Add config for Enhanced Allocation by Andrew Scull · 2 years, 5 months ago
  8. 2635e3b pci: Add mask parameter to dm_pci_map_bar() by Andrew Scull · 2 years, 5 months ago
  9. a822d1d pci: Update dm_pci_bus_to_virt() parameters by Andrew Scull · 2 years, 5 months ago
  10. 7739d93 pci: Match region flags using a mask by Andrew Scull · 2 years, 5 months ago
  11. 12507a2 pci: Map bars with offset and length by Andrew Scull · 2 years, 5 months ago
  12. 398dc36 pci: Range check address conversions by Andrew Scull · 2 years, 5 months ago
  13. ec8eba8 pci: Check region ranges are addressable by Andrew Scull · 2 years, 5 months ago
  14. 60f4142 pci: Fix use of flags in dm_pci_map_bar() by Andrew Scull · 2 years, 5 months ago
  15. 8c303bc pci: Fix setting controller's last_busno by Pali Rohár · 2 years, 8 months ago
  16. 185f812 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 8 months ago
  17. 63ae80d pci: Skip configuring invalid P2P bridge devices by Pali Rohár · 3 years ago
  18. 8101a40 pci: _dm_pci_phys_to_bus can be static by Vladimir Oltean · 3 years ago
  19. 1512ac1 pci: pci_read_config can be static by Vladimir Oltean · 3 years ago
  20. f98aa78 pci: pci_write_config can be static by Vladimir Oltean · 3 years ago
  21. 2348e72 dm: pci: Fix handling of errors when scanning device by Pali Rohár · 3 years, 1 month ago
  22. a45343a dm: pci: add option to map virtual system memory base address by Daniel Schwierzeck · 3 years, 2 months ago
  23. f5cbb5c x86: pci: Allow binding of some devices before relocation by Simon Glass · 3 years, 3 months ago
  24. e58f3a7 pci: Use const for pci_find_device_id() etc. by Simon Glass · 3 years, 3 months ago
  25. 7e58a3a Merge tag 'dm-pull-6jul21' of https://source.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 3 years, 3 months ago
  26. 2f7dddc dm: pci: Skip setting VGA bridge bits if parent device is the host bus by Masami Hiramatsu · 3 years, 4 months ago
  27. b953ec2 dm: define LOG_CATEGORY for all uclass by Patrick Delaunay · 3 years, 5 months ago
  28. cecd013 pci: pci-uclass: Add board_pci_fixup_dev for DM_PCI by Tim Harvey · 3 years, 5 months ago
  29. 19e1b8d pci: Update the highest subordinate bus number for bridge setup by Masami Hiramatsu · 3 years, 5 months ago
  30. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 3 years, 11 months ago
  31. b9f6d0f common: board_r: Drop initr_pci wrapper by Ovidiu Panait · 3 years, 10 months ago
  32. 7d14ee4 dm: core: Use dev_has_ofnode() instead of dev_of_valid() by Simon Glass · 3 years, 9 months ago
  33. 2462139 dm: core: Rename sqq to seq_ by Simon Glass · 3 years, 9 months ago
  34. 0fd3d91 dm: Use access methods for dev/uclass private data by Simon Glass · 3 years, 9 months ago
  35. a133e21 dm: core: Update uclass_find_next_free_req_seq() for new scheme by Simon Glass · 3 years, 9 months ago
  36. 42f3663 pci: Update to use new sequence numbers by Simon Glass · 3 years, 9 months ago
  37. 8b85dfc dm: Avoid accessing seq directly by Simon Glass · 3 years, 9 months ago
  38. 8a8d24b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 3 years, 10 months ago
  39. b012ff1 dm: treewide: Update 'auto' declarations to be on one line by Simon Glass · 3 years, 10 months ago
  40. d1998a9 dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · 3 years, 10 months ago
  41. caa4daa dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 3 years, 10 months ago
  42. 41575d8 dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 3 years, 10 months ago
  43. 734206d dm: core: Rename device_bind_ofnode() to device_bind() by Simon Glass · 3 years, 10 months ago
  44. dfaf6a5 CONFIG_NR_DRAM_BANKS: Remove unreferenced code as its always defined by Stefan Roese · 4 years, 1 month ago
  45. f0c3692 pci: pci-uclass: Check validity of ofnode by Suneel Garapati · 4 years, 5 months ago
  46. a3fac3f pci: pci-uclass: Add support for Alternate-RoutingID capability by Suneel Garapati · 5 years ago
  47. 51eeae9 pci: pci-uclass: Add VF BAR map support for Enhanced Allocation by Suneel Garapati · 5 years ago
  48. b8852dc pci: pci-uclass: Add support for Single-Root I/O Virtualization by Suneel Garapati · 5 years ago
  49. 636cc17 pci: pci-uclass: Add support for Enhanced Allocation in Bridges by Suneel Garapati · 5 years ago
  50. 4cf56ec pci: pci-uclass: Add multi entry support for memory regions by Suneel Garapati · 5 years ago
  51. bc30140 pci: pci-uclass: Make DT subnode parse optional by Suneel Garapati · 5 years ago
  52. b3699a1 pci: pci-uclass: Fix incorrect argument in map_physmem by Suneel Garapati · 5 years ago
  53. e002474 pci: pci-uclass: Dynamically allocate the PCI regions by Stefan Roese · 4 years, 2 months ago
  54. 3b7cd26 pci: pci-uclass: Remove #ifdef CONFIG_NR_DRAM_BANKS as its always set by Stefan Roese · 4 years, 2 months ago
  55. 143eb5b drivers: pci: add api to get dma regions by Rayagonda Kokatanur · 4 years, 4 months ago
  56. b75d8dc treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · 4 years, 3 months ago
  57. c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 5 months ago
  58. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 5 months ago
  59. 691d719 common: Drop init.h from common header by Simon Glass · 4 years, 5 months ago
  60. f1f4438 pci: Avoid auto-config when chain loading by Simon Glass · 4 years, 5 months ago
  61. 9ece4b0 pci: Adjust dm_pci_read_bar32() to return errors correctly by Simon Glass · 4 years, 6 months ago
  62. d8c7fb5 dm: pci: Allow disabling auto-config for a device by Simon Glass · 4 years, 6 months ago
  63. 336d461 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 8 months ago
  64. 194fca9 dm: pci: Update a few more interfaces for const udevice * by Simon Glass · 4 years, 8 months ago
  65. c4e72c4 dm: pci: Update the PCI read_config() method to const dev * by Simon Glass · 4 years, 8 months ago
  66. 4886287 pci: Print a warning if the bus is accessed before probing by Simon Glass · 4 years, 9 months ago
  67. 6dd4b01 dm: pci: Move pci_get_devfn() into a common file by Simon Glass · 4 years, 10 months ago
  68. 2206ac2 dm: pci: Allow delaying auto-config until after relocation by Simon Glass · 4 years, 10 months ago
  69. a6cd597 drivers: pci: ignore disabled devices by Michael Walle · 4 years, 10 months ago
  70. 90c6686 pci: Disable autoconfig in SPL by Simon Glass · 5 years ago
  71. 0911569 pci: Show the result of binding a device by Simon Glass · 5 years ago
  72. 07f2f58 x86: fsp: Create a common fsp_support.h header by Simon Glass · 5 years ago
  73. 8331188 x86: Rename existing FSP code to fsp1 by Simon Glass · 5 years ago
  74. 60ee609 pci: ensure enumeration of all devices in pci_init by Marek Behún · 5 years ago
  75. b8e1f82 drivers: pci: add API to issue FLR on a PCI function if supported by Alex Marginean · 5 years ago
  76. 0b143d8 drivers: pci: add map_bar support for Enhanced Allocation by Alex Marginean · 5 years ago
  77. d94d9aa pci: Add boundary check for hose->regions by Thierry Reding · 6 years ago
  78. bdac5e1 Merge git://git.denx.de/u-boot-marvell by Tom Rini · 6 years ago
  79. b521420 pci: Add pci_get_devfn() to extract devfn from the fdt_pci_addr by Stefan Roese · 6 years ago
  80. 2a87f7f dm/pci: Change the first CFG read to Vendor ID in enumeration by Hou Zhiqiang · 6 years ago
  81. a8c5f8d dm: pci: Add APIs to find next capability and extended capability by Bin Meng · 6 years ago
  82. 02e4d38 pci: Support parsing PCI controller DT subnodes by Marek Vasut · 6 years ago
  83. dee37fc Remove <inttypes.h> includes and PRI* usages in printf() entirely by Masahiro Yamada · 6 years ago
  84. dac01fd dm: pci: Add APIs to find capability and extended capability by Bin Meng · 6 years ago
  85. ed698aa dm: pci: Assign correct driver data when binding a driver by Bin Meng · 6 years ago
  86. 64e45f7 dm: pci: Fix scanning multi-function device by Bin Meng · 6 years ago
  87. 1f6b08b dm: pci: Extract vendor/device id in child_post_bind() by Bin Meng · 6 years ago
  88. 6f95d89 dm: pci: Use a 1:1 mapping for bus <-> phy addresses by Christian Gmeiner · 6 years ago
  89. f2825f6 dm: pci: Make ranges dt property optional by Christian Gmeiner · 6 years ago
  90. 52ba907 PCI: dm: Ignore 64-bit memory regions if CONFIG_SYS_PCI_64BIT not set by Tuomas Tynkkynen · 6 years ago
  91. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  92. ee1109b dm: pci: Avoid setting a PCI region that has 0 size by Bin Meng · 6 years ago
  93. 1eaf780 dm: pci: Check board information pointer in decode_regions() by Bin Meng · 6 years ago
  94. 664758c pci: Fix decode regions for memory banks by Bernhard Messerklinger · 7 years ago
  95. badb992 pci: Add helper for implementing memory-mapped config space accesses by Tuomas Tynkkynen · 7 years ago
  96. 61e51ba dm: ofnode: rename ofnode_read_prop() to ofnode_get_property() by Masahiro Yamada · 7 years ago
  97. 878d68c dm: core: Add functions to obtain node's address/size cells by Simon Glass · 7 years ago
  98. bf50159 dm: pci: Update uclass to support livetree by Simon Glass · 7 years ago
  99. c42640c pci: avoid memory leak by xypron.glpk@gmx.de · 7 years ago
  100. 0367bd4 pci: correct a function description by Hou Zhiqiang · 8 years ago