1. fba1087 dm: core: Correct help in TPL_DM and VPL_DM by Simon Glass · Tue Sep 26 08:14:30 2023 -0600
  2. 67e3fca spl: Use CONFIG_SPL... instead of CONFIG_..._SPL_... by Simon Glass · Tue Sep 26 08:14:16 2023 -0600
  3. e264be4 acpi: Create a new Kconfig for ACPI by Simon Glass · Thu May 04 16:54:57 2023 -0600
  4. 2eb7150 dm: Add a TPL symbol for simple-bus by Simon Glass · Wed Feb 22 09:34:21 2023 -0700
  5. 7d3684a event: Correct dependencies on the EVENT framework by Tom Rini · Mon Jan 16 15:46:49 2023 -0500
  6. 6a5dccc global: Move remaining CONFIG_SYS_* to CFG_SYS_* by Tom Rini · Wed Nov 16 13:10:41 2022 -0500
  7. f8c67b7 dm: tpl: Add fdt address translation support in TPL by William Zhang · Fri Oct 14 11:04:55 2022 -0700
  8. d719199 core: Enable DM by default by Tom Rini · Fri Oct 14 07:50:19 2022 -0400
  9. f007731 dm: core: Add definitions for multiple ofnode trees by Simon Glass · Tue Sep 06 20:27:25 2022 -0600
  10. 736fb23 dm: fix mis-word in SPL_DM description by Oleksandr Suvorov · Wed Jul 13 19:42:49 2022 +0300
  11. 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
  12. 36a4ca0 tpl: Ensure all TPL symbols in Kconfig have some TPL dependency by Tom Rini · Wed Jun 08 08:24:39 2022 -0400
  13. 099dc1f dm: spl: Allow SPL to show memory usage by Simon Glass · Sun May 08 04:39:27 2022 -0600
  14. c8b5e22 dm: core: Add a command to show driver model statistics by Simon Glass · Sun May 08 04:39:26 2022 -0600
  15. c95a50e dm: fix DM_EVENT dependencies by Heinrich Schuchardt · Sat May 07 22:39:01 2022 +0200
  16. e7d67a4 Convert CONFIG_SPL_SYS_MALLOC_SIMPLE to Kconfig by Tom Rini · Fri May 20 12:36:05 2022 -0400
  17. e7ca7da vpl: Add Kconfig options for VPL by Simon Glass · Sat Apr 30 00:56:53 2022 -0600
  18. 3ee337a event: Add events for device probe/remove by Simon Glass · Fri Mar 04 08:43:03 2022 -0700
  19. 4b198e3 Kconfig: Remove all default n/no options by Michal Simek · Fri Aug 27 08:48:10 2021 +0200
  20. 335fe51 Use LIB_UUID with ACPIGEN and FS_BTRFS by Simon Glass · Fri Jul 02 12:36:15 2021 -0600
  21. f8fc703 Revert "fdt: translate address if #size-cells = <0>" by Dario Binacchi · Sat May 01 17:05:26 2021 +0200
  22. 524a92c test: dm: Add a test case for simple-bus <ranges> by Bin Meng · Sun Mar 14 20:15:03 2021 +0800
  23. 1a43b23 dm: core: Correctly read <ranges> of simple-bus by Bin Meng · Sun Mar 14 20:15:02 2021 +0800
  24. babc9f1 x86: Move INTEL_ACPIGEN to arch/x86 by Simon Glass · Tue Feb 23 05:35:41 2021 -0500
  25. a2c7ead dm: Introduce DMA constraints into the core device model by Nicolas Saenz Julienne · Tue Jan 12 13:55:24 2021 +0100
  26. b574d68 fdt: translate address if #size-cells = <0> by Dario Binacchi · Wed Dec 30 00:16:21 2020 +0100
  27. 39f1d28 dm: core: Inline a few ofnode functions in SPL by Simon Glass · Wed Dec 16 17:25:06 2020 -0700
  28. 85bf4f2 dm: core: Allow dm_warn() to be used in SPL by Simon Glass · Sat Oct 03 11:31:26 2020 -0600
  29. 5f78ee7 Kconfig: Move BOUNCE_BUFFER under driver options by Simon Glass · Thu Sep 10 20:21:25 2020 -0600
  30. d73344b x86: acpi: Add common Intel ACPI tables by Simon Glass · Tue Sep 22 12:45:14 2020 -0600
  31. 55f3cde acpi: Enable ACPI table generation by default on x86 by Simon Glass · Thu Jul 16 21:22:39 2020 -0600
  32. b786054 dm: Add support for simple-pm-bus by Sean Anderson · Wed Jun 24 06:41:12 2020 -0400
  33. 9fb9e9b dm: core: Add basic ACPI support by Simon Glass · Thu Apr 09 10:27:38 2020 -0600
  34. ac4d80e Kconfig: Varios: Fix more SPL, TPL dependencies by Adam Ford · Sat Aug 24 13:50:34 2019 -0500
  35. 85bddff dm: core: Change platform specific translation-offset handling by Stefan Roese · Fri Apr 12 16:42:28 2019 +0200
  36. 3b6b462 drivers: Kconfig: spelling fixes by Chris Packham · Sun Jan 13 22:13:24 2019 +1300
  37. 00b2988 drivers: core: Add the option SPL_DM_DEVICE_REMOVE to the Kconfig by Jean-Jacques Hiblot · Fri Dec 07 14:50:53 2018 +0100
  38. f70f39f dm: replace dm_dbg() with pr_debug() by Masahiro Yamada · Fri Sep 29 12:31:20 2017 +0900
  39. 03cdf69 spl: dm: Kconfig: split REGMAP/SYSCON support for TPL from SPL by Philipp Tomsich · Thu Jun 29 01:38:49 2017 +0200
  40. cdda349 spl: dm: Kconfig: use more specific prereqs for SPL_REGMAP and SPL_SYSCON by Philipp Tomsich · Thu Jun 29 01:37:10 2017 +0200
  41. 1fa20e4d spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LEN by Andy Yan · Mon Jul 24 17:43:34 2017 +0800
  42. 34ef0c2 dm: core: Add device-based 'read' functions to access DT by Simon Glass · Thu May 18 20:09:03 2017 -0600
  43. c833c00 dm: core: Allow driver model to be disabled for TPL by Simon Glass · Sun Apr 02 09:50:31 2017 -0600
  44. dbef2f0 fdt: Support for ISA busses by Paul Burton · Tue May 17 07:43:24 2016 +0100
  45. 7fa6ff4 spl: dm: Add SPL_DM_SEQ_ALIAS config option by Nathan Rossi · Fri Jan 08 03:00:45 2016 +1000
  46. f05eeb2 dm: core: Fix Kconfig text to mention SPL in SPL_OF_TRANSLATE by Stefan Roese · Thu Nov 26 13:38:01 2015 +0100
  47. b32467f dm: core: Enable SPL_SIMPLE_BUS by default by Michal Simek · Tue Dec 01 08:37:16 2015 +0100
  48. dd8515e dm: core: Add SPL Kconfig for REGMAP and SYSCON by huang lin · Tue Nov 17 14:20:13 2015 +0800
  49. adc0905 dm: core: Enable optional use of fdt_translate_address() by Stefan Roese · Wed Sep 02 07:41:12 2015 +0200
  50. 298e608 dm: core: Add Kconfig for simple bus driver by Marek Vasut · Mon Aug 03 01:15:48 2015 +0200
  51. cc85b7b drivers: hierarchize drivers Kconfig menu by Masahiro Yamada · Sun Jul 26 02:46:26 2015 +0900
  52. f929c0b devres: add debug command to dump device resources by Masahiro Yamada · Sat Jul 25 21:52:38 2015 +0900
  53. 029bfca devres: make Devres optional with CONFIG_DEVRES by Masahiro Yamada · Sat Jul 25 21:52:37 2015 +0900
  54. 8b15b16 devres: introduce Devres (Managed Device Resource) framework by Masahiro Yamada · Sat Jul 25 21:52:35 2015 +0900
  55. 8e5efa0 dm: Make regmap and syscon optional by Simon Glass · Fri Jul 17 09:22:07 2015 -0600
  56. 246ba26 dm: usb: Document that mixing DM_DEVICE_REMOVE and DM_USB is a bad idea by Hans de Goede · Wed Jul 01 20:52:59 2015 +0200
  57. 1bd3deb dm: core: Allow sequence alias support to be removed for SPL by Simon Glass · Fri Feb 27 22:06:30 2015 -0700
  58. cfc2f7d kconfig: remove unneeded dependency on !SPL_BUILD by Masahiro Yamada · Tue Feb 24 22:26:21 2015 +0900
  59. 93e414d dm: Add Kconfig options for driver model SPL support by Simon Glass · Thu Feb 05 21:41:36 2015 -0700
  60. d8b771d dm: Expand and complete Kconfig in drivers/ by Simon Glass · Thu Feb 05 21:41:35 2015 -0700
  61. 57ad8ee dm: add entries to Kconfig by Masahiro Yamada · Thu Oct 23 22:26:09 2014 +0900
  62. f3e12b7 kconfig: add blank Kconfig files by Masahiro Yamada · Tue Sep 16 16:32:58 2014 +0900