1. 1d8364a dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO() by Simon Glass · Mon Dec 28 20:34:54 2020 -0700
  2. 2a3738f dm: Update documentation for new sequence numbers by Simon Glass · Wed Dec 16 21:20:33 2020 -0700
  3. b75b15b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · Thu Dec 03 16:55:23 2020 -0700
  4. aad29ae dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · Thu Dec 03 16:55:21 2020 -0700
  5. fa20e93 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · Thu Dec 03 16:55:20 2020 -0700
  6. 39edb95 dm: Rename 'platdata_size' to 'plat_size' by Simon Glass · Thu Dec 03 16:55:19 2020 -0700
  7. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · Thu Dec 03 16:55:18 2020 -0700
  8. 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · Thu Dec 03 16:55:17 2020 -0700
  9. a772946 dm: doc: Update the of-platadata documentation by Simon Glass · Sat Oct 03 11:31:42 2020 -0600
  10. a9ada90 doc: add bind/unbind command documentation by Patrice Chotard · Tue Jul 28 09:13:35 2020 +0200
  11. 1a66bb2 doc: Add new doc for soc ID driver model by Dave Gerlach · Wed Jul 15 23:39:56 2020 -0500
  12. 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
  13. 7e1daaa doc: Add new doc for soc ID driver model by Dave Gerlach · Wed Jul 15 23:39:56 2020 -0500
  14. 940a922 treewide: convert bd_t to struct bd_info manually by Masahiro Yamada · Fri Jun 26 15:13:34 2020 +0900
  15. 191cad6 Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-spi by Tom Rini · Sat Jul 11 17:40:00 2020 -0400
  16. 2538bf8 doc: driver-model: Update SPI migration status by Jagan Teki · Thu Jul 09 21:23:58 2020 +0530
  17. de707f4 dm: doc: update of-plat with new phandle support by Walter Lozano · Thu Jun 25 01:10:14 2020 -0300
  18. c38b491 dm: doc: update of-plat with the support for driver aliases by Walter Lozano · Thu Jun 25 01:10:09 2020 -0300
  19. 78e280f doc: driver-model: fix typo in design.rst by Dario Binacchi · Thu Jun 04 14:58:13 2020 +0200
  20. 7e91996 doc: driver-model: there is no UCLASS_SATA by Heinrich Schuchardt · Wed May 20 23:27:27 2020 +0200
  21. 4885292 doc: driver-model: Update SPI migration status by Jagan Teki · Mon Jun 01 19:10:17 2020 +0530
  22. 44c4789 dm: core: Read parent ofdata before children by Simon Glass · Sun Apr 05 15:38:19 2020 -0600
  23. a42ff46 doc: driver-model: there is no UCLASS_ETHERNET by Heinrich Schuchardt · Wed Feb 26 20:18:54 2020 +0100
  24. 4a3ca48 sandbox: Update PCI nodes in dts files by Tom Rini · Tue Feb 11 12:41:23 2020 -0500
  25. 168ebe0 doc: net: Rewrite network driver documentation by Andre Przywara · Mon Nov 25 01:32:15 2019 +0000
  26. 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
  27. c99636e dm: fix design.rst document by Dario Binacchi · Sun Feb 09 19:57:41 2020 +0100
  28. 2adf60d doc: dm: debugging: Fix the steps for activating debug by Fabio Estevam · Wed Jan 29 14:45:33 2020 -0300
  29. 63c19ed dm: doc: Add a note about of-platdata and header files by Simon Glass · Fri Dec 06 21:42:43 2019 -0700
  30. ed1a7b1 dm: doc: Correct of-platdata driver name by Simon Glass · Sun Oct 20 21:31:48 2019 -0600
  31. f8586f6 dm: spi: Change cs_info op to return -EINVAL for invalid cs num by Bin Meng · Mon Sep 09 06:00:01 2019 -0700
  32. 9f71ba7 dm: spi: Return 0 if driver does not implement ops->cs_info by Bin Meng · Mon Sep 09 06:00:00 2019 -0700
  33. 5fca90a doc: add full path to patman README by Ralph Siemsen · Mon Aug 19 15:00:30 2019 -0400
  34. dd09add pci: Correct 'specifified' and 'Plese' typos by Simon Glass · Wed Sep 25 08:56:14 2019 -0600
  35. b98ba4c pci: sandbox: Move the emulators into their own node by Simon Glass · Wed Sep 25 08:56:10 2019 -0600
  36. aa5d0ca dm: core: Add documentation on how to debug driver model by Simon Glass · Wed Sep 25 08:55:48 2019 -0600
  37. 301c80c dm: MIGRATION: Add migration plan for CONFIG_DM by Heinrich Schuchardt · Mon Sep 16 18:41:42 2019 +0200
  38. fd54ab2 doc: fix: Replace SPL_OF_PLATDATA with OF_PLATDATA in examples by Lukasz Majewski · Tue Sep 03 15:43:19 2019 +0200
  39. 6022871 doc: driver-model: Update SPI migration status by Jagan Teki · Fri Sep 13 07:55:42 2019 +0530
  40. c78c379 network: set timeline for CONFIG_DM_ETH conversion by Heinrich Schuchardt · Sat Aug 10 00:10:37 2019 +0200
  41. 8db0d92 doc: driver-model: Convert usb-info.txt to reST by Bin Meng · Thu Jul 18 00:34:01 2019 -0700
  42. 839782b doc: driver-model: Convert spi-howto.txt to reST by Bin Meng · Thu Jul 18 00:34:00 2019 -0700
  43. e1bed0a doc: driver-model: Convert serial-howto.txt to reST by Bin Meng · Thu Jul 18 00:33:59 2019 -0700
  44. bcb8e22 doc: driver-model: Convert remoteproc-framework.txt to reST by Bin Meng · Thu Jul 18 00:33:58 2019 -0700
  45. d5f8cea doc: driver-model: Convert pmic-framework.txt to reST by Bin Meng · Thu Jul 18 00:33:57 2019 -0700
  46. db9595a doc: driver-model: Convert pci-info.txt to reST by Bin Meng · Thu Jul 18 00:33:56 2019 -0700
  47. ae25869 doc: driver-model: Convert of-plat.txt to reST by Bin Meng · Thu Jul 18 00:33:55 2019 -0700
  48. 5a59347 doc: driver-model: Convert livetree.txt to reST by Bin Meng · Thu Jul 18 00:33:54 2019 -0700
  49. dfb789e doc: driver-model: Convert i2c-howto.txt to reST by Bin Meng · Thu Jul 18 00:33:53 2019 -0700
  50. 3d45f2d doc: driver-model: Convert fs_firmware_loader.txt to reST by Bin Meng · Thu Jul 18 00:33:52 2019 -0700
  51. aa66be6 doc: driver-model: Convert fdt-fixup.txt to reST by Bin Meng · Thu Jul 18 00:33:51 2019 -0700
  52. c1bfac6 doc: driver-model: Convert MIGRATION.txt to reST by Bin Meng · Thu Jul 18 00:33:50 2019 -0700
  53. 390068c doc: driver-model: Convert README.txt to reST by Bin Meng · Thu Jul 18 00:33:49 2019 -0700
  54. be3beaa doc: Add driver-model to Sphinx TOC tree by Bin Meng · Thu Jul 18 00:33:48 2019 -0700
  55. 63e4d11 dm: doc: add documentation for pre-reloc properties in SPL and TPL by Patrick Delaunay · Tue May 21 19:19:13 2019 +0200
  56. 3e104a5 dm: MIGRATION: Update migration status for SPI by Jagan Teki · Mon Apr 29 01:58:54 2019 +0530
  57. 789aa9c misc: fs_loader: Replace label with DT phandle by Tien Fong Chee · Tue Mar 05 23:29:38 2019 +0800
  58. f3603b8 spi: ti_qspi: Drop non DM code by Vignesh Raghavendra · Tue Apr 16 21:31:59 2019 +0530
  59. 49ce8ca of-platdata: improve documentation by Simon Goldschmidt · Wed Jan 16 20:40:18 2019 +0100
  60. e8b7970 misc: fs_loader: Switching private data allocation to DM auto allocation by Tien Fong Chee · Mon Dec 10 21:29:44 2018 +0800
  61. 8ea538d dm: video: lcd: MIGRATION: Add migration plan for video by Simon Glass · Fri Dec 28 14:03:08 2018 -0700
  62. 90083b4 dm: pci: MIGRATION: Add migration plan for PCI by Simon Glass · Fri Dec 28 14:03:07 2018 -0700
  63. 491beff dm: MIGRATION: Update migration plan for SPI by Jagan Teki · Fri Dec 14 22:04:12 2018 +0530
  64. 1794ae6 blk: Rework guard around part_init call by Tom Rini · Wed Dec 05 08:23:38 2018 -0500
  65. f275163 Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · Wed Dec 05 15:06:24 2018 -0500
  66. efacd9f dm: MIGRATION: Update migration plan for BLK by Tom Rini · Thu Nov 29 18:21:14 2018 -0500
  67. a1fdb05 dm: MIGRATION: Add migration plan for CONFIG_SATA by Tom Rini · Thu Nov 29 18:21:13 2018 -0500
  68. 64e6acb dm: MIGRATION: Add migration plan for DM_USB by Tom Rini · Thu Nov 29 18:21:12 2018 -0500
  69. 47c583c dm: MIGRATION: Add migration plan for DM_MMC by Tom Rini · Thu Nov 29 18:21:11 2018 -0500
  70. f9391ec spi: Remove used spi_init by Jagan Teki · Tue Nov 20 09:02:04 2018 +0100
  71. 88dada7 dm: doc: Update description of pre-relocation support by Bin Meng · Wed Oct 24 06:36:40 2018 -0700
  72. 7b756bf pci: Update documentation to make 'compatible' string optional by Marek Vasut · Wed Oct 10 21:27:07 2018 +0200
  73. 23f2284 fdt: Allow indicating a node is for U-Boot proper only by Simon Glass · Mon Oct 01 12:22:18 2018 -0600
  74. a31dc3d doc: Update docs for device tree in SPL, TPL by Simon Glass · Mon Oct 01 12:22:17 2018 -0600
  75. 188d08f doc: Add new doc for file system firmware loader driver model by Tien Fong Chee · Fri Jul 06 16:27:08 2018 +0800
  76. 33a0e13 dm: Update README.txt to clarify device tree usage by Tom Rini · Fri Aug 31 11:59:11 2018 -0400
  77. 156bc6f pci: sandbox: Support dynamically binding device driver by Bin Meng · Fri Aug 03 01:14:45 2018 -0700
  78. 757868b doc: driver-model: Fix typo by Chris Packham · Fri Jul 06 22:29:46 2018 +1200
  79. 6f1d6ba i2c: Drop CONFIG_SH_SH7734_I2C by Tuomas Tynkkynen · Wed May 09 15:24:35 2018 +0300
  80. efaa762 i2c: Drop CONFIG_TSI108_I2C by Tuomas Tynkkynen · Wed May 09 15:24:34 2018 +0300
  81. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  82. 471ecf4 dm: MIGRATION: Add migration plan for DM_SPI & DM_SPI_FLASH by Jagan Teki · Wed Mar 14 18:58:03 2018 +0530
  83. e94414b dtoc: Rename the phandle struct by Simon Glass · Tue Aug 29 14:15:56 2017 -0600
  84. a7e7e08 dm: core: Add livetree documentation by Simon Glass · Thu Aug 31 05:59:55 2017 -0600
  85. a4ddff4 dm: Add migration plan for CONFIG_BLK by Simon Glass · Sat Aug 05 15:45:53 2017 -0600
  86. 934be0b dtoc: Support multiple compatible strings in a node by Simon Glass · Tue Jun 13 21:10:06 2017 -0600
  87. 7e9b9d6 dm: Add callback to modify the device tree by mario.six@gdsys.cc · Wed Feb 22 16:07:22 2017 +0100
  88. 9a2cdca dm: allow limiting pre-reloc markings to spl or tpl by Heiko Stübner · Sat Feb 18 19:46:21 2017 +0100
  89. dd79d6e dm: core: Replace of_offset with accessor by Simon Glass · Tue Jan 17 16:52:55 2017 -0700
  90. 64d493a dm: Add timeline and guide for porting I2C drivers by Simon Glass · Wed Nov 23 06:34:45 2016 -0700
  91. 855e837 serial: Drop the s3c24x0 serial driver by Simon Glass · Wed Nov 23 06:01:32 2016 -0700
  92. be5ef24 serial: Update docs to indicate mcfuart supports DM_SERIAL by Simon Glass · Wed Nov 23 06:01:29 2016 -0700
  93. 946c723 dm: Update the of-platdata README for the new features by Simon Glass · Mon Jul 04 11:58:42 2016 -0600
  94. 261ad28 dm: Add a README for of-platdata by Simon Glass · Mon Jul 04 11:58:07 2016 -0600
  95. 8c93df1 dm: allow setting driver_data before/during bind by Stephen Warren · Wed May 11 15:26:24 2016 -0600
  96. 10dd3ca doc: driver-model: Update dm tests run using test.py by Jagan Teki · Thu Mar 17 12:23:18 2016 +0530
  97. 3e6dc77 dm: Remove ARM dcc from the list by Michal Simek · Wed Feb 24 08:34:16 2016 +0100
  98. 90f437f dm: Update on current serial driver status by Simon Glass · Sun Jan 31 09:16:17 2016 -0700
  99. 7e4372a serial: uartlite: Move driver to DM by Michal Simek · Tue Dec 01 14:24:20 2015 +0100
  100. 8a70d6d serial: lpuart: Add driver model serial support by Bin Meng · Wed Jan 13 19:39:04 2016 -0800