1. 28bdaa5 test: dm: update test for pins configuration in gpio by Patrick Delaunay · Mon Jan 13 11:35:14 2020 +0100
  2. 054fbba gpio: remove the open_drain API and ops by Patrick Delaunay · Mon Jan 13 11:35:00 2020 +0100
  3. caee155 dm: core: add ofnode and dev function to iterate on node property by Patrick Delaunay · Mon Jan 13 11:34:56 2020 +0100
  4. 41b888e Merge tag 'dm-pull-10apr20-take2' of git://git.denx.de/u-boot-dm by Tom Rini · Thu Apr 16 13:45:03 2020 -0400
  5. 44c4789 dm: core: Read parent ofdata before children by Simon Glass · Sun Apr 05 15:38:19 2020 -0600
  6. 62070e0 test: fdtdec: test fdtdec_set_carveout() by Laurentiu Tudor · Fri Apr 03 13:43:04 2020 +0300
  7. 81d80b5 dm: core: support reading a single indexed u32 value by Dario Binacchi · Sun Mar 29 18:04:41 2020 +0200
  8. 421e81e dm: test: add test case for dev_read_u64 function by Dario Binacchi · Sun Mar 29 18:04:40 2020 +0200
  9. c779e20 dm: core: Move "/chosen" and "/firmware" node scan by Patrick Delaunay · Tue Feb 18 15:43:46 2020 +0100
  10. e962989 acpi: Add support for DMAR by Simon Glass · Wed Apr 08 16:57:39 2020 -0600
  11. b2672ea acpi: Add a central location for table version numbers by Simon Glass · Wed Apr 08 16:57:38 2020 -0600
  12. 2d67fdf acpi: Add a simple sandbox test by Simon Glass · Wed Apr 08 16:57:34 2020 -0600
  13. c35854a cpu: Support querying the address width by Simon Glass · Wed Apr 08 16:57:20 2020 -0600
  14. 106930e dm: serial: Add clock member to struct serial_device_info by Andy Shevchenko · Thu Feb 27 17:21:54 2020 +0200
  15. b7b1838 Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · Tue Feb 11 10:58:41 2020 -0500
  16. 515dcff dm: irq: Add support for requesting interrupts by Simon Glass · Thu Feb 06 09:55:00 2020 -0700
  17. a847b27 dm: irq: Add support for interrupt controller types by Simon Glass · Thu Feb 06 09:54:57 2020 -0700
  18. 35cb2a4 dm: core: Add a function to find a device by drvdata by Simon Glass · Thu Feb 06 09:54:50 2020 -0700
  19. 27c0e17 dm: core: Allow iterating devices without uclass_get() by Simon Glass · Thu Feb 06 09:54:49 2020 -0700
  20. 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · Mon Feb 03 07:36:16 2020 -0700
  21. d66c5f7 dm: core: Require users of devres to include the header by Simon Glass · Mon Feb 03 07:36:15 2020 -0700
  22. 70bc14b sound: Add a new stop_play() method by Simon Glass · Mon Feb 03 07:36:06 2020 -0700
  23. 492d7b5 test: Enable console recording in tests by Simon Glass · Mon Jan 27 08:49:55 2020 -0700
  24. 76db9b7 dm: core: Add a way to iterate through children, probing each by Simon Glass · Mon Jan 27 08:49:48 2020 -0700
  25. 000676b dm: core: Add a way to read platdata for all child devices by Simon Glass · Mon Jan 27 08:49:47 2020 -0700
  26. e09223c dm: core: Add ofnode_get_chosen_prop() by Simon Glass · Mon Jan 27 08:49:46 2020 -0700
  27. 0c2e980 dm: core: Add ofnode_read_prop() by Simon Glass · Mon Jan 27 08:49:44 2020 -0700
  28. f345596 dm: core: Rename ofnode_get_chosen_prop() by Simon Glass · Mon Jan 27 08:49:43 2020 -0700
  29. bb919a5 test: dm: spi: Fix sandbox dm_test_spi_find() by Bin Meng · Mon Sep 09 06:00:03 2019 -0700
  30. b2b76eb Merge tag 'dm-pull-8jan20' of git://git.denx.de/u-boot-dm by Tom Rini · Thu Jan 09 08:52:21 2020 -0500
  31. 3768a0e Merge tag 'efi-2020-04-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · Wed Jan 08 18:57:11 2020 -0500
  32. 0fe1537 dm: devres: Add a new OFDATA phase by Simon Glass · Sun Dec 29 21:19:28 2019 -0700
  33. 323ff9f dm: devres: Add tests by Simon Glass · Sun Dec 29 21:19:26 2019 -0700
  34. 204675c dm: test: Add a test driver for devres by Simon Glass · Sun Dec 29 21:19:25 2019 -0700
  35. 912893d test: rng: Add basic test for random number generator(rng) uclass by Sughosh Ganu · Sat Dec 28 23:58:33 2019 +0530
  36. abb8e21 remoteproc: elf_loader: Add elf resource table load support by Fabien Dessenne · Wed Oct 30 14:38:28 2019 +0100
  37. 7811b0e Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-x86 into next by Tom Rini · Wed Dec 18 07:20:19 2019 -0500
  38. f695f6e dm: i2c: EEPROM simulator add tests for addr offset mask by Robert Beckett · Mon Oct 28 17:44:59 2019 +0000
  39. 1fe8a49 dm: i2c: EEPROM simulator allow tests visibility of addr and offset by Robert Beckett · Mon Oct 28 17:44:58 2019 +0000
  40. 54028bc sandbox: Add a test for IRQ by Simon Glass · Fri Dec 06 21:41:59 2019 -0700
  41. 937bb47 sandbox: Add PCI driver and test for p2sb by Simon Glass · Fri Dec 06 21:41:57 2019 -0700
  42. 8c50102 x86: sandbox: Add a PMC emulator and test by Simon Glass · Fri Dec 06 21:41:54 2019 -0700
  43. adaaa48 common: Move command functions out of common.h by Simon Glass · Thu Nov 14 12:57:43 2019 -0700
  44. 513255b dm: test: usb: rework keyboard test by Heinrich Schuchardt · Sat Nov 23 18:15:23 2019 +0100
  45. bb51132 dm: regulator: support regulator more state by Joseph Chen · Thu Sep 26 15:43:52 2019 +0800
  46. 37ad0fe spi: Add support for memory-mapped flash by Simon Glass · Sun Oct 20 21:31:47 2019 -0600
  47. ba1e61b Merge tag 'dm-pull-29oct19' of git://git.denx.de/u-boot-dm by Tom Rini · Fri Nov 01 09:34:35 2019 -0400
  48. e7e7953 test: regmap: check the values read from the regmap by Jean-Jacques Hiblot · Fri Oct 11 16:16:50 2019 -0600
  49. c1e9c94 test: clk: test clock self assignment by Jean-Jacques Hiblot · Tue Oct 22 14:00:07 2019 +0200
  50. 98e8418 test: clk: Update tests to also check the managed API by Jean-Jacques Hiblot · Tue Oct 22 14:00:05 2019 +0200
  51. 9712c82 dm: Add a dsi host uclass by Yannick Fertré · Mon Oct 07 15:29:05 2019 +0200
  52. 3275e5d remoteproc: elf_loader: Introduce rproc_elf_get_boot_addr() api by Lokesh Vutla · Wed Sep 04 16:01:31 2019 +0530
  53. b506cba remoteproc: elf_loader: Always check the validity of the image before loading by Lokesh Vutla · Wed Sep 04 16:01:28 2019 +0530
  54. fa45a08 dm: core: Add a function to count the children of a device by Lokesh Vutla · Wed Sep 04 16:01:26 2019 +0530
  55. 23b2759 dm: pci: Add a function to read a PCI BAR by Simon Glass · Sun Sep 15 12:08:58 2019 -0600
  56. 21c8f1a sandbox: Rename PCI ID for swap_case to be more specific by Simon Glass · Wed Sep 25 08:56:01 2019 -0600
  57. a10a383 dm: test: Correct a stray backslash in dm_test_destroy() by Simon Glass · Wed Sep 25 08:55:57 2019 -0600
  58. 0bb4427 dm: core: Correct the return value for uclass_find_first_device() by Simon Glass · Wed Sep 25 08:55:55 2019 -0600
  59. c5987ae dm: test: Don't fail when tests are skipped due to build by Simon Glass · Wed Sep 25 08:55:52 2019 -0600
  60. 14866fb dm: test: Fix running of multiple test from command line by Simon Glass · Wed Sep 25 08:55:51 2019 -0600
  61. a7af286 dm: cache: Add enable and disable ops for sandbox and test by Rick Chen · Wed Aug 28 18:46:05 2019 +0800
  62. 8eec510 sandbox: clk: add clk enable/disable test code by Peng Fan · Wed Aug 21 13:35:19 2019 +0000
  63. fb76807 Merge branch '2019-08-11-ti-imports' by Tom Rini · Mon Aug 12 18:47:53 2019 -0400
  64. f677c6f dm: core: add support for getting register address and size by Sekhar Nori · Thu Aug 01 19:12:56 2019 +0530
  65. cf3119d clk: add support for clk_is_match() by Sekhar Nori · Thu Aug 01 19:12:55 2019 +0530
  66. 5e6201b env: Move env_set() to env.h by Simon Glass · Thu Aug 01 09:46:51 2019 -0600
  67. 91f053f test: dm: clk_ccf: test composite clk by Peng Fan · Wed Jul 31 07:02:05 2019 +0000
  68. 41c0e26 Merge tag 'u-boot-imx-20190719' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · Sat Jul 27 09:35:05 2019 -0400
  69. c6b05de Merge tag 'u-boot-stm32-20190723' of https://gitlab.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · Tue Jul 23 14:16:21 2019 -0400
  70. edbbdad remoteproc: add elf file load support by Fabien Dessenne · Fri May 31 15:11:33 2019 +0200
  71. 22236e0 dm: core: Introduce xxx_translate_dma_address() by Fabien Dessenne · Fri May 31 15:11:30 2019 +0200
  72. 8c0709b clk: sandbox: Add sandbox test code for Common Clock Framework [CCF] by Lukasz Majewski · Mon Jun 24 15:50:50 2019 +0200
  73. 0649be5 test: dm: add a test for MDIO MUX DM uclass by Alex Marginean · Fri Jul 12 10:13:53 2019 +0300
  74. 3336ef6 test: dm_mdio: add a 2nd register to the emulated PHY by Alex Marginean · Fri Jul 12 10:13:52 2019 +0300
  75. 0daa53a test: dm: add MDIO test by Alex Marginean · Mon Jun 03 19:12:28 2019 +0300
  76. e702810 test: dm: usb: use the real device name by Peng Fan · Wed May 22 07:08:12 2019 +0000
  77. 2c1f296 test: dm: adc: use the real device name by Peng Fan · Wed May 22 07:08:09 2019 +0000
  78. 5a822e8 Merge tag 'dm-pull-9jul19-take2' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · Thu Jul 11 18:10:11 2019 -0400
  79. afdb342 test: pci_ep: add basic pci_ep tests by Ramon Fried · Sat Apr 27 11:15:24 2019 +0300
  80. f127443 test: dm: Add a test for PCI Enhanced Allocation by Alex Marginean · Fri Jun 07 11:24:24 2019 +0300
  81. db97c7f dm: Add a No-op uclass by Jean-Jacques Hiblot · Fri Jul 05 09:33:57 2019 +0200
  82. a89f9cb video: Factor out vidconsole_put_string() by Marek Vasut · Fri May 17 20:22:31 2019 +0200
  83. 19bbb32 Merge branch 'master' of git://git.denx.de/u-boot-sunxi by Tom Rini · Wed May 08 16:21:43 2019 -0400
  84. dcd48c3 test/dm: reset: Add reset_get_by_index[_nodev] test by Jagan Teki · Thu Feb 28 00:26:56 2019 +0530
  85. ab127ba test/dm: clk: Add clk_get_by_index[_nodev] test by Jagan Teki · Tue Mar 05 19:42:44 2019 +0530
  86. d94e18e dm: cache: Create a uclass for cache by Dinh Nguyen · Tue Apr 23 16:55:03 2019 -0500
  87. ee01043 syscon: update syscon_regmap_lookup_by_phandle by Patrick Delaunay · Thu Mar 07 09:57:13 2019 +0100
  88. 8d28c3c clk: Add fixed-factor clock driver by Anup Patel · Mon Feb 25 08:14:55 2019 +0000
  89. ecd02e7 sound: Add uclass operations for beeping by Simon Glass · Sat Feb 16 20:24:54 2019 -0700
  90. dbadbb7 pch: Add ioctl support by Simon Glass · Sat Feb 16 20:24:51 2019 -0700
  91. 53a68b3 sandbox: pch: Add a test for the PCH uclass by Simon Glass · Sat Feb 16 20:24:50 2019 -0700
  92. d8934b9 Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · Mon Feb 11 11:15:34 2019 -0500
  93. b3f9dd9 Merge tag 'dm-pull-10feb19' of git://git.denx.de/u-boot-dm by Tom Rini · Sun Feb 10 08:11:32 2019 -0500
  94. 7106b78 power: regulator: Introduce regulator_set_enable_if_allowed api by Lokesh Vutla · Fri Jan 11 15:15:51 2019 +0530
  95. 75ec16f dm: device: fail uclass_find_first_device() if list_empty by Marcel Ziswiler · Fri Feb 01 16:01:07 2019 +0100
  96. 4247cf4 dm: core: Add tests for dev_read_alias_highest_id() by Michal Simek · Thu Jan 31 16:31:00 2019 +0100
  97. 2dee419 net: explicitly assign errno to return code in case of network failure by Thomas RIENOESSL · Wed Nov 21 15:56:07 2018 +0100
  98. 76d42c1 Merge tag 'dm-pull-15jan19' of git://git.denx.de/u-boot-dm by Tom Rini · Tue Jan 15 22:05:34 2019 -0500
  99. 896c164 dm: serial: Adjust serial_getinfo() to use proper API by Simon Glass · Fri Dec 28 14:23:10 2018 -0700
  100. de62d48 dm: serial: Adjust serial_setconfig() to use proper API by Simon Glass · Fri Dec 28 14:23:09 2018 -0700