1. 2ff3db3 usb: Update the test to cover reading and writing by Simon Glass · 1 year, 11 months ago
  2. 606b926 dm: blk: Add udevice functions by Simon Glass · 1 year, 11 months ago
  3. cbd71fa test: Support tests which can only be run manually by Simon Glass · 1 year, 11 months ago
  4. c43635b test: Update tests to use the skip feature by Simon Glass · 1 year, 11 months ago
  5. 218e2c4 Merge tag 'video-20221030' of https://source.denx.de/u-boot/custodians/u-boot-video by Tom Rini · 1 year, 11 months ago
  6. b86986c video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEO by Simon Glass · 1 year, 11 months ago
  7. f219547 dm: core: Do not stop uclass iteration on error by Michal Suchanek · 2 years ago
  8. 2c12037 dm: memory: Introduce new uclass by Roger Quadros · 1 year, 11 months ago
  9. e77ef0b k210: fix k210_pll_calc_config() by Heinrich Schuchardt · 2 years ago
  10. c726fc0 dm: treewide: Use uclass_first_device_err when accessing one device by Michal Suchanek · 2 years ago
  11. c0648b7 dm: treewide: Do not opencode uclass_probe_all() by Michal Suchanek · 2 years ago
  12. dfecd63 dm: core: Fix uclass_probe_all to really probe all devices by Michal Suchanek · 2 years ago
  13. 1323d08 dm: fpga: Introduce new uclass by Alexander Dahl · 2 years ago
  14. db1ef1e dm: core: Support copying properties with ofnode by Simon Glass · 2 years, 1 month ago
  15. 0b58eaa dm: core: Allow copying ofnode property data when writing by Simon Glass · 2 years, 1 month ago
  16. 47a677c dm: core: Expand ofnode tests by Simon Glass · 2 years, 1 month ago
  17. 88a1ae8 dm: core: Create a function to get a live tree in a test by Simon Glass · 2 years, 1 month ago
  18. 5e96925 dm: core: Complete phandle implementation using the other FDT by Simon Glass · 2 years, 1 month ago
  19. b7bd94f dm: core: Split ofnode_path_root() into two functions by Simon Glass · 2 years, 1 month ago
  20. 928d267 dm: core: Add a way to look up a phandle in an oftree by Simon Glass · 2 years, 1 month ago
  21. 085d594 dm: core: Add ofnode functions to obtain an oftree by Simon Glass · 2 years, 1 month ago
  22. 66d0d0c dm: core: Expand integer-reading tests by Simon Glass · 2 years, 1 month ago
  23. 52ad21a dm: core: Add a macro to iterate through properties by Simon Glass · 2 years, 1 month ago
  24. 9243224 dm: core: Rename ofnode_get_property_by_prop() by Simon Glass · 2 years, 1 month ago
  25. 4b1f571 dm: core: Rename ofnode_get_first/next_property() by Simon Glass · 2 years, 1 month ago
  26. 2b90e0d test: Drop the UT_TESTF_LIVE_OR_FLAT flag by Simon Glass · 2 years, 1 month ago
  27. c3a194d dm: core: Support writing a property to an empty node by Simon Glass · 2 years, 1 month ago
  28. ffe9039 dm: core: Allow adding ofnode subnodes by Simon Glass · 2 years, 1 month ago
  29. 7c14dc7 test: Fix missing livetree test runs by Simon Glass · 2 years, 1 month ago
  30. 22c80d5 sandbox: Add a test for SCSI by Simon Glass · 2 years ago
  31. e9a1ff9 Merge branch 'master' into next by Tom Rini · 2 years ago
  32. 29caf93 cyclic: Use schedule() instead of WATCHDOG_RESET() by Stefan Roese · 2 years, 1 month ago
  33. e33a5c6 blk: Switch over to using uclass IDs by Simon Glass · 2 years, 1 month ago
  34. f6f6816 gpio: sandbox: Add GPIOD_IS_AF for gpio configured in alternate function by Patrice Chotard · 2 years, 1 month ago
  35. b471bdc dm: core: Add functions to read 8/16-bit integers by Stefan Herbrechtsmeier · 2 years, 3 months ago
  36. 3bb4db4 tpm: Allow reporting the internal state by Simon Glass · 2 years, 1 month ago
  37. 21ddac1 dm: rtc: Try to handle the localtime() race by Simon Glass · 2 years, 2 months ago
  38. fc7ceae dm: rtc: Try to avoid a race in rtc_set_get test by Simon Glass · 2 years, 2 months ago
  39. c4d7247 dm: rtc: Avoid a race in the rtc_reset test by Simon Glass · 2 years, 2 months ago
  40. ea94d05 test: Allow running tests multiple times by Simon Glass · 2 years, 2 months ago
  41. e033c18 dm: rtc: Make use of ut_assertnonnull() by Simon Glass · 2 years, 2 months ago
  42. 55f7990 dm: core: Add support for writing u32 with ofnode by Simon Glass · 2 years, 2 months ago
  43. 39e42be dm: core: Allow writing to a flat tree with ofnode by Simon Glass · 2 years, 2 months ago
  44. b7eaa4f dm: core: Tidy up ofnode-writing test by Simon Glass · 2 years, 2 months ago
  45. be0789a dm: core: Swap parameters of ofnode_write_prop() by Simon Glass · 2 years, 2 months ago
  46. 6571559 dm: core: Move ofnode-writing test to ofnode by Simon Glass · 2 years, 2 months ago
  47. 3310484 dm: core: Introduce support for multiple trees by Simon Glass · 2 years, 2 months ago
  48. de70619 test: rng: Add a UT testcase for the rng command by Sughosh Ganu · 2 years, 2 months ago
  49. 1fc45d6 watchdog: add pulse support to gpio watchdog driver by Paul Doelle · 2 years, 3 months ago
  50. 9ff4ce8 Merge tag 'dm-pull-28jun22' of https://source.denx.de/u-boot/custodians/u-boot-dm into next by Tom Rini · 2 years, 3 months ago
  51. ebaa3d0 test: fix CONFIG_ACPIGEN dependencies by Heinrich Schuchardt · 2 years, 3 months ago
  52. 0dfda34 dm: core: Add a way to collect memory usage by Simon Glass · 2 years, 5 months ago
  53. 930a3dd dm: core: Support accessing core tags by Simon Glass · 2 years, 5 months ago
  54. df33fd2 test: eth: Add test for ethernet addresses by Sean Anderson · 2 years, 5 months ago
  55. bedb182 sandbox: net: Add aliases for ethernet devices by Sean Anderson · 2 years, 5 months ago
  56. d036104 test: dm: virtio_rng: Test virtio-rng with faked device by Andrew Scull · 2 years, 4 months ago
  57. 420b3e5 test: dm: virtio: Test virtio device driver probing by Andrew Scull · 2 years, 4 months ago
  58. acd3b27 virtio: sandbox: Bind RNG rather than block device by Andrew Scull · 2 years, 4 months ago
  59. 8df508f test: dm: virtio: Split out virtio device tests by Andrew Scull · 2 years, 4 months ago
  60. 82c8610 test: dm: virtio: Test notify before del_vqs by Andrew Scull · 2 years, 4 months ago
  61. 1674b6c virtio: sandbox: Fix device features bitfield by Andrew Scull · 2 years, 4 months ago
  62. b1fe820 dm: test: virtio: Test the virtio ring by Andrew Scull · 2 years, 4 months ago
  63. 012afa8 test: dm: spi: Replace _spi_get_bus_and_cs() by spi_get_bus_and_cs() in some case by Patrice Chotard · 2 years, 6 months ago
  64. 61708bb spi: spi-uclass: Add new spi_get_bus_and_cs() implementation by Patrice Chotard · 2 years, 6 months ago
  65. 2635e3b pci: Add mask parameter to dm_pci_map_bar() by Andrew Scull · 2 years, 5 months ago
  66. 7739d93 pci: Match region flags using a mask by Andrew Scull · 2 years, 5 months ago
  67. 12507a2 pci: Map bars with offset and length by Andrew Scull · 2 years, 5 months ago
  68. 55e6adb test: pci: Test PCI address conversion functions by Andrew Scull · 2 years, 5 months ago
  69. d69616e test: dm: devres: Remove use-after-free by Andrew Scull · 2 years, 6 months ago
  70. 7f58fea test: Fix pointer overrun in dm_test_devm_regmap() by Andrew Scull · 2 years, 6 months ago
  71. 876276f test: dm: led: Fix LED enumeration by Marek Vasut · 2 years, 5 months ago
  72. 69245e4 led: Drop led_default_state() by Marek Vasut · 2 years, 5 months ago
  73. 8cfac23 Merge branch '2022-04-25-initial-implementation-of-stdboot' by Tom Rini · 2 years, 5 months ago
  74. 026e213 test: dm: Restart USB before assuming it is stopped by Simon Glass · 2 years, 5 months ago
  75. 9bd2f62 test: fastboot: Avoid using mmc1 by Simon Glass · 2 years, 5 months ago
  76. 4e0710a dm: core: Allow finding a uclass device by partial name by Simon Glass · 2 years, 5 months ago
  77. 6aa4fe3 dm: core: Rename and fix uclass_get_by_name_len() by Simon Glass · 2 years, 5 months ago
  78. 8ff5022 test: dm: add tests for tag support by AKASHI Takahiro · 2 years, 5 months ago
  79. 092d5c2 dm: core: Allow devres to be disabled in SPL by Simon Glass · 2 years, 6 months ago
  80. 7f418ea Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-net by Tom Rini · 2 years, 5 months ago
  81. 679190c test: serial: Add test for putc/puts by Sean Anderson · 2 years, 6 months ago
  82. 123ca11 net: introduce helpers to get PHY interface mode from a device/ofnode by Marek Behún · 2 years, 6 months ago
  83. 1776a24 treewide: use dm_mdio_read/write/reset() wrappers by Marek Behún · 2 years, 6 months ago
  84. f3dd213 net: introduce helpers to get PHY ofnode from MAC by Marek Behún · 2 years, 6 months ago
  85. 49e8668 dm: blk: Expand iteration and add tests by Simon Glass · 2 years, 7 months ago
  86. 34d2b7f Merge tag 'v2022.04-rc5' into next by Tom Rini · 2 years, 6 months ago
  87. fd426b3 k210: use the board vendor name rather than the marketing name by Damien Le Moal · 2 years, 7 months ago
  88. 10d3e5d firmware: scmi: fix sandbox and related tests for clock discovery by Etienne Carriere · 2 years, 7 months ago
  89. 41d62e2 sandbox: scmi: test against a single scmi agent by Etienne Carriere · 2 years, 7 months ago
  90. 9876ae7 dm: Fix OF_BAD_ADDR definition by Patrice Chotard · 2 years, 9 months ago
  91. 06f6f3d acpi: Tidy up the table list by Simon Glass · 2 years, 10 months ago
  92. a924641 acpi: Tidy up the item list by Simon Glass · 2 years, 10 months ago
  93. 94ba15a x86: Move base tables to a writer function by Simon Glass · 2 years, 10 months ago
  94. 31c27eb x86: Use the ACPI table writer by Simon Glass · 2 years, 10 months ago
  95. cc1f8c3 x86: acpi: Split out context creation from base tables by Simon Glass · 2 years, 10 months ago
  96. 233f0e3 x86: Move the acpi table to generic global_data by Simon Glass · 2 years, 10 months ago
  97. 185f812 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 8 months ago
  98. 226fce6 phy: Track power-on and init counts in uclass by Alper Nebi Yasak · 2 years, 9 months ago
  99. 84e63ab video: Support showing the U-Boot logo by Simon Glass · 2 years, 10 months ago
  100. 4ea1548 video: theadorable: Use RGB565 for BMP blitting by Simon Glass · 2 years, 10 months ago