1. 3a8ee3d board: Rename uclass to sysinfo by Simon Glass · 3 years, 11 months ago
  2. 18434ae acpi: Don't reset the tables with every new generation by Simon Glass · 3 years, 11 months ago
  3. 63d4607 Merge tag 'dm-pull-30oct20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 3 years, 11 months ago
  4. cb43ac1 dm: Don't allow U_BOOT_DEVICE() when of-platdata is used by Simon Glass · 4 years ago
  5. 8a38abf dm: Use driver_info index instead of pointer by Simon Glass · 4 years ago
  6. e41651f dm: Support parent devices with of-platdata by Simon Glass · 4 years ago
  7. a294ead dm: Use an allocated array for run-time device info by Simon Glass · 4 years ago
  8. 970cd91 dm: core: fix typo in device.h by Dario Binacchi · 4 years ago
  9. abb9cd3 dm: core: Allow dm_warn() to be used in SPL by Simon Glass · 4 years ago
  10. a652d9c dm: Avoid using #ifdef for CONFIG_OF_LIVE by Simon Glass · 4 years ago
  11. 3c14083 dm: core: Expand the comment for DM_GET_DEVICE() by Simon Glass · 4 years ago
  12. 4775433 Merge tag 'xilinx-for-v2021.01-v2' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · 3 years, 11 months ago
  13. 0ad40b2 drivers: Add a new framework for multiplexer devices by Jean-Jacques Hiblot · 4 years ago
  14. 305d318 dm: core: Add support for getting node from aliases by Michal Simek · 4 years, 2 months ago
  15. 2d1a43b dm: core: improve uclass_get_device_by_phandle_id() description by Dario Binacchi · 4 years ago
  16. 4a1989c dm: Don't undefine dev_xxx macros by Sean Anderson · 4 years ago
  17. 5eee93e pinctrl: Reformat documentation in dm/pinctrl.h by Sean Anderson · 4 years ago
  18. 9c08fbf pinctrl: Add pinmux property support to pinctrl-generic by Sean Anderson · 4 years ago
  19. 89f6830 dm: add cells_count parameter in *_count_phandle_with_args by Patrick Delaunay · 4 years ago
  20. 6d9949f dm: update test on of_offset in ofnode_valid by Patrick Delaunay · 4 years ago
  21. 45dbe75 dm: ofnode: Fix compile breakage with OF_CHECKS enabled by Stefan Roese · 4 years ago
  22. 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 ago
  23. 358599e firmware: add SCMI agent uclass by Etienne Carriere · 4 years ago
  24. ceb70bb dm: Print device name in dev_xxx like Linux by Sean Anderson · 4 years ago
  25. 4d14600 dm: Use symbolic constants for log levels in dev_xxx by Sean Anderson · 4 years ago
  26. 01d89e3 dm: add cells_count parameter in live DT APIs of_parse_phandle_with_args by Patrick Delaunay · 4 years ago
  27. dc447b6 core: improve of_match_ptr with OF_PLATDATA by Walter Lozano · 4 years, 2 months ago
  28. cfecbaf dm: core: add support for device re-parenting by Claudiu Beznea · 4 years, 1 month ago
  29. 68f81b8 dm: core: Add API to read PCI bus-range property by Stefan Roese · 4 years, 2 months ago
  30. 3fe69d3 dm: core: Fix devfdt_get_addr_ptr return value by Ovidiu Panait · 4 years, 2 months ago
  31. ae6b33d dm: fix ofnode_read_addr/size_cells() by Heinrich Schuchardt · 4 years, 2 months ago
  32. 722bc5b xen: pvblock: Add initial support for para-virtualized block driver by Anastasiia Lukianenko · 4 years, 2 months ago
  33. e180c2b dm: Rename DM test flags to make them more generic by Simon Glass · 4 years, 2 months ago
  34. 2a64ada net: Drop dm.h header file from phy.h by Simon Glass · 4 years, 2 months ago
  35. 0e1fad4 dm: core: Drop header files from dm/test.h by Simon Glass · 4 years, 2 months ago
  36. b9390ce dm: remove superfluous comment for union ofnode_union by Heinrich Schuchardt · 4 years, 2 months ago
  37. 30d66db dm: button: add an uclass for button by Philippe Reynes · 4 years, 2 months ago
  38. 9beacb6 dm: Fix build error when OF_CONTROL is not set by Dan Murphy · 4 years, 2 months ago
  39. 6d3b82d dm: soc: Introduce UCLASS_SOC for SOC ID and attribute matching by Dave Gerlach · 4 years, 2 months ago
  40. 7208396 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · 4 years, 2 months ago
  41. 6426a26 dm: soc: Introduce UCLASS_SOC for SOC ID and attribute matching by Dave Gerlach · 4 years, 2 months ago
  42. b4e8433 dm: acpi: Add support for the NHLT table by Simon Glass · 4 years, 3 months ago
  43. f185895 dm: core: Add a way of overriding the ACPI device path by Simon Glass · 4 years, 3 months ago
  44. a4f8208 acpi: Add an acpi command to list/dump generated ACPI items by Simon Glass · 4 years, 3 months ago
  45. 2034978 pci: Avoid a crash in device_is_on_pci_bus() by Simon Glass · 4 years, 3 months ago
  46. 0169458 acpi: Add support for DSDT generation by Simon Glass · 4 years, 3 months ago
  47. b518317 acpi: Add support for SSDT generation by Simon Glass · 4 years, 3 months ago
  48. 7e148f2 acpigen: Support writing a length by Simon Glass · 4 years, 3 months ago
  49. 61cc933 acpi: Support generation of ACPI code by Simon Glass · 4 years, 3 months ago
  50. fed0f89 core: extend struct driver_info to point to device by Walter Lozano · 4 years, 3 months ago
  51. 908d024 core: drop const for struct driver_info by Walter Lozano · 4 years, 3 months ago
  52. addf358 core: add support for U_BOOT_DRIVER_ALIAS by Walter Lozano · 4 years, 3 months ago
  53. b48c272 dm: core: Correct comment on uclass_id_foreach_dev() by Simon Glass · 4 years, 3 months ago
  54. ef45312 video: Add comments to struct sandbox_sdl_plat by Simon Glass · 4 years, 3 months ago
  55. 2e48836 cmd: dm: Fixed/Added DM driver listing subcommands by Niel Fourie · 4 years, 6 months ago
  56. 082faeb dm: Fix error handling for dev_read_addr_ptr by Sean Anderson · 4 years, 3 months ago
  57. 290e6bb arm: pxa: mmc: add driver model support by Marcel Ziswiler · 5 years ago
  58. 45224e8 dm: core: gracefully handle alias seq without of by Marcel Ziswiler · 5 years ago
  59. 4d3053a serial: pxa: clean-up platform data include file by Marcel Ziswiler · 5 years ago
  60. 5575f79 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-spi into next by Tom Rini · 4 years, 3 months ago
  61. 8d50551 dm: spi: Convert Freescale ESPI driver to driver model by Chuanhua Han · 4 years, 4 months ago
  62. 0a6b75f dm: core: fix dev_read_alias_highest_id() without libfdt by Michael Walle · 4 years, 4 months ago
  63. 5fe419e net: Add eth phy generic driver for shared MDIO by Ye Li · 4 years, 5 months ago
  64. 89b84b8 dm: core: Add function to get child count of ofnode or device by Chunfeng Yun · 4 years, 5 months ago
  65. b38309b acpi: Move the xsdt pointer to acpi_ctx by Simon Glass · 4 years, 5 months ago
  66. 29b3511 acpi: Move acpi_add_table() to generic code by Simon Glass · 4 years, 5 months ago
  67. 93f7f82 acpi: Add a method to write tables for a device by Simon Glass · 4 years, 5 months ago
  68. ce891fca dm: core: add ofnode and dev function to iterate on node property by Patrick Delaunay · 4 years, 8 months ago
  69. f51b4bc Merge tag 'dm-pull-10apr20-take2' of git://git.denx.de/u-boot-dm by Tom Rini · 4 years, 5 months ago
  70. 5c9c9bc dm: core: remove the duplicated function dm_ofnode_pre_reloc by Patrick Delaunay · 4 years, 6 months ago
  71. 4bb7075 dm: core: support reading a single indexed u32 value by Dario Binacchi · 4 years, 6 months ago
  72. ced1080 dm: core: Add a way to skip powering down power domains by Simon Glass · 4 years, 6 months ago
  73. 89c2798 acpi: Add an __ACPI__ preprocessor symbol by Simon Glass · 4 years, 6 months ago
  74. f50cc95 acpi: Add a simple sandbox test by Simon Glass · 4 years, 6 months ago
  75. 7ca2850 dm: core: Add basic ACPI support by Simon Glass · 4 years, 6 months ago
  76. 5349e25 dm: core: Add a flag for power domain control on device removal by Anatolij Gustschin · 4 years, 7 months ago
  77. 9a8942b Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 4 years, 7 months ago
  78. 5016234 dm: core: Add a function to find a device by drvdata by Simon Glass · 4 years, 8 months ago
  79. 3cf0fba dm: core: Allow iterating devices without uclass_get() by Simon Glass · 4 years, 8 months ago
  80. f217651 dm: core: Drop the inclusion of linux/compat.h in dm.h by Simon Glass · 4 years, 8 months ago
  81. 336d461 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 8 months ago
  82. 61b29b8 dm: core: Require users of devres to include the header by Simon Glass · 4 years, 8 months ago
  83. 7b9d60f cmd: Add command to dump drivers and compatible strings by Sean Anderson · 4 years, 8 months ago
  84. 903e83e dm: core: Add a way to iterate through children, probing each by Simon Glass · 4 years, 8 months ago
  85. f262d4c dm: core: Add a way to read platdata for all child devices by Simon Glass · 4 years, 8 months ago
  86. bd933bf dm: core: Add ofnode_get_chosen_prop() by Simon Glass · 4 years, 8 months ago
  87. a8167d8 dm: core: Add ofnode_read_prop() by Simon Glass · 4 years, 8 months ago
  88. 14ca9f7 dm: core: Rename ofnode_get_chosen_prop() by Simon Glass · 4 years, 8 months ago
  89. 74d594a dm: core: Update comment for ofnode_get_chosen_node() by Simon Glass · 4 years, 8 months ago
  90. 88b3a37 dm: core: Use const device for the dev_read_...() interface by Simon Glass · 4 years, 8 months ago
  91. d975ce2 dm: core: Use const device for the devfdt...() interface by Simon Glass · 4 years, 8 months ago
  92. fc347fb dm: core: Use const where possible in device.h by Simon Glass · 4 years, 8 months ago
  93. d6b92b9 Merge tag 'dm-pull-8jan20' of git://git.denx.de/u-boot-dm by Tom Rini · 4 years, 9 months ago
  94. 8d6320c dm: devres: Add tests by Simon Glass · 4 years, 9 months ago
  95. dc12ebb dm: test: Add a test driver for devres by Simon Glass · 4 years, 9 months ago
  96. 42a8db5 dm: devres: Create a new devres header file by Simon Glass · 4 years, 9 months ago
  97. 153851d dm: core: Add a new flag to track platform data by Simon Glass · 4 years, 9 months ago
  98. bcd90cb dm: core: Export a new function to read platdata by Simon Glass · 4 years, 9 months ago
  99. 04e19ff dm: core: Add a comment for DM_FLAG_OF_PLATDATA by Simon Glass · 4 years, 9 months ago
  100. a248768 dm: rng: Add random number generator(rng) uclass by Sughosh Ganu · 4 years, 9 months ago