1. dd7af67 test: dm: test-fdt: Use fdtdec_get_int() in dm_check_devices() by Marek Vasut · 1 year, 3 months ago
  2. 8664860 core: fdtaddr: use map_sysmem() as cast for the return by Johan Jonker · 1 year, 7 months ago
  3. fc1aa35 dm: treewide: Complete migration to new driver model schema by Simon Glass · 1 year, 10 months ago
  4. bb9d131 test: dm: test-fdt: Add decode_panel_timing test by Nikhil M Jain · 1 year, 10 months ago
  5. 71cc021 test:dm:fix typo by Yuepeng Xing · 2 years ago
  6. 98e1ada dm: core: Do not stop uclass iteration on error by Michal Suchanek · 2 years, 2 months ago
  7. f5a5902 dm: core: Fix uclass_probe_all to really probe all devices by Michal Suchanek · 2 years, 2 months ago
  8. 1b090e6 dm: core: Add functions to read 8/16-bit integers by Stefan Herbrechtsmeier · 2 years, 6 months ago
  9. 270a443 dm: core: Move ofnode-writing test to ofnode by Simon Glass · 2 years, 4 months ago
  10. 67d93a4 sandbox: net: Add aliases for ethernet devices by Sean Anderson · 2 years, 7 months ago
  11. b4c5211 dm: Fix OF_BAD_ADDR definition by Patrice Chotard · 2 years, 11 months ago
  12. 7efcdfd net: use the same alias stem for ethernet as linux by Michael Walle · 3 years, 9 months ago
  13. da37ed3 test: add dm_test_read_resource by Patrick Delaunay · 3 years, 6 months ago
  14. f8fc703 Revert "fdt: translate address if #size-cells = <0>" by Dario Binacchi · 3 years, 7 months ago
  15. df56e0b dtoc: Assign a sequence number to each node by Simon Glass · 3 years, 10 months ago
  16. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
  17. 836cc9d dm: core: add a function to decode display timings by Dario Binacchi · 4 years ago
  18. b574d68 fdt: translate address if #size-cells = <0> by Dario Binacchi · 4 years ago
  19. 65130cd dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET() by Simon Glass · 4 years ago
  20. 6211d76 dm: core: Access device flags through functions by Simon Glass · 4 years ago
  21. 4bf8972 test: Move some test drivers into their own file by Simon Glass · 4 years ago
  22. 9558862 dm: Use access methods for dev/uclass private data by Simon Glass · 4 years ago
  23. 38040a9 dm: core: Drop seq and req_seq by Simon Glass · 4 years ago
  24. 07e1338 dm: Drop the unused arg in uclass_find_device_by_seq() by Simon Glass · 4 years ago
  25. 791a17f dm: test: Add a test for DM_UC_FLAG_NO_AUTO_SEQ by Simon Glass · 4 years ago
  26. 7d5e411 dm: Switch over to use new sequence number for dev_seq() by Simon Glass · 4 years ago
  27. aad29ae dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · 4 years ago
  28. fa20e93 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 4 years ago
  29. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 4 years ago
  30. 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 4 years ago
  31. 4d71d60 dm: core: Drop unused parameter from dm_extended_scan_fdt() by Simon Glass · 4 years ago
  32. 5039cab dm: core: Drop unused parameter from dm_scan_fdt() by Simon Glass · 4 years ago
  33. 8cd2801 test: dm: add test for phandle access functions by Patrick Delaunay · 4 years, 2 months ago
  34. 7387340 test: gpio: Add tests for the managed API by Jean-Jacques Hiblot · 4 years, 3 months ago
  35. 1b6773c test: dm: Add test case for devfdt_get_addr_ptr by Ovidiu Panait · 4 years, 4 months ago
  36. 974dccd dm: Rename DM test flags to make them more generic by Simon Glass · 4 years, 4 months ago
  37. 75c4d41 dm: core: Drop header files from dm/test.h by Simon Glass · 4 years, 4 months ago
  38. 6c2a871 test/dm: check if devices exist by Heinrich Schuchardt · 4 years, 4 months ago
  39. 5a9ecb2 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · 4 years, 4 months ago
  40. 8ed6e11 test/dm: check if devices exist by Heinrich Schuchardt · 4 years, 4 months ago
  41. 7c41a22 dm: uclass: don't assign aliased seq numbers by Michael Walle · 4 years, 6 months ago
  42. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  43. 28bdaa5 test: dm: update test for pins configuration in gpio by Patrick Delaunay · 4 years, 11 months ago
  44. 44c4789 dm: core: Read parent ofdata before children by Simon Glass · 4 years, 8 months ago
  45. 81d80b5 dm: core: support reading a single indexed u32 value by Dario Binacchi · 4 years, 8 months ago
  46. 421e81e dm: test: add test case for dev_read_u64 function by Dario Binacchi · 4 years, 8 months ago
  47. c779e20 dm: core: Move "/chosen" and "/firmware" node scan by Patrick Delaunay · 4 years, 9 months ago
  48. 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
  49. 35cb2a4 dm: core: Add a function to find a device by drvdata by Simon Glass · 4 years, 10 months ago
  50. 27c0e17 dm: core: Allow iterating devices without uclass_get() by Simon Glass · 4 years, 10 months ago
  51. d66c5f7 dm: core: Require users of devres to include the header by Simon Glass · 4 years, 10 months ago
  52. 76db9b7 dm: core: Add a way to iterate through children, probing each by Simon Glass · 4 years, 10 months ago
  53. 000676b dm: core: Add a way to read platdata for all child devices by Simon Glass · 4 years, 10 months ago
  54. 0fe1537 dm: devres: Add a new OFDATA phase by Simon Glass · 5 years ago
  55. 204675c dm: test: Add a test driver for devres by Simon Glass · 5 years ago
  56. f677c6f dm: core: add support for getting register address and size by Sekhar Nori · 5 years ago
  57. 22236e0 dm: core: Introduce xxx_translate_dma_address() by Fabien Dessenne · 5 years ago
  58. 4247cf4 dm: core: Add tests for dev_read_alias_highest_id() by Michal Simek · 6 years ago
  59. 6df01f9 dm: core: Add a function to read into a unsigned int by Simon Glass · 6 years ago
  60. a318115 dm: core: add functions to get/remap I/O addresses by name by Álvaro Fernández Rojas · 6 years ago
  61. a11341a dm: core: Add a few more specific child-finding functions by Simon Glass · 6 years ago
  62. dc3efdc dm: core: Export uclass_find_device_by_phandle() by Simon Glass · 6 years ago
  63. d9bad17 test: dm: core: Add test case for uclass driver's child_post_probe() by Bin Meng · 6 years ago
  64. d9d2478 test: dm: core: Add a test case for driver marked with DM_FLAG_PRE_RELOC flag by Bin Meng · 6 years ago
  65. d6f6dc3 test: Add tests for dev_{enable, disable}_by_path by Mario Six · 6 years ago
  66. 058ef5b test: Add tests for DT-manipulation functions by Mario Six · 6 years ago
  67. c89d8b3 Merge branch 'master' of git://git.denx.de/u-boot-mips by Tom Rini · 6 years ago
  68. 67036129 dm: core: add functions to get memory-mapped I/O addresses by Álvaro Fernández Rojas · 7 years ago
  69. 5ba71e5 test: dm: Fix wrong aliases property names by Eugeniu Rosca · 7 years ago
  70. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  71. 35616ef core: ofnode: Fix translation for #size-cells == 0 by Mario Six · 7 years ago
  72. a471b67 dm: core: parse chosen node by Rob Clark · 7 years ago
  73. 3ff83bc dm: core: Add uclass_first/next_device_check() by Simon Glass · 8 years ago
  74. 9c433fe dm: core: Test uclass_first/next_device() on probe failure by Simon Glass · 8 years ago
  75. 70b66e7 dm: test: Disable the fdt_offset test with livetree by Simon Glass · 8 years ago
  76. dd79d6e dm: core: Replace of_offset with accessor by Simon Glass · 8 years ago
  77. 3a77be5 test: Generalize the unit test framework by Joe Hershberger · 10 years ago
  78. 5104b98 dm: core: Allow uclass to set up a device's child before it is probed by Simon Glass · 10 years ago
  79. 0ccb097 dm: core: Add a flag to control sequence numbering by Simon Glass · 10 years ago
  80. ba75049 dm: core: Allocate platform data when binding a device by Simon Glass · 10 years ago
  81. 4071742 dm: Provide a function to scan child FDT nodes by Simon Glass · 10 years ago
  82. c1464ab dm: Allow a device to be found by its FDT offset by Simon Glass · 10 years ago
  83. db6f020 dm: Introduce device sequence numbering by Simon Glass · 10 years ago
  84. fef72b7 dm: Allow drivers to be marked 'before relocation' by Simon Glass · 10 years ago
  85. a7bb08a dm: Use an explicit expect value in core tests by Simon Glass · 10 years ago
  86. 767827a dm: Rename struct device_id to udevice_id by Simon Glass · 10 years ago
  87. b74fcb4 dm: rename device struct to udevice by Heiko Schocher · 11 years ago
  88. b2c1cac dm: Add basic tests by Simon Glass · 11 years ago