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