1. 15daa48 dm: core: add a function to decode display timings by Dario Binacchi · 4 years ago
  2. d960f0d dtoc: Drop dm_populate_phandle_data() by Simon Glass · 4 years ago
  3. f31fa99 dtoc: Rename dt-platdata.c to dt-plat.c by Simon Glass · 4 years ago
  4. bdf8fd7 dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIAS by Simon Glass · 4 years ago
  5. 65e25be dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET() by Simon Glass · 4 years ago
  6. 8629d30 dm: Rename DM_GET_DEVICE() to DM_DRVINFO_GET() by Simon Glass · 4 years ago
  7. 20e442a dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO() by Simon Glass · 4 years ago
  8. 8a71553 dm: core: Allow the uclass list to move by Simon Glass · 4 years, 1 month ago
  9. 84a42ae dm: core: Rename device node to indicate it is private by Simon Glass · 4 years, 1 month ago
  10. f10643c dm: core: Access device ofnode through functions by Simon Glass · 4 years, 1 month ago
  11. 7d14ee4 dm: core: Use dev_has_ofnode() instead of dev_of_valid() by Simon Glass · 4 years, 1 month ago
  12. c23405f dm: core: Rename dev_has_of_node() to dev_has_ofnode() by Simon Glass · 4 years, 1 month ago
  13. 156004f dm: core: Rename device flags to indicate it is private by Simon Glass · 4 years, 1 month ago
  14. 73466df dm: core: Access device flags through functions by Simon Glass · 4 years, 1 month ago
  15. 2462139 dm: core: Rename sqq to seq_ by Simon Glass · 4 years, 1 month ago
  16. 6563b20 dm: core: Move priv/plat structs for simple_bus to headers by Simon Glass · 4 years, 1 month ago
  17. 079ac59 test: Move some test drivers into their own file by Simon Glass · 4 years, 1 month ago
  18. 3f87608 test: Use a simple variable to record removed device by Simon Glass · 4 years, 1 month ago
  19. fb8c9fb dm: core: Rename the priv/plat members by Simon Glass · 4 years, 1 month ago
  20. 12559f5 dm: core: Add functions to set priv/plat by Simon Glass · 4 years, 1 month ago
  21. 8064739 dm: core: Add function to access uclass priv by Simon Glass · 4 years, 1 month ago
  22. 9c50313 dm: core: Use 'uclass_driver' for the uclass linker_list by Simon Glass · 4 years, 1 month ago
  23. ec1add1 dm: core: Inline a few ofnode functions in SPL by Simon Glass · 4 years, 1 month ago
  24. 7f20d1d dm: core: Drop seq and req_seq by Simon Glass · 4 years, 1 month ago
  25. a133e21 dm: core: Update uclass_find_next_free_req_seq() for new scheme by Simon Glass · 4 years, 1 month ago
  26. 9917591 dm: Drop the unused arg in uclass_find_device_by_seq() by Simon Glass · 4 years, 1 month ago
  27. b5b1155 dm: Drop uclass_resolve_seq() by Simon Glass · 4 years, 1 month ago
  28. 93f44e8 dm: test: Add a test for DM_UC_FLAG_NO_AUTO_SEQ by Simon Glass · 4 years, 1 month ago
  29. 981426e dm: Switch over to use new sequence number for dev_seq() by Simon Glass · 4 years, 1 month ago
  30. 15a1196 dm: core: Allow manual sequence numbering by Simon Glass · 4 years, 1 month ago
  31. cd53e5b dm: core: Add a new sequence number for devices by Simon Glass · 4 years, 1 month ago
  32. d03adb4 dm: core: Update uclass_find_next_free_req_seq() args by Simon Glass · 4 years, 1 month ago
  33. 8b85dfc dm: Avoid accessing seq directly by Simon Glass · 4 years, 1 month ago
  34. 8a8d24b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 4 years, 1 month ago
  35. d1998a9 dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · 4 years, 1 month ago
  36. c69cda2 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 4 years, 1 month ago
  37. 4f50086 dm: Rename 'platdata_size' to 'plat_size' by Simon Glass · 4 years, 1 month ago
  38. caa4daa dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 4 years, 1 month ago
  39. 41575d8 dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 4 years, 1 month ago
  40. 8ee05b5 dm: core: Drop unused parameter from dm_extended_scan_fdt() by Simon Glass · 4 years, 1 month ago
  41. 725e4fc dm: core: Drop unused parameter from dm_scan_fdt() by Simon Glass · 4 years, 1 month ago
  42. d0c20ce dm: core: Add an ofnode function to get the devicetree root by Simon Glass · 4 years, 1 month ago
  43. e80be74 dm: core: Drop device_bind_offset() by Simon Glass · 4 years, 1 month ago
  44. 0d56fba dm: core: Drop dev_set_of_offset() by Simon Glass · 4 years, 1 month ago
  45. a2703ce dm: Remove uses of device_bind_offset() by Simon Glass · 4 years, 1 month ago
  46. 0de1b07 dm: core: Add a livetree function to check node status by Simon Glass · 4 years, 1 month ago
  47. 734206d dm: core: Rename device_bind_ofnode() to device_bind() by Simon Glass · 4 years, 1 month ago
  48. e12052b dm: core: Rename device_bind() to device_bind_offset() by Simon Glass · 4 years, 1 month ago
  49. 3a8ee3d board: Rename uclass to sysinfo by Simon Glass · 4 years, 2 months ago
  50. 18434ae acpi: Don't reset the tables with every new generation by Simon Glass · 4 years, 2 months ago
  51. 63d4607 Merge tag 'dm-pull-30oct20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 4 years, 2 months ago
  52. cb43ac1 dm: Don't allow U_BOOT_DEVICE() when of-platdata is used by Simon Glass · 4 years, 3 months ago
  53. 8a38abf dm: Use driver_info index instead of pointer by Simon Glass · 4 years, 3 months ago
  54. e41651f dm: Support parent devices with of-platdata by Simon Glass · 4 years, 3 months ago
  55. a294ead dm: Use an allocated array for run-time device info by Simon Glass · 4 years, 3 months ago
  56. 970cd91 dm: core: fix typo in device.h by Dario Binacchi · 4 years, 3 months ago
  57. abb9cd3 dm: core: Allow dm_warn() to be used in SPL by Simon Glass · 4 years, 3 months ago
  58. a652d9c dm: Avoid using #ifdef for CONFIG_OF_LIVE by Simon Glass · 4 years, 3 months ago
  59. 3c14083 dm: core: Expand the comment for DM_GET_DEVICE() by Simon Glass · 4 years, 3 months ago
  60. 4775433 Merge tag 'xilinx-for-v2021.01-v2' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · 4 years, 2 months ago
  61. 0ad40b2 drivers: Add a new framework for multiplexer devices by Jean-Jacques Hiblot · 4 years, 3 months ago
  62. 305d318 dm: core: Add support for getting node from aliases by Michal Simek · 4 years, 6 months ago
  63. 2d1a43b dm: core: improve uclass_get_device_by_phandle_id() description by Dario Binacchi · 4 years, 3 months ago
  64. 4a1989c dm: Don't undefine dev_xxx macros by Sean Anderson · 4 years, 3 months ago
  65. 5eee93e pinctrl: Reformat documentation in dm/pinctrl.h by Sean Anderson · 4 years, 4 months ago
  66. 9c08fbf pinctrl: Add pinmux property support to pinctrl-generic by Sean Anderson · 4 years, 4 months ago
  67. 89f6830 dm: add cells_count parameter in *_count_phandle_with_args by Patrick Delaunay · 4 years, 4 months ago
  68. 6d9949f dm: update test on of_offset in ofnode_valid by Patrick Delaunay · 4 years, 4 months ago
  69. 45dbe75 dm: ofnode: Fix compile breakage with OF_CHECKS enabled by Stefan Roese · 4 years, 4 months ago
  70. caebff0 Merge tag 'u-boot-atmel-2021.01-a' of https://gitlab.denx.de/u-boot/custodians/u-boot-atmel into next by Tom Rini · 4 years, 3 months ago
  71. 358599e firmware: add SCMI agent uclass by Etienne Carriere · 4 years, 4 months ago
  72. ceb70bb dm: Print device name in dev_xxx like Linux by Sean Anderson · 4 years, 4 months ago
  73. 4d14600 dm: Use symbolic constants for log levels in dev_xxx by Sean Anderson · 4 years, 4 months ago
  74. 01d89e3 dm: add cells_count parameter in live DT APIs of_parse_phandle_with_args by Patrick Delaunay · 4 years, 4 months ago
  75. dc447b6 core: improve of_match_ptr with OF_PLATDATA by Walter Lozano · 4 years, 6 months ago
  76. cfecbaf dm: core: add support for device re-parenting by Claudiu Beznea · 4 years, 4 months ago
  77. 68f81b8 dm: core: Add API to read PCI bus-range property by Stefan Roese · 4 years, 5 months ago
  78. 3fe69d3 dm: core: Fix devfdt_get_addr_ptr return value by Ovidiu Panait · 4 years, 5 months ago
  79. ae6b33d dm: fix ofnode_read_addr/size_cells() by Heinrich Schuchardt · 4 years, 6 months ago
  80. 722bc5b xen: pvblock: Add initial support for para-virtualized block driver by Anastasiia Lukianenko · 4 years, 5 months ago
  81. e180c2b dm: Rename DM test flags to make them more generic by Simon Glass · 4 years, 6 months ago
  82. 2a64ada net: Drop dm.h header file from phy.h by Simon Glass · 4 years, 6 months ago
  83. 0e1fad4 dm: core: Drop header files from dm/test.h by Simon Glass · 4 years, 6 months ago
  84. b9390ce dm: remove superfluous comment for union ofnode_union by Heinrich Schuchardt · 4 years, 6 months ago
  85. 30d66db dm: button: add an uclass for button by Philippe Reynes · 4 years, 6 months ago
  86. 9beacb6 dm: Fix build error when OF_CONTROL is not set by Dan Murphy · 4 years, 6 months ago
  87. 6d3b82d dm: soc: Introduce UCLASS_SOC for SOC ID and attribute matching by Dave Gerlach · 4 years, 6 months ago
  88. 7208396 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · 4 years, 6 months ago
  89. 6426a26 dm: soc: Introduce UCLASS_SOC for SOC ID and attribute matching by Dave Gerlach · 4 years, 6 months ago
  90. b4e8433 dm: acpi: Add support for the NHLT table by Simon Glass · 4 years, 6 months ago
  91. f185895 dm: core: Add a way of overriding the ACPI device path by Simon Glass · 4 years, 6 months ago
  92. a4f8208 acpi: Add an acpi command to list/dump generated ACPI items by Simon Glass · 4 years, 6 months ago
  93. 2034978 pci: Avoid a crash in device_is_on_pci_bus() by Simon Glass · 4 years, 6 months ago
  94. 0169458 acpi: Add support for DSDT generation by Simon Glass · 4 years, 6 months ago
  95. b518317 acpi: Add support for SSDT generation by Simon Glass · 4 years, 6 months ago
  96. 7e148f2 acpigen: Support writing a length by Simon Glass · 4 years, 6 months ago
  97. 61cc933 acpi: Support generation of ACPI code by Simon Glass · 4 years, 6 months ago
  98. fed0f89 core: extend struct driver_info to point to device by Walter Lozano · 4 years, 7 months ago
  99. 908d024 core: drop const for struct driver_info by Walter Lozano · 4 years, 7 months ago
  100. addf358 core: add support for U_BOOT_DRIVER_ALIAS by Walter Lozano · 4 years, 7 months ago