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