1. 4b876e3 dm: core: introduce uclass_get_device_by_of_path() by Rasmus Villemoes · Thu Apr 13 17:17:03 2023 +0200
  2. 8bf32b0 uclass: add uclass_find_device_by_phandle_id() helper by Rasmus Villemoes · Thu Apr 13 17:16:11 2023 +0200
  3. 40e0b8a dm: core: Make aliases_lookup static by Bin Meng · Wed Apr 05 22:37:55 2023 +0800
  4. 2eb7150 dm: Add a TPL symbol for simple-bus by Simon Glass · Wed Feb 22 09:34:21 2023 -0700
  5. fc1aa35 dm: treewide: Complete migration to new driver model schema by Simon Glass · Mon Feb 13 08:56:34 2023 -0700
  6. c2727e5 dm: Add support for handling old u-boot,dm- tags by Simon Glass · Mon Feb 13 08:56:32 2023 -0700
  7. 7c1974b timer: Tidy up use of notrace by Simon Glass · Sun Jan 15 14:15:42 2023 -0700
  8. ff40706 drivers: core: ofnode: Add panel timing decode. by Nikhil M Jain · Tue Jan 31 15:35:14 2023 +0530
  9. a70a35d dm: core: Use full printf() format when possible by Samuel Holland · Sat Jan 21 17:30:12 2023 -0600
  10. e5314c1 dm: core: Support sorting devices with dm tree by Simon Glass · Tue Jan 17 10:47:12 2023 -0700
  11. 7d3684a event: Correct dependencies on the EVENT framework by Tom Rini · Mon Jan 16 15:46:49 2023 -0500
  12. 446d600 dm: fix probing of all devices that have u-boot, dm-pre-reloc in SPL/TPL by Quentin Schulz · Thu Sep 22 17:53:25 2022 +0200
  13. 6a5dccc global: Move remaining CONFIG_SYS_* to CFG_SYS_* by Tom Rini · Wed Nov 16 13:10:41 2022 -0500
  14. 7d0a63a dm: core: Fix iteration over driver_info records by Paul Barker · Mon Nov 14 12:42:35 2022 +0000
  15. c633cdf net: phy: Fix ethernet-phy-id <dot> in the code by Michal Simek · Mon Oct 31 17:08:44 2022 -0700
  16. 98e1ada dm: core: Do not stop uclass iteration on error by Michal Suchanek · Wed Oct 12 21:58:09 2022 +0200
  17. f8c67b7 dm: tpl: Add fdt address translation support in TPL by William Zhang · Fri Oct 14 11:04:55 2022 -0700
  18. dfc7ebe dm: core: Fix lists_bind_fdt() using non-existent of_match by Simon Glass · Sat Oct 08 21:33:20 2022 -0600
  19. d719199 core: Enable DM by default by Tom Rini · Fri Oct 14 07:50:19 2022 -0400
  20. 93a85dc dm: core: Switch uclass_*_device_err to use uclass_*_device_check by Michal Suchanek · Wed Oct 12 21:58:06 2022 +0200
  21. f5a5902 dm: core: Fix uclass_probe_all to really probe all devices by Michal Suchanek · Wed Oct 12 21:57:50 2022 +0200
  22. 9e0a090 dm: regmap: Disable range checks in SPL by Simon Glass · Sat Oct 15 08:08:54 2022 -0600
  23. 9aaf70e regmap: fix range checks by Heinrich Schuchardt · Thu Sep 29 22:27:06 2022 +0000
  24. 7a7229a dm: core: Support copying properties with ofnode by Simon Glass · Tue Sep 06 20:27:33 2022 -0600
  25. 17abed0 dm: core: Allow copying ofnode property data when writing by Simon Glass · Tue Sep 06 20:27:32 2022 -0600
  26. f912a72 dm: core: Complete phandle implementation using the other FDT by Simon Glass · Tue Sep 06 20:27:27 2022 -0600
  27. cb13a1b dm: core: Add the ofnode multi-tree implementation by Simon Glass · Tue Sep 06 20:27:26 2022 -0600
  28. f007731 dm: core: Add definitions for multiple ofnode trees by Simon Glass · Tue Sep 06 20:27:25 2022 -0600
  29. 45ae59d dm: core: Split ofnode_path_root() into two functions by Simon Glass · Tue Sep 06 20:27:24 2022 -0600
  30. 37dcd91 dm: core: Allow obtaining a node offset in the same tree by Simon Glass · Tue Sep 06 20:27:23 2022 -0600
  31. 95fd209 dm: core: Add a way to look up a phandle in an oftree by Simon Glass · Tue Sep 06 20:27:22 2022 -0600
  32. 04fa09a dm: core: Add an ofnode function to obtain the flat tree by Simon Glass · Tue Sep 06 20:27:20 2022 -0600
  33. e3be5fc dm: core: Expand integer-reading tests by Simon Glass · Tue Sep 06 20:27:18 2022 -0600
  34. 2e4938b dm: core: Drop ofnode_is_available() by Simon Glass · Tue Sep 06 20:27:17 2022 -0600
  35. 91d89a8 dm: core: Avoid creating a name property when unflattening by Simon Glass · Tue Sep 06 20:27:15 2022 -0600
  36. d0aff8b dm: core: Rename ofnode_get_property_by_prop() by Simon Glass · Tue Sep 06 20:27:14 2022 -0600
  37. fec058d dm: core: Rename ofnode_get_first/next_property() by Simon Glass · Tue Sep 06 20:27:13 2022 -0600
  38. cb12c9f dm: core: Reduce code size with dev_of_offset() by Simon Glass · Tue Sep 06 20:27:12 2022 -0600
  39. 9036c5c dm: core: Drop the const from ofnode by Simon Glass · Tue Sep 06 20:27:04 2022 -0600
  40. 238afb5 dm: core: Support writing a property to an empty node by Simon Glass · Tue Sep 06 20:27:03 2022 -0600
  41. 56bc332 dm: core: Allow adding ofnode subnodes by Simon Glass · Tue Sep 06 20:27:02 2022 -0600
  42. 176dd43 dm: core: Pass a root node to of_find_node_by_phandle() by Simon Glass · Tue Sep 06 20:26:57 2022 -0600
  43. 1b090e6 dm: core: Add functions to read 8/16-bit integers by Stefan Herbrechtsmeier · Tue Jun 14 15:21:30 2022 +0200
  44. d28e31e dm: core: Add support for writing u32 with ofnode by Simon Glass · Sat Jul 30 15:52:14 2022 -0600
  45. 3ee3d15 dm: core: Allow writing to a flat tree with ofnode by Simon Glass · Sat Jul 30 15:52:13 2022 -0600
  46. 5e2cd5e dm: core: Swap parameters of ofnode_write_prop() by Simon Glass · Sat Jul 30 15:52:10 2022 -0600
  47. ef75c59 dm: core: Introduce support for multiple trees by Simon Glass · Sat Jul 30 15:52:08 2022 -0600
  48. 1ab1692 common: Drop display_options.h from common header by Simon Glass · Sun Jul 31 12:28:48 2022 -0600
  49. 736fb23 dm: fix mis-word in SPL_DM description by Oleksandr Suvorov · Wed Jul 13 19:42:49 2022 +0300
  50. 7b3f8e8 dm: fix logic of lists_bind_fdt() by Heinrich Schuchardt · Mon Jul 11 08:25:33 2022 +0200
  51. e29ffee dm: avoid NULL dereference in lists_bind_fdt() by Heinrich Schuchardt · Mon Jul 11 08:21:31 2022 +0200
  52. 3111225 dm: avoid NULL dereference in add_item() by Heinrich Schuchardt · Sun Jul 10 15:40:22 2022 +0200
  53. 45b2548 Merge tag 'dm-pull-28jun22' of https://source.denx.de/u-boot/custodians/u-boot-dm into next by Tom Rini · Fri Jul 08 14:39:07 2022 -0400
  54. 36a4ca0 tpl: Ensure all TPL symbols in Kconfig have some TPL dependency by Tom Rini · Wed Jun 08 08:24:39 2022 -0400
  55. 099dc1f dm: spl: Allow SPL to show memory usage by Simon Glass · Sun May 08 04:39:27 2022 -0600
  56. c8b5e22 dm: core: Add a command to show driver model statistics by Simon Glass · Sun May 08 04:39:26 2022 -0600
  57. be1621b dm: core: Add a way to collect memory usage by Simon Glass · Sun May 08 04:39:25 2022 -0600
  58. d1f12cf dm: core: Support accessing core tags by Simon Glass · Sun May 08 04:39:24 2022 -0600
  59. 3b64ecd dm: core: Fix addresses in the dm static command by Simon Glass · Sun May 08 04:39:21 2022 -0600
  60. d94d743 dm: core: Rename dm_dump_all() by Simon Glass · Sun May 08 04:39:19 2022 -0600
  61. bdc5e23 dm: fix formatting of uclass dump by Heinrich Schuchardt · Tue Apr 19 18:46:36 2022 +0200
  62. f69a330 dm: core: Use device_foreach_child where possible by Sean Anderson · Wed Mar 30 12:26:40 2022 -0400
  63. 4050eb6 Merge tag 'xilinx-for-v2022.10' of https://source.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · Mon Jun 27 10:15:50 2022 -0400
  64. 9782f08 microblaze: cache: introduce flush_dcache_range() by Ovidiu Panait · Tue May 31 21:14:32 2022 +0300
  65. c5574ea dm: core: convert of_machine_is_compatible to livetree by Patrick Delaunay · Tue May 17 14:37:05 2022 +0200
  66. c95a50e dm: fix DM_EVENT dependencies by Heinrich Schuchardt · Sat May 07 22:39:01 2022 +0200
  67. e7d67a4 Convert CONFIG_SPL_SYS_MALLOC_SIMPLE to Kconfig by Tom Rini · Fri May 20 12:36:05 2022 -0400
  68. e7ca7da vpl: Add Kconfig options for VPL by Simon Glass · Sat Apr 30 00:56:53 2022 -0600
  69. 11a6f58 dm: core: Add DM_FLAG_PROBE_AFTER_BIND flag by Marek Vasut · Fri Apr 22 15:15:53 2022 +0200
  70. d68298c Merge branch '2022-04-25-initial-implementation-of-stdboot' by Tom Rini · Mon Apr 25 16:02:27 2022 -0400
  71. 9670f7d dm: core: Allow finding a uclass device by partial name by Simon Glass · Sun Apr 24 23:31:00 2022 -0600
  72. f1f519f dm: core: Rename and fix uclass_get_by_name_len() by Simon Glass · Sun Apr 24 23:30:59 2022 -0600
  73. b488c2f dm: tag: change ENOSPC to ENOMEM by AKASHI Takahiro · Fri Apr 15 16:15:35 2022 +0900
  74. 308d91b dm: core: Deal with a wrinkle with linker lists by Simon Glass · Sun Mar 27 14:26:20 2022 -0600
  75. 3996f06 dm: core: Allow devres to be disabled in SPL by Simon Glass · Sun Mar 27 14:26:19 2022 -0600
  76. 6a25a7e Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-net by Tom Rini · Fri Apr 15 08:09:52 2022 -0400
  77. 48631e4 treewide: Rename PHY_INTERFACE_MODE_NONE to PHY_INTERFACE_MODE_NA by Marek Behún · Thu Apr 07 00:33:03 2022 +0200
  78. 21a1836 treewide: Rename PHY_INTERFACE_MODE_COUNT to PHY_INTERFACE_MODE_MAX by Marek Behún · Thu Apr 07 00:33:02 2022 +0200
  79. bc19477 net: introduce helpers to get PHY interface mode from a device/ofnode by Marek Behún · Thu Apr 07 00:33:01 2022 +0200
  80. f4f1ddc net: introduce helpers to get PHY ofnode from MAC by Marek Behún · Thu Apr 07 00:32:57 2022 +0200
  81. e04f4fb dm: add tag support by AKASHI Takahiro · Tue Mar 08 20:36:46 2022 +0900
  82. 3d2a375 Merge tag 'xilinx-for-v2022.07-rc1' of https://source.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · Wed Mar 16 12:52:02 2022 -0400
  83. fc55736 event: Convert arch_cpu_init_dm() to use events by Simon Glass · Fri Mar 04 08:43:05 2022 -0700
  84. 3ee337a event: Add events for device probe/remove by Simon Glass · Fri Mar 04 08:43:03 2022 -0700
  85. a253c3b net: phy: Add new read ethernet phy id function by Michal Simek · Wed Feb 23 15:45:40 2022 +0100
  86. 884dcfa acpi: Tidy up the item list by Simon Glass · Wed Dec 01 09:03:05 2021 -0700
  87. 877205e acpi: Collect tables in the acpi_item list by Simon Glass · Wed Dec 01 09:03:04 2021 -0700
  88. f93b904 acpi: Add a table start by Simon Glass · Wed Dec 01 09:02:46 2021 -0700
  89. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · Wed Jan 19 18:05:50 2022 +0100
  90. c5190ed dm: core: Switch order of pinctrl and power domain calls by Michal Simek · Fri Jan 07 16:38:09 2022 +0100
  91. f014923 drivers/core/of_addr.c: Fix spelling of "shouldn't". by Vagrant Cascadian · Tue Dec 21 13:06:59 2021 -0800
  92. 51608c9 dm: core: Allow getting some basic stats by Simon Glass · Thu Dec 16 20:59:32 2021 -0700
  93. 6937919 drivers: core: lists: fix for loop index type by Alexander Preißner · Sat Nov 06 02:08:59 2021 +0100
  94. 99f0cd2 dm: add debug message when failed to select the default pinctrl by Patrick Delaunay · Fri Nov 19 10:02:27 2021 +0100
  95. dab7e0d dm: core: Add a way to count the devices in a uclass by Simon Glass · Sat Oct 23 17:26:09 2021 -0600
  96. 4b23e45 dm: core: Allow finding children / uclasses by partial name by Simon Glass · Sat Oct 23 17:26:08 2021 -0600
  97. 9580bfc dm: core: Add a way to obtain a string list by Simon Glass · Sat Oct 23 17:26:07 2021 -0600
  98. 7a3a167 dm: core: Fix up string-function documentation by Simon Glass · Sat Oct 23 17:26:06 2021 -0600
  99. ce15bfb dm: core: Fix handling of uclass pre_unbind method by Simon Glass · Sat Oct 23 17:26:05 2021 -0600
  100. c0c35a0 net: introduce a helper to determine whether to use in-band autoneg by Vladimir Oltean · Wed Sep 29 18:04:39 2021 +0300