1. 52ac65f cros_ec: Use standard calls for recovery-request checking by Simon Glass · Mon Jul 05 16:32:52 2021 -0600
  2. 01da40b cros_ec: Support the full-size vboot context by Simon Glass · Mon Jul 05 16:32:51 2021 -0600
  3. 821b998 cros_ec: Drop cros_ec_entering_mode() by Simon Glass · Mon Jul 05 16:32:50 2021 -0600
  4. cbb191b cros_ec: Allow reading the battery-charge state by Simon Glass · Mon Jul 05 16:32:49 2021 -0600
  5. 8293081 sandbox: cros_ec: Update error handling when reading matrix by Simon Glass · Thu May 13 19:39:26 2021 -0600
  6. 8df0def misc: i2c_eeprom: Add atmel,24c01 to the list by Marek Vasut · Sun Jul 04 21:31:18 2021 +0200
  7. 8a8cd4f sandbox: cros-ec: Add tests for the Chromium OS EC PWM driver by Alper Nebi Yasak · Wed May 19 19:33:31 2021 +0300
  8. 8131335 dm: define LOG_CATEGORY for all uclass by Patrick Delaunay · Tue Apr 27 11:02:19 2021 +0200
  9. 55c9b9c misc: make CONFIG_IRQ selectable for all platforms by Wasim Khan · Mon Mar 08 16:48:13 2021 +0100
  10. f0c0e54 qemu: add MMIO driver for QFW by Asherah Connor · Fri Mar 19 18:21:42 2021 +1100
  11. ab1975b test: qemu: add qfw sandbox driver, dm tests, qemu tests by Asherah Connor · Fri Mar 19 18:21:41 2021 +1100
  12. 4ffa95d x86: qemu: move QFW to its own uclass by Asherah Connor · Fri Mar 19 18:21:40 2021 +1100
  13. 2b8031f pwm: Add a driver for Chrome OS EC PWM by Alper Nebi Yasak · Thu Oct 22 23:49:27 2020 +0300
  14. c29b7c7 misc: ocotp: Update OCOTP driver for iMX8MQ B2 by Ye Li · Fri Mar 19 15:57:17 2021 +0800
  15. c747f8b sandbox: cros_ec: Only write EC state when the EC is probed by Simon Glass · Mon Mar 15 18:11:08 2021 +1300
  16. 9a01fd9 x86: Make coreboot sysinfo available to any x86 board by Simon Glass · Mon Mar 15 18:00:18 2021 +1300
  17. f0c97ad x86: p2sb: Drop LOG_DEBUG by Simon Glass · Mon Mar 15 18:00:03 2021 +1300
  18. 0000e0d dm: Rename device_get_by_driver_info_idx() by Simon Glass · Mon Mar 15 17:25:28 2021 +1300
  19. fea2f25 dtoc: Generate device instances by Simon Glass · Wed Feb 03 06:01:21 2021 -0700
  20. c7b4b83 dtoc: Generate uclass devices by Simon Glass · Wed Feb 03 06:01:20 2021 -0700
  21. df56e0b dtoc: Assign a sequence number to each node by Simon Glass · Wed Feb 03 06:01:09 2021 -0700
  22. 964f232 dm: i2c: allow disabling driver model in SPL by Igor Opaniuk · Tue Feb 09 13:52:43 2021 +0200
  23. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · Fri Oct 30 21:38:53 2020 -0600
  24. 333e3a9 cros_ec: Add vstore support by Simon Glass · Sat Jan 16 14:52:31 2021 -0700
  25. 692f38d cros_ec: Allow use with of-platdata by Simon Glass · Sat Jan 16 14:52:30 2021 -0700
  26. 0316130 cros_ec: Show events in human-readable form by Simon Glass · Sat Jan 16 14:52:29 2021 -0700
  27. 9d70252 cros_ec: Add support for switches by Simon Glass · Sat Jan 16 14:52:28 2021 -0700
  28. 959e1ce cros_ec: Support reading EC features by Simon Glass · Sat Jan 16 14:52:26 2021 -0700
  29. 33909b5 cros_ec: Add support for reading the SKU ID by Simon Glass · Sat Jan 16 14:52:25 2021 -0700
  30. cd3a63e cros_ec: Add run-time check for input buffer overflow by Simon Glass · Sat Jan 16 14:52:24 2021 -0700
  31. ebee533 cros_ec: Tidy up a few delays by Simon Glass · Sat Jan 16 14:52:23 2021 -0700
  32. 9b306e5 cros_ec: Add a function for the hello message by Simon Glass · Sat Jan 16 14:52:22 2021 -0700
  33. 78075bb misc: rcc: keep the rcc device name for subnode by Patrick Delaunay · Fri Nov 06 19:01:44 2020 +0100
  34. eec21f3 misc: rcc: migrate trace to dev macro by Patrick Delaunay · Fri Nov 06 19:01:43 2020 +0100
  35. bb721de Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into next by Tom Rini · Tue Jan 05 22:34:43 2021 -0500
  36. e6256ce Merge tag 'v2021.01-rc5' into next by Tom Rini · Tue Jan 05 16:20:26 2021 -0500
  37. 65130cd dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET() by Simon Glass · Mon Dec 28 20:34:56 2020 -0700
  38. a7ece58 dm: core: Access device ofnode through functions by Simon Glass · Sat Dec 19 10:40:14 2020 -0700
  39. e5b6d5f sandbox: Add a compatible string for spltest by Simon Glass · Sat Dec 19 10:39:55 2020 -0700
  40. 4bf8972 test: Move some test drivers into their own file by Simon Glass · Wed Dec 23 08:11:18 2020 -0700
  41. 9558862 dm: Use access methods for dev/uclass private data by Simon Glass · Tue Dec 22 19:30:28 2020 -0700
  42. 37ad5f3 x86: apl: Drop support for !OF_PLATDATA_PARENT by Simon Glass · Tue Dec 22 19:30:25 2020 -0700
  43. b75b15b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · Thu Dec 03 16:55:23 2020 -0700
  44. 33b2efb dm: treewide: Update 'auto' declarations to be on one line by Simon Glass · Thu Dec 03 16:55:22 2020 -0700
  45. aad29ae dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · Thu Dec 03 16:55:21 2020 -0700
  46. fa20e93 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · Thu Dec 03 16:55:20 2020 -0700
  47. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · Thu Dec 03 16:55:18 2020 -0700
  48. 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · Thu Dec 03 16:55:17 2020 -0700
  49. 884870f dm: core: Rename device_bind_ofnode() to device_bind() by Simon Glass · Sat Nov 28 17:50:01 2020 -0700
  50. 5d9950d treewide: Update email address Patrick Delaunay and Patrice Chotard by Patrice Chotard · Wed Dec 02 18:47:30 2020 +0100
  51. 5370d83 sandbox: cros_ec: Basic support for EC_CMD_GET_NEXT_EVENT by Alper Nebi Yasak · Sat Nov 14 01:01:42 2020 +0300
  52. 9f0cffd cros_ec: Handling EC_CMD_GET_NEXT_EVENT by Heinrich Schuchardt · Mon Nov 09 21:34:25 2020 +0100
  53. ea5def6 cros_ec: Increase command timeout for flash erase by Simon Glass · Mon Nov 09 07:14:44 2020 -0700
  54. 97208d9 cros_ec: Correct collection of EC hash by Simon Glass · Mon Nov 09 07:14:43 2020 -0700
  55. a391451 Merge tag 'dm-pull5nov20' of git://git.denx.de/u-boot-dm by Tom Rini · Fri Nov 06 11:27:14 2020 -0500
  56. 1ce0729 cros_ec: Support keyboard scanning with EC_CMD_GET_NEXT_EVENT by Alper Nebi Yasak · Fri Oct 30 20:25:20 2020 +0300
  57. df2e939 cros_ec: Fix up driver names to avoid dtoc warnings by Simon Glass · Mon Oct 05 05:27:00 2020 -0600
  58. bac8450 Merge tag 'dm-pull-30oct20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · Fri Oct 30 15:24:30 2020 -0400
  59. 5792f4b dm: Use driver_info index instead of pointer by Simon Glass · Sat Oct 03 11:31:40 2020 -0600
  60. 8d5bcef x86: apl: Take advantage of the of-platdata parent support by Simon Glass · Sat Oct 03 11:31:39 2020 -0600
  61. 10a2cd3 dm: test: Drop of-platdata pytest by Simon Glass · Sun Oct 25 20:38:35 2020 -0600
  62. 4b773f2 xilinx: common: Move ZYNQ_GEM_I2C_MAC_OFFSET to board Kconfig by Michal Simek · Wed Oct 14 17:08:14 2020 +0200
  63. 4f18f92 i2c: eeprom: Use reg property instead of offset and size by Michal Simek · Thu May 28 11:48:55 2020 +0200
  64. a89b4de treewide: convert devfdt_get_addr() to dev_read_addr() by Masahiro Yamada · Fri Jul 17 14:36:48 2020 +0900
  65. 5a9ecb2 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · Fri Jul 24 08:42:06 2020 -0400
  66. a831cef treewide: convert devfdt_get_addr() to dev_read_addr() by Masahiro Yamada · Fri Jul 17 14:36:48 2020 +0900
  67. 76c449c Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · Fri Jul 17 08:04:48 2020 -0400
  68. d89f193 x86: apl: Fix save/restore of ITSS priorities by Simon Glass · Thu Jul 16 21:22:30 2020 -0600
  69. 5e13b0f p2sb: Add a method to hide the bus by Simon Glass · Tue Jul 07 21:32:30 2020 -0600
  70. 25f16c1 x86: pinctrl: Add a way to get the pinctrl reg address by Simon Glass · Tue Jul 07 21:32:19 2020 -0600
  71. b24cbf4 irq: Add a method to convert an interrupt to ACPI by Simon Glass · Tue Jul 07 13:11:41 2020 -0600
  72. f43b083 drivers: p2sb: replace Primary-to-Sideband Bus with Primary to Sideband Bridge by Wolfgang Wallner · Wed Jul 01 13:37:23 2020 +0200
  73. c9c35a4 misc: scu_api: Add SCFW API to get the index of boot container set by Ye Li · Tue Jun 09 03:34:42 2020 -0700
  74. b0b4441 imx8: fuse: use arm_smccc_smc by Peng Fan · Mon May 11 15:16:07 2020 +0800
  75. dc5b437 dtoc: extend dtoc to use struct driver_info when linking nodes by Walter Lozano · Thu Jun 25 01:10:13 2020 -0300
  76. 2901ac6 drivers: rename drivers to match compatible string by Walter Lozano · Thu Jun 25 01:10:04 2020 -0300
  77. 6e9661f misc: add driver for the SiFive otp controller by Pragnesh Patel · Fri May 29 11:33:21 2020 +0530
  78. 24d8b75 misc: i2c_eeprom: implement different probe test eeprom offset by Eugen Hristev · Thu May 07 11:53:18 2020 +0300
  79. 4dcacfc common: Drop linux/bitops.h from common header by Simon Glass · Sun May 10 11:40:13 2020 -0600
  80. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · Sun May 10 11:40:11 2020 -0600
  81. 0f2af88 common: Drop log.h from common header by Simon Glass · Sun May 10 11:40:05 2020 -0600
  82. ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · Sun May 10 11:40:03 2020 -0600
  83. 655306c common: Drop part.h from common header by Simon Glass · Sun May 10 11:39:58 2020 -0600
  84. 8e20188 common: Drop flash.h from common header by Simon Glass · Sun May 10 11:39:54 2020 -0600
  85. 2bcc1ed rename symbol: CONFIG_STM32 -> CONFIG_ARCH_STM32 by Trevor Woerner · Wed May 06 08:02:42 2020 -0400
  86. 3e738e5 misc: scu: Increase the timeout for MU communication by Ye Li · Sun May 03 22:31:47 2020 +0800
  87. 390f460 misc: fuse: Update imx8 fuse driver for 8QM by Ye Li · Sun May 03 22:31:46 2020 +0800
  88. d3b70ea imx8: Configure SNVS by Franck LENORMAND · Wed Oct 09 10:27:43 2019 +0200
  89. 24b5dae imx8: Update SCFW API to version 1.5 by Ye Li · Wed Nov 13 21:20:43 2019 -0800
  90. 184c7e2 imx8: scu api: Add support for SECO manufacturing protection APIs by Breno Lima · Wed Oct 16 18:10:54 2019 -0300
  91. a5405b1 sandbox: p2sb: Silence compiler warning by Simon Glass · Sat Feb 08 07:53:10 2020 -0700
  92. 32cdf19 Merge tag 'ti-v2020.07-next' of https://gitlab.denx.de/u-boot/custodians/u-boot-ti into next by Tom Rini · Tue Mar 17 11:59:58 2020 -0400
  93. 2a57937 misc: i2c_eeprom: store pagesize instead of pagewidth in i2c_eeprom_drv_data by Masahiro Yamada · Fri Feb 28 22:04:14 2020 +0900
  94. c8b5dc3 misc: i2c_eeprom: remove pagewidth field from i2c_eeprom by Masahiro Yamada · Fri Feb 28 22:04:13 2020 +0900
  95. 7577430 power: mfd: k3_avs: update am65xx MPU_VDD voltage values by Tero Kristo · Fri Feb 14 09:05:10 2020 +0200
  96. 1444e11 misc: pmic_esm: Add support for PMIC ESM driver by Tero Kristo · Fri Feb 14 11:18:16 2020 +0200
  97. f81f4cd misc: k3_esm: Add support for Texas Instruments K3 ESM driver by Tero Kristo · Fri Feb 14 11:18:15 2020 +0200
  98. 0b6ce80 misc: k3_avs: Fix possible NULL pointer deference by Vignesh Raghavendra · Fri Feb 14 17:52:17 2020 +0530
  99. 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
  100. 0a4d619 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · Mon Feb 10 12:27:31 2020 -0500