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