1. fe80686 test: Use a local variable for test state by Simon Glass · 3 years, 8 months ago
  2. d2281bb test: Add ut_run_test_live_flat() to run tests twice by Simon Glass · 3 years, 8 months ago
  3. c169d54 test: Drop dm_do_test() by Simon Glass · 3 years, 8 months ago
  4. ca44ca0 test: Use ut_run_test() to run driver model tests by Simon Glass · 3 years, 8 months ago
  5. e77615d test: Move dm_test_destroy() into test-main.c by Simon Glass · 3 years, 8 months ago
  6. c79705e test: Move dm_test_init() into test-main.c by Simon Glass · 3 years, 8 months ago
  7. 4a467c6 test: Drop struct dm_test_state by Simon Glass · 3 years, 8 months ago
  8. 72b524c test: Handle driver model reinit in test_pre_run() by Simon Glass · 3 years, 8 months ago
  9. 47ec3ed test: Move delay skipping to test_pre_run() by Simon Glass · 3 years, 8 months ago
  10. 7452471 test: Move console silencing to test_pre_run() by Simon Glass · 3 years, 8 months ago
  11. 19fb3db test: Drop mallinfo() work-around by Simon Glass · 3 years, 8 months ago
  12. 5a986f3 test: Move dm_scan_plat() to test_pre_run() by Simon Glass · 3 years, 8 months ago
  13. 4b8b27e test: Move do_autoprobe() to test_pre_run() by Simon Glass · 3 years, 8 months ago
  14. d8ed234 test: Move dm_extended_scan() to test_pre_run() by Simon Glass · 3 years, 8 months ago
  15. 30a0d20 test: Call test_pre/post_run() from driver model tests by Simon Glass · 3 years, 8 months ago
  16. 409f4a2 test: Rename test-main.c to test-dm.c by Simon Glass · 3 years, 8 months ago
  17. 8a45b22 gpio: Add a way to read 3-way strapping pins by Simon Glass · 3 years, 9 months ago
  18. 7e0a96d dm: gpio: Add a way to update flags by Simon Glass · 3 years, 9 months ago
  19. a03a0aa gpio: sandbox: Rename GPIO dir_flags to flags by Simon Glass · 3 years, 9 months ago
  20. c0c1e62 gpio: Rename dm_gpio_get_dir_flags() to dm_gpio_get_flags() by Simon Glass · 3 years, 9 months ago
  21. 13979fc dm: gpio: Rename set_dir_flags() method to update_flags() by Simon Glass · 3 years, 9 months ago
  22. de1728c fastboot: Allow u-boot-style partitions by Sean Anderson · 3 years, 9 months ago
  23. d4f22cb test: dm: Add test for fastboot mmc partition naming by Sean Anderson · 3 years, 9 months ago
  24. 3f6fb77 mmc: sandbox: Add support for writing by Sean Anderson · 3 years, 9 months ago
  25. 8f7a16a Merge tag 'u-boot-amlogic-20210222' of https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic by Tom Rini · 3 years, 8 months ago
  26. 30b20e6 dm: test: Add test case for dev_phys_to_bus()/dev_bus_to_phys() by Nicolas Saenz Julienne · 3 years, 9 months ago
  27. e880187 dm: test: Add test case for dev->dma_offset by Nicolas Saenz Julienne · 3 years, 9 months ago
  28. 283628c dm: test: Add test case for dev_get_dma_ranges() by Nicolas Saenz Julienne · 3 years, 9 months ago
  29. 289d0ea test: add a simple test for the adc-keys button driver by Marek Szyprowski · 3 years, 8 months ago
  30. 9d1215b test: dm: tee: extend with RPC test by Igor Opaniuk · 3 years, 9 months ago
  31. 2ae8043 Merge branch '2021-02-02-drop-asm_global_data-when-unused' by Tom Rini · 3 years, 8 months ago
  32. cc6f4c8 dm: core: Add late driver remove option by Marek Vasut · 3 years, 9 months ago
  33. c51d2e7 dm: core: Avoid partially removing devices by Simon Glass · 3 years, 9 months ago
  34. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 4 years ago
  35. ff5fa7d dm: core: Update ofnode_read_fmap_entry() to read hashes by Simon Glass · 3 years, 9 months ago
  36. d85f2c4 sandbox: Disable I2C emulators in SPL by Simon Glass · 3 years, 9 months ago
  37. 10f7465 cros_ec: Add vstore support by Simon Glass · 3 years, 9 months ago
  38. 3ae3382 cros_ec: Show events in human-readable form by Simon Glass · 3 years, 9 months ago
  39. 3a6c994 cros_ec: Add support for switches by Simon Glass · 3 years, 9 months ago
  40. 8aec32f cros_ec: Support reading EC features by Simon Glass · 3 years, 9 months ago
  41. 7791df5 cros_ec: Add support for reading the SKU ID by Simon Glass · 3 years, 9 months ago
  42. d8e9a93 cros_ec: Add a function for the hello message by Simon Glass · 3 years, 9 months ago
  43. 15daa48 dm: core: add a function to decode display timings by Dario Binacchi · 3 years, 10 months ago
  44. d64b9cd fdt: translate address if #size-cells = <0> by Dario Binacchi · 3 years, 10 months ago
  45. 2983ad5 clk: add clk_round_rate() by Dario Binacchi · 3 years, 10 months ago
  46. 65e25be dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET() by Simon Glass · 3 years, 10 months ago
  47. 20e442a dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO() by Simon Glass · 3 years, 10 months ago
  48. 8a71553 dm: core: Allow the uclass list to move by Simon Glass · 3 years, 10 months ago
  49. 7d14ee4 dm: core: Use dev_has_ofnode() instead of dev_of_valid() by Simon Glass · 3 years, 10 months ago
  50. 73466df dm: core: Access device flags through functions by Simon Glass · 3 years, 10 months ago
  51. 2462139 dm: core: Rename sqq to seq_ by Simon Glass · 3 years, 10 months ago
  52. 079ac59 test: Move some test drivers into their own file by Simon Glass · 3 years, 10 months ago
  53. 3f87608 test: Use a simple variable to record removed device by Simon Glass · 3 years, 10 months ago
  54. 0fd3d91 dm: Use access methods for dev/uclass private data by Simon Glass · 3 years, 10 months ago
  55. a5624c6 test: dm: spi: Add testcase for spi_claim_bus() by Ovidiu Panait · 3 years, 10 months ago
  56. 1dc53ce sandbox: test: Add a second SPI slave on sandbox_spi bus by Ovidiu Panait · 3 years, 10 months ago
  57. 7f20d1d dm: core: Drop seq and req_seq by Simon Glass · 3 years, 10 months ago
  58. 9917591 dm: Drop the unused arg in uclass_find_device_by_seq() by Simon Glass · 3 years, 10 months ago
  59. 93f44e8 dm: test: Add a test for DM_UC_FLAG_NO_AUTO_SEQ by Simon Glass · 3 years, 10 months ago
  60. 981426e dm: Switch over to use new sequence number for dev_seq() by Simon Glass · 3 years, 10 months ago
  61. d1e8530 x86: Simplify acpi_device_infer_name() by Simon Glass · 3 years, 10 months ago
  62. a20b4a8 dm: test: Drop assumptions of no sequence numbers by Simon Glass · 3 years, 10 months ago
  63. ba0e7da dm: core: Switch binding to use new sequence numbers by Simon Glass · 3 years, 10 months ago
  64. 1c55b22 dm: test: Check all devices have a sequence numbers by Simon Glass · 3 years, 10 months ago
  65. 8a8d24b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 3 years, 11 months ago
  66. b012ff1 dm: treewide: Update 'auto' declarations to be on one line by Simon Glass · 3 years, 11 months ago
  67. d1998a9 dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · 3 years, 11 months ago
  68. c69cda2 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 3 years, 11 months ago
  69. caa4daa dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 3 years, 11 months ago
  70. 41575d8 dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 3 years, 11 months ago
  71. 8ee05b5 dm: core: Drop unused parameter from dm_extended_scan_fdt() by Simon Glass · 3 years, 11 months ago
  72. 725e4fc dm: core: Drop unused parameter from dm_scan_fdt() by Simon Glass · 3 years, 11 months ago
  73. 0de1b07 dm: core: Add a livetree function to check node status by Simon Glass · 3 years, 11 months ago
  74. 734206d dm: core: Rename device_bind_ofnode() to device_bind() by Simon Glass · 3 years, 11 months ago
  75. 22ad69b Merge tag 'dm-pull5nov20' of git://git.denx.de/u-boot-dm by Tom Rini · 4 years ago
  76. 3a8ee3d board: Rename uclass to sysinfo by Simon Glass · 4 years ago
  77. 18434ae acpi: Don't reset the tables with every new generation by Simon Glass · 4 years ago
  78. bf896a2 test: adjust sysreset tests by Heinrich Schuchardt · 4 years ago
  79. 63d4607 Merge tag 'dm-pull-30oct20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 4 years ago
  80. 8a38abf dm: Use driver_info index instead of pointer by Simon Glass · 4 years, 1 month ago
  81. fbe27a5 dm: Add a test for of-platdata parent information by Simon Glass · 4 years, 1 month ago
  82. a294ead dm: Use an allocated array for run-time device info by Simon Glass · 4 years, 1 month ago
  83. 8828052 dm: test: Add a test for of-platdata phandles by Simon Glass · 4 years, 1 month ago
  84. 36af37b dm: test: Add a check that all devices have a dev value by Simon Glass · 4 years, 1 month ago
  85. b325248 dm: Add a C test for of-platdata properties by Simon Glass · 4 years, 1 month ago
  86. 217293e dm: test: Add a very simple of-platadata test by Simon Glass · 4 years ago
  87. b25ff5c dm: test: Add a way to run SPL tests by Simon Glass · 4 years ago
  88. 5b448ce dm: test: Update the test runner to support of-platdata by Simon Glass · 4 years ago
  89. 627988f dm: test: Disable some tests that should not run in SPL by Simon Glass · 4 years, 1 month ago
  90. a652d9c dm: Avoid using #ifdef for CONFIG_OF_LIVE by Simon Glass · 4 years, 1 month ago
  91. 4775433 Merge tag 'xilinx-for-v2021.01-v2' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · 4 years ago
  92. 15995ac test: mux-cmd: Add tests for the 'mux' command by Pratyush Yadav · 4 years ago
  93. 739592c test: Add tests for the multiplexer framework by Jean-Jacques Hiblot · 4 years ago
  94. 305d318 dm: core: Add support for getting node from aliases by Michal Simek · 4 years, 3 months ago
  95. c670aee common: rename getc() to getchar() by Heinrich Schuchardt · 4 years ago
  96. 76c2ff3 video: backlight: fix pwm's duty cycle calculation by Dario Binacchi · 4 years ago
  97. 39916bb test: sharpen button label unit test by Heinrich Schuchardt · 4 years, 1 month ago
  98. 3e41c7b test: dm: Test for default led naming by Sean Anderson · 4 years, 1 month ago
  99. 7f0f180 test: pinmux: Add test for pin muxing by Sean Anderson · 4 years, 1 month ago
  100. cc72f3e test: dm: add test for phandle access functions by Patrick Delaunay · 4 years, 1 month ago