1. 8dc78bc dm: Fix build error when OF_CONTROL is not set by Dan Murphy · Thu Jul 23 07:01:38 2020 -0500
  2. 5a9ecb2 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · Fri Jul 24 08:42:06 2020 -0400
  3. 27f81c8 dm: soc: Introduce UCLASS_SOC for SOC ID and attribute matching by Dave Gerlach · Wed Jul 15 23:39:57 2020 -0500
  4. cd9667b dm: acpi: Add support for the NHLT table by Simon Glass · Tue Jul 07 21:32:08 2020 -0600
  5. 0123233 dm: core: Add a way of overriding the ACPI device path by Simon Glass · Tue Jul 07 21:32:07 2020 -0600
  6. 64bbc0d acpi: Add an acpi command to list/dump generated ACPI items by Simon Glass · Tue Jul 07 13:12:12 2020 -0600
  7. 6ad24f6 pci: Avoid a crash in device_is_on_pci_bus() by Simon Glass · Tue Jul 07 13:12:10 2020 -0600
  8. 990cd5b acpi: Add support for DSDT generation by Simon Glass · Tue Jul 07 13:12:08 2020 -0600
  9. d43e0ba acpi: Add support for SSDT generation by Simon Glass · Tue Jul 07 13:12:03 2020 -0600
  10. 0f27763 acpigen: Support writing a length by Simon Glass · Tue Jul 07 13:11:50 2020 -0600
  11. 98528d4 acpi: Support generation of ACPI code by Simon Glass · Tue Jul 07 13:11:42 2020 -0600
  12. ffc41b0 core: extend struct driver_info to point to device by Walter Lozano · Thu Jun 25 01:10:11 2020 -0300
  13. 95282d6 core: drop const for struct driver_info by Walter Lozano · Thu Jun 25 01:10:10 2020 -0300
  14. 48e5b04 core: add support for U_BOOT_DRIVER_ALIAS by Walter Lozano · Thu Jun 25 01:10:06 2020 -0300
  15. 3286843 dm: core: Correct comment on uclass_id_foreach_dev() by Simon Glass · Sun Jun 14 08:48:39 2020 -0600
  16. 4425bf4 video: Add comments to struct sandbox_sdl_plat by Simon Glass · Thu Jul 02 21:12:28 2020 -0600
  17. 39832fb cmd: dm: Fixed/Added DM driver listing subcommands by Niel Fourie · Tue Mar 24 16:17:05 2020 +0100
  18. 42db70b dm: Fix error handling for dev_read_addr_ptr by Sean Anderson · Wed Jun 24 06:41:13 2020 -0400
  19. 768b86d arm: pxa: mmc: add driver model support by Marcel Ziswiler · Mon May 20 02:44:59 2019 +0200
  20. 65c2bf6 dm: core: gracefully handle alias seq without of by Marcel Ziswiler · Mon May 20 02:44:57 2019 +0200
  21. 92f2478 serial: pxa: clean-up platform data include file by Marcel Ziswiler · Mon May 20 02:44:55 2019 +0200
  22. 76c5974 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-spi into next by Tom Rini · Fri Jun 19 16:25:50 2020 -0400
  23. 4caa9fe dm: spi: Convert Freescale ESPI driver to driver model by Chuanhua Han · Thu Jun 04 23:16:30 2020 +0800
  24. eccf2d0 dm: core: fix dev_read_alias_highest_id() without libfdt by Michael Walle · Tue Jun 02 01:47:08 2020 +0200
  25. cd5bb77 net: Add eth phy generic driver for shared MDIO by Ye Li · Sun May 03 22:41:14 2020 +0800
  26. d93c8b4 dm: core: Add function to get child count of ofnode or device by developer · Sat May 02 11:35:09 2020 +0200
  27. abeaca8 acpi: Move the xsdt pointer to acpi_ctx by Simon Glass · Sun Apr 26 09:19:52 2020 -0600
  28. 575a547 acpi: Move acpi_add_table() to generic code by Simon Glass · Sun Apr 26 09:19:50 2020 -0600
  29. 17968c3 acpi: Add a method to write tables for a device by Simon Glass · Sun Apr 26 09:19:46 2020 -0600
  30. caee155 dm: core: add ofnode and dev function to iterate on node property by Patrick Delaunay · Mon Jan 13 11:34:56 2020 +0100
  31. 41b888e Merge tag 'dm-pull-10apr20-take2' of git://git.denx.de/u-boot-dm by Tom Rini · Thu Apr 16 13:45:03 2020 -0400
  32. 9d0731d dm: core: remove the duplicated function dm_ofnode_pre_reloc by Patrick Delaunay · Fri Apr 03 11:39:18 2020 +0200
  33. 81d80b5 dm: core: support reading a single indexed u32 value by Dario Binacchi · Sun Mar 29 18:04:41 2020 +0200
  34. 42697f5 dm: core: Add a way to skip powering down power domains by Simon Glass · Sat Mar 28 14:03:48 2020 -0600
  35. 4969d21 acpi: Add an __ACPI__ preprocessor symbol by Simon Glass · Wed Apr 08 16:57:37 2020 -0600
  36. 2d67fdf acpi: Add a simple sandbox test by Simon Glass · Wed Apr 08 16:57:34 2020 -0600
  37. 9fb9e9b dm: core: Add basic ACPI support by Simon Glass · Thu Apr 09 10:27:38 2020 -0600
  38. cfb28f1 dm: core: Add a flag for power domain control on device removal by Anatolij Gustschin · Mon Feb 17 12:36:43 2020 +0100
  39. b7b1838 Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · Tue Feb 11 10:58:41 2020 -0500
  40. 35cb2a4 dm: core: Add a function to find a device by drvdata by Simon Glass · Thu Feb 06 09:54:50 2020 -0700
  41. 27c0e17 dm: core: Allow iterating devices without uclass_get() by Simon Glass · Thu Feb 06 09:54:49 2020 -0700
  42. fb6f482 dm: core: Drop the inclusion of linux/compat.h in dm.h by Simon Glass · Mon Feb 03 07:36:17 2020 -0700
  43. 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · Mon Feb 03 07:36:16 2020 -0700
  44. d66c5f7 dm: core: Require users of devres to include the header by Simon Glass · Mon Feb 03 07:36:15 2020 -0700
  45. 0282757 cmd: Add command to dump drivers and compatible strings by Sean Anderson · Fri Jan 17 14:48:09 2020 -0500
  46. 76db9b7 dm: core: Add a way to iterate through children, probing each by Simon Glass · Mon Jan 27 08:49:48 2020 -0700
  47. 000676b dm: core: Add a way to read platdata for all child devices by Simon Glass · Mon Jan 27 08:49:47 2020 -0700
  48. e09223c dm: core: Add ofnode_get_chosen_prop() by Simon Glass · Mon Jan 27 08:49:46 2020 -0700
  49. 0c2e980 dm: core: Add ofnode_read_prop() by Simon Glass · Mon Jan 27 08:49:44 2020 -0700
  50. f345596 dm: core: Rename ofnode_get_chosen_prop() by Simon Glass · Mon Jan 27 08:49:43 2020 -0700
  51. c99ba91 dm: core: Update comment for ofnode_get_chosen_node() by Simon Glass · Mon Jan 27 08:49:42 2020 -0700
  52. 2f9a612 dm: core: Use const device for the dev_read_...() interface by Simon Glass · Mon Jan 27 08:49:40 2020 -0700
  53. c6548b8 dm: core: Use const device for the devfdt...() interface by Simon Glass · Mon Jan 27 08:49:39 2020 -0700
  54. 2a58088 dm: core: Use const where possible in device.h by Simon Glass · Mon Jan 27 08:49:36 2020 -0700
  55. b2b76eb Merge tag 'dm-pull-8jan20' of git://git.denx.de/u-boot-dm by Tom Rini · Thu Jan 09 08:52:21 2020 -0500
  56. 323ff9f dm: devres: Add tests by Simon Glass · Sun Dec 29 21:19:26 2019 -0700
  57. 204675c dm: test: Add a test driver for devres by Simon Glass · Sun Dec 29 21:19:25 2019 -0700
  58. fbc3cfc dm: devres: Create a new devres header file by Simon Glass · Sun Dec 29 21:19:22 2019 -0700
  59. d3c9d30 dm: core: Add a new flag to track platform data by Simon Glass · Sun Dec 29 21:19:21 2019 -0700
  60. 4a26385 dm: core: Export a new function to read platdata by Simon Glass · Sun Dec 29 21:19:20 2019 -0700
  61. 2137c24 dm: core: Add a comment for DM_FLAG_OF_PLATDATA by Simon Glass · Sun Dec 29 21:19:19 2019 -0700
  62. 90592ed dm: rng: Add random number generator(rng) uclass by Sughosh Ganu · Sat Dec 28 23:58:27 2019 +0530
  63. 2ee1f6a pci: Add support for p2sb uclass by Simon Glass · Fri Dec 06 21:41:55 2019 -0700
  64. 5e5c0cd x86: power: Add an ACPI PMC uclass by Simon Glass · Fri Dec 06 21:41:53 2019 -0700
  65. 0b591e0 dm: pci: Move pci_get_devfn() into a common file by Simon Glass · Fri Dec 06 21:41:38 2019 -0700
  66. 1ab8b89 dm: core: Fix offset_to_ofnode() with invalid offset by Simon Glass · Fri Dec 06 21:41:36 2019 -0700
  67. ee284f9 pinctrol: dm: remove the function pinctrl_decode_pin_config by Patrick Delaunay · Wed Oct 23 15:44:36 2019 +0200
  68. 5cc5107 ufs: Add Initial Support for UFS subsystem by Faiz Abbas · Tue Oct 15 18:24:36 2019 +0530
  69. c10e52b dm: core: Allow for not controlling the power-domain by DM framework by Lokesh Vutla · Fri Sep 27 13:48:12 2019 +0530
  70. 9554087 dm: device: Fix typo in the non-DEVRES version of devm_kmalloc_array() by Jean-Jacques Hiblot · Thu Sep 26 15:43:54 2019 +0200
  71. 597fdfc dm: Fix default address cells return value by Matthias Brugger · Thu Sep 05 10:48:49 2019 +0200
  72. 9712c82 dm: Add a dsi host uclass by Yannick Fertré · Mon Oct 07 15:29:05 2019 +0200
  73. fa45a08 dm: core: Add a function to count the children of a device by Lokesh Vutla · Wed Sep 04 16:01:26 2019 +0530
  74. 23b2759 dm: pci: Add a function to read a PCI BAR by Simon Glass · Sun Sep 15 12:08:58 2019 -0600
  75. b98ba4c pci: sandbox: Move the emulators into their own node by Simon Glass · Wed Sep 25 08:56:10 2019 -0600
  76. cfd7293 dm: core: Add device_foreach_child() by Simon Glass · Wed Sep 25 08:55:56 2019 -0600
  77. 0bb4427 dm: core: Correct the return value for uclass_find_first_device() by Simon Glass · Wed Sep 25 08:55:55 2019 -0600
  78. 478860d dm: core: Add functions to read 64-bit dt properties by T Karthik Reddy · Mon Sep 02 16:34:30 2019 +0200
  79. 9993f75 serial: stm32: remove unused include by Patrick Delaunay · Tue Jul 30 19:16:47 2019 +0200
  80. f677c6f dm: core: add support for getting register address and size by Sekhar Nori · Thu Aug 01 19:12:56 2019 +0530
  81. d89bb86 dm: uclass: fix comment copy/paste error by Baruch Siach · Thu Jul 11 11:23:44 2019 +0300
  82. 4cf914d dm: Fix parameter description of dev_read_name() by Bin Meng · Fri Jul 05 09:23:18 2019 -0700
  83. c6b05de Merge tag 'u-boot-stm32-20190723' of https://gitlab.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · Tue Jul 23 14:16:21 2019 -0400
  84. 22236e0 dm: core: Introduce xxx_translate_dma_address() by Fabien Dessenne · Fri May 31 15:11:30 2019 +0200
  85. ab8c2a5 net: add MDIO_MUX DM class by Alex Marginean · Fri Jul 12 10:13:50 2019 +0300
  86. 1a5b098 net: introduce MDIO DM class for MDIO devices by Alex Marginean · Mon Jun 03 19:10:30 2019 +0300
  87. 5a822e8 Merge tag 'dm-pull-9jul19-take2' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · Thu Jul 11 18:10:11 2019 -0400
  88. 663686d drivers: pci_ep: Introduce UCLASS_PCI_EP uclass by Ramon Fried · Sat Apr 27 11:15:21 2019 +0300
  89. 63e4d11 dm: doc: add documentation for pre-reloc properties in SPL and TPL by Patrick Delaunay · Tue May 21 19:19:13 2019 +0200
  90. db97c7f dm: Add a No-op uclass by Jean-Jacques Hiblot · Fri Jul 05 09:33:57 2019 +0200
  91. c999192 dm: pinctrl: Add driver-strength-microamp property by Guillaume La Roque · Tue Jun 04 13:53:06 2019 +0200
  92. aa86be7 drivers: spi: cf_spi: convert to driver model by Angelo Dureghello · Wed Mar 13 21:46:47 2019 +0100
  93. 5b77541 core: ofnode: Have ofnode_read_u32_default return a u32 by Trent Piepho · Fri May 10 17:48:20 2019 +0000
  94. d332e6e core: ofnode: Add ofnode_get_addr_size_index by Keerthy · Wed Apr 24 17:19:53 2019 +0530
  95. 9175e38 Merge branch 'master' of git://git.denx.de/u-boot-sh by Tom Rini · Mon May 06 07:18:51 2019 -0400
  96. d94e18e dm: cache: Create a uclass for cache by Dinh Nguyen · Tue Apr 23 16:55:03 2019 -0500
  97. 8751096 pinctrl: gpio: Add callback for configuring pin as GPIO by Marek Vasut · Sun Apr 21 23:57:23 2019 +0200
  98. 85bddff dm: core: Change platform specific translation-offset handling by Stefan Roese · Fri Apr 12 16:42:28 2019 +0200
  99. 3288d04 dm: remove unused function dm_fdt_pre_reloc by Patrick Delaunay · Wed Mar 20 18:21:26 2019 +0100
  100. 826325f dm: pinctrl: Remove obsolete function pinctrl_decode_pin_config_dm(). by Christoph Muellner · Tue Feb 12 18:28:53 2019 +0100