1. 7576065 misc: rcc: keep the rcc device name for subnode by Patrick Delaunay · 3 years, 11 months ago
  2. 8e80ba5 misc: rcc: migrate trace to dev macro by Patrick Delaunay · 3 years, 11 months ago
  3. b11f634 Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into next by Tom Rini · 3 years, 9 months ago
  4. 720620e Merge tag 'v2021.01-rc5' into next by Tom Rini · 3 years, 9 months ago
  5. 65e25be dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET() by Simon Glass · 3 years, 9 months ago
  6. f10643c dm: core: Access device ofnode through functions by Simon Glass · 3 years, 9 months ago
  7. b060333 sandbox: Add a compatible string for spltest by Simon Glass · 3 years, 9 months ago
  8. 079ac59 test: Move some test drivers into their own file by Simon Glass · 3 years, 9 months ago
  9. 0fd3d91 dm: Use access methods for dev/uclass private data by Simon Glass · 3 years, 9 months ago
  10. c238eee x86: apl: Drop support for !OF_PLATDATA_PARENT by Simon Glass · 3 years, 9 months ago
  11. 8a8d24b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 3 years, 10 months ago
  12. b012ff1 dm: treewide: Update 'auto' declarations to be on one line by Simon Glass · 3 years, 10 months ago
  13. d1998a9 dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · 3 years, 10 months ago
  14. c69cda2 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 3 years, 10 months ago
  15. caa4daa dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 3 years, 10 months ago
  16. 41575d8 dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 3 years, 10 months ago
  17. 734206d dm: core: Rename device_bind_ofnode() to device_bind() by Simon Glass · 3 years, 10 months ago
  18. 0f8106f treewide: Update email address Patrick Delaunay and Patrice Chotard by Patrice Chotard · 3 years, 10 months ago
  19. 87d07cc sandbox: cros_ec: Basic support for EC_CMD_GET_NEXT_EVENT by Alper Nebi Yasak · 3 years, 11 months ago
  20. a3e4585 cros_ec: Handling EC_CMD_GET_NEXT_EVENT by Heinrich Schuchardt · 3 years, 11 months ago
  21. 4cb862f cros_ec: Increase command timeout for flash erase by Simon Glass · 3 years, 11 months ago
  22. d237e9c cros_ec: Correct collection of EC hash by Simon Glass · 3 years, 11 months ago
  23. 22ad69b Merge tag 'dm-pull5nov20' of git://git.denx.de/u-boot-dm by Tom Rini · 3 years, 11 months ago
  24. 6900797 cros_ec: Support keyboard scanning with EC_CMD_GET_NEXT_EVENT by Alper Nebi Yasak · 3 years, 11 months ago
  25. ed0f868 cros_ec: Fix up driver names to avoid dtoc warnings by Simon Glass · 4 years ago
  26. 63d4607 Merge tag 'dm-pull-30oct20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 3 years, 11 months ago
  27. 8a38abf dm: Use driver_info index instead of pointer by Simon Glass · 4 years ago
  28. bb44ebd x86: apl: Take advantage of the of-platdata parent support by Simon Glass · 4 years ago
  29. a8b1fbc dm: test: Drop of-platdata pytest by Simon Glass · 4 years ago
  30. 83594f3c xilinx: common: Move ZYNQ_GEM_I2C_MAC_OFFSET to board Kconfig by Michal Simek · 4 years ago
  31. f692b47 i2c: eeprom: Use reg property instead of offset and size by Michal Simek · 4 years, 4 months ago
  32. 2548493 treewide: convert devfdt_get_addr() to dev_read_addr() by Masahiro Yamada · 4 years, 2 months ago
  33. 7208396 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · 4 years, 2 months ago
  34. 60e7fa8 treewide: convert devfdt_get_addr() to dev_read_addr() by Masahiro Yamada · 4 years, 2 months ago
  35. 7c3cc6f Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · 4 years, 2 months ago
  36. b95611f x86: apl: Fix save/restore of ITSS priorities by Simon Glass · 4 years, 2 months ago
  37. 6d349e2 p2sb: Add a method to hide the bus by Simon Glass · 4 years, 3 months ago
  38. 4916f45 x86: pinctrl: Add a way to get the pinctrl reg address by Simon Glass · 4 years, 3 months ago
  39. f495513 irq: Add a method to convert an interrupt to ACPI by Simon Glass · 4 years, 3 months ago
  40. d872e7d drivers: p2sb: replace Primary-to-Sideband Bus with Primary to Sideband Bridge by Wolfgang Wallner · 4 years, 3 months ago
  41. dfbdaa6 misc: scu_api: Add SCFW API to get the index of boot container set by Ye Li · 4 years, 4 months ago
  42. c2eaa6e imx8: fuse: use arm_smccc_smc by Peng Fan · 4 years, 5 months ago
  43. 51f1263 dtoc: extend dtoc to use struct driver_info when linking nodes by Walter Lozano · 4 years, 3 months ago
  44. e3e2470 drivers: rename drivers to match compatible string by Walter Lozano · 4 years, 3 months ago
  45. 0530721 misc: add driver for the SiFive otp controller by Pragnesh Patel · 4 years, 4 months ago
  46. b24dc83 misc: i2c_eeprom: implement different probe test eeprom offset by Eugen Hristev · 4 years, 5 months ago
  47. cd93d62 common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 5 months ago
  48. c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 5 months ago
  49. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 5 months ago
  50. 0914011 command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 5 months ago
  51. e6f6f9e common: Drop part.h from common header by Simon Glass · 4 years, 5 months ago
  52. b79fdc7 common: Drop flash.h from common header by Simon Glass · 4 years, 5 months ago
  53. 71f6354 rename symbol: CONFIG_STM32 -> CONFIG_ARCH_STM32 by Trevor Woerner · 4 years, 5 months ago
  54. 77ed80c misc: scu: Increase the timeout for MU communication by Ye Li · 4 years, 5 months ago
  55. e5e95ec misc: fuse: Update imx8 fuse driver for 8QM by Ye Li · 4 years, 5 months ago
  56. 242d1cd imx8: Configure SNVS by Franck LENORMAND · 5 years ago
  57. 73d769d imx8: Update SCFW API to version 1.5 by Ye Li · 4 years, 11 months ago
  58. f959594 imx8: scu api: Add support for SECO manufacturing protection APIs by Breno Lima · 5 years ago
  59. 8a770f9 sandbox: p2sb: Silence compiler warning by Simon Glass · 4 years, 8 months ago
  60. 2738f0e Merge tag 'ti-v2020.07-next' of https://gitlab.denx.de/u-boot/custodians/u-boot-ti into next by Tom Rini · 4 years, 6 months ago
  61. 0c17bb1 misc: i2c_eeprom: store pagesize instead of pagewidth in i2c_eeprom_drv_data by Masahiro Yamada · 4 years, 7 months ago
  62. ed6dd4e misc: i2c_eeprom: remove pagewidth field from i2c_eeprom by Masahiro Yamada · 4 years, 7 months ago
  63. 3e7b0aa power: mfd: k3_avs: update am65xx MPU_VDD voltage values by Tero Kristo · 4 years, 7 months ago
  64. 3b36b38 misc: pmic_esm: Add support for PMIC ESM driver by Tero Kristo · 4 years, 7 months ago
  65. 344eb6d misc: k3_esm: Add support for Texas Instruments K3 ESM driver by Tero Kristo · 4 years, 7 months ago
  66. 7a8d03f misc: k3_avs: Fix possible NULL pointer deference by Vignesh Raghavendra · 4 years, 7 months ago
  67. 9a8942b Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 4 years, 8 months ago
  68. 4e5c468 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · 4 years, 8 months ago
  69. 821c982 misc: i2c_eeprom: set offset len and chip addr offset mask by Robert Beckett · 4 years, 8 months ago
  70. 0255435 dm: irq: Add support for requesting interrupts by Simon Glass · 4 years, 8 months ago
  71. ba87607 dm: irq: Add support for interrupt controller types by Simon Glass · 4 years, 8 months ago
  72. 21d651f sandbox: Complete migration away from os_malloc() by Simon Glass · 4 years, 8 months ago
  73. 336d461 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 8 months ago
  74. 61b29b8 dm: core: Require users of devres to include the header by Simon Glass · 4 years, 8 months ago
  75. c4e72c4 dm: pci: Update the PCI read_config() method to const dev * by Simon Glass · 4 years, 8 months ago
  76. db41d65 common: Move hang() to the same header as panic() by Simon Glass · 4 years, 9 months ago
  77. 015e334 common: Drop floppy disk support by Simon Glass · 4 years, 9 months ago
  78. deb287b Merge tag 'u-boot-imx-20200108' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 4 years, 9 months ago
  79. 67f3f32 mxc_ocotp: support i.MX8MP by Peng Fan · 4 years, 9 months ago
  80. c0912f9 Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-x86 into next by Tom Rini · 4 years, 9 months ago
  81. 033e18b misc: i2c_eeprom: add size query by Robert Beckett · 5 years ago
  82. 1a59cb4 misc: i2c_eeprom: add fixed partitions support by Robert Beckett · 5 years ago
  83. 951674a dm: i2c: EEPROM simulator add tests for addr offset mask by Robert Beckett · 5 years ago
  84. 22e9351 dm: i2c: EEPROM simulator allow tests visibility of addr and offset by Robert Beckett · 5 years ago
  85. fbb0efd sandbox: Add a test for IRQ by Simon Glass · 4 years, 10 months ago
  86. 79d66a6 x86: Move UCLASS_IRQ into a separate file by Simon Glass · 4 years, 10 months ago
  87. 3e17ffb sandbox: Add PCI driver and test for p2sb by Simon Glass · 4 years, 10 months ago
  88. 5bee27a pci: Add support for p2sb uclass by Simon Glass · 4 years, 10 months ago
  89. b4f98b3 cros_ec: use uint instead of uint8_t for cmd param by Michael Auchter · 4 years, 10 months ago
  90. cb3ef68 common: Move old EEPROM functions into a new header by Simon Glass · 4 years, 11 months ago
  91. 1045315 common: Move get_ticks() function out of common.h by Simon Glass · 4 years, 11 months ago
  92. 3db7110 crc32: Use the crc.h header for crc functions by Simon Glass · 4 years, 11 months ago
  93. c076e5c status_led: Tidy up the code style by Simon Glass · 4 years, 11 months ago
  94. c3e4430 common: Drop global inclusion of status_led.h by Simon Glass · 4 years, 11 months ago
  95. a907dc3 misc: add driver for the Rockchip otp controller by Finley Xiao · 5 years ago
  96. 5f7ff6d Merge tag 'u-boot-imx-20191105' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 4 years, 11 months ago
  97. 9a03e50 misc: k3_avs: Add j721e support by Keerthy · 5 years ago
  98. 9d233b4 misc: k3_avs: add driver for K3 Adaptive Voltage Scaling Class 0 by Tero Kristo · 5 years ago
  99. 816d093 misc: imx8: scu: simplify code to make it extendable by Peng Fan · 5 years ago
  100. 264977d mach-imx: Adding new argument for SIP call interface by Ye Li · 5 years ago