1. 1257efc clk: Rename clk_get_by_driver_info() by Simon Glass · Sat Aug 07 07:24:09 2021 -0600
  2. 6d70ba0 treewide: Try to avoid the preprocessor with OF_REAL by Simon Glass · Sat Aug 07 07:24:06 2021 -0600
  3. 47f6469 mmc: nds32: ftsdc010: Convert to livetree by Simon Glass · Sat Aug 07 07:24:05 2021 -0600
  4. 9288265 treewide: Use OF_REAL instead of !OF_PLATDATA by Simon Glass · Sat Aug 07 07:24:04 2021 -0600
  5. 3580f6d treewide: Simply conditions with the new OF_REAL by Simon Glass · Sat Aug 07 07:24:03 2021 -0600
  6. 0034d96 treewide: fdt: Move fdt_get_config_... to ofnode_conf_read... by Simon Glass · Sat Aug 07 07:24:01 2021 -0600
  7. b25a5e5 drivers: tpm2: update reset gpio semantics by Jorge Ramirez-Ortiz · Thu Jun 03 12:40:26 2021 +0200
  8. 36e8fa0 pci: Fix configuring io/memory base and limit registers of PCI bridges by Pali Rohár · Fri Sep 10 13:33:35 2021 +0200
  9. a951fcc Merge tag 'u-boot-at91-2022.01-a' of https://source.denx.de/u-boot/custodians/u-boot-at91 into next by Tom Rini · Wed Sep 22 14:55:16 2021 -0400
  10. 2f93983 net: remove unused CONFIG_DRIVER_AT91EMAC_* by Eugen Hristev · Wed Aug 25 13:28:28 2021 +0300
  11. 3f0a8a7 cpu: at91: add compatible for ARM9260EJ-S by Claudiu Beznea · Fri Jul 16 08:43:49 2021 +0300
  12. 8b5bbad clk: at91: clk-master: split master clock in pres and divider by Claudiu Beznea · Fri Jul 16 08:43:48 2021 +0300
  13. 6e1f085 Remove including timestamp.h in version.h by Pali Rohár · Mon Aug 02 15:18:38 2021 +0200
  14. ba87ddf version: Move version_string[] from version.h to version_string.h by Pali Rohár · Mon Aug 02 15:18:31 2021 +0200
  15. 4025e57 Remove #include <version.h> from files which do not need it by Pali Rohár · Mon Aug 02 15:18:29 2021 +0200
  16. 61e401e pci: Fix mismerge with v2021.10-rc4 by Tom Rini · Thu Sep 16 11:45:03 2021 -0400
  17. 17a2907 Merge tag 'v2021.10-rc4' into next by Tom Rini · Thu Sep 16 10:29:40 2021 -0400
  18. 973a979 pinctrl: fix typo by Yuan Fang · Wed Sep 08 19:06:48 2021 +0800
  19. 80f0509 Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxi by Tom Rini · Mon Sep 13 21:03:36 2021 -0400
  20. f502070 sunxi: mmc: A20: Fix MMC optimisation by Andre Przywara · Fri Sep 03 16:49:16 2021 +0100
  21. 3933d29 pci: Drop DM_PCI by Simon Glass · Sun Aug 01 18:54:44 2021 -0600
  22. c93daf9 pci: Drop PCI_INDIRECT_BRIDGE by Simon Glass · Sun Aug 01 18:54:43 2021 -0600
  23. 900f0da net: Drop DM_PCI check from designware driver by Simon Glass · Sun Aug 01 18:54:34 2021 -0600
  24. 74eb045 pci: acpi: Drop DM_PCI check from ahci by Simon Glass · Sun Aug 01 18:54:25 2021 -0600
  25. 1102236 Merge tag 'mmc-2021-9-13' of https://source.denx.de/u-boot/custodians/u-boot-mmc by Tom Rini · Mon Sep 13 08:31:41 2021 -0400
  26. ff31efc mmc: fsl_esdhc: remove 1ms sleep in esdhc_send_cmd_common() by Michael Walle · Fri Sep 10 11:20:52 2021 +0200
  27. 3679e80 mmc: fix device_remove when HS400_ES is enabled by Ye Li · Tue Aug 17 17:20:34 2021 +0800
  28. 99b0d2e mmc: fix switch issue with send_status disabled by Ye Li · Tue Aug 17 17:20:33 2021 +0800
  29. bb5b9fe mmc: Add support for enumerating MMC card in a given mode using mmc command by Aswath Govindraju · Fri Aug 13 23:04:41 2021 +0530
  30. 0523643 Revert "mmc: sdhci: set to INT_DATA_END when there are data" by Yuezhang.Mo@sony.com · Wed Mar 17 06:44:37 2021 +0000
  31. 73d776a arm: a37xx: pci: Don't spam about PIO Response Status by Marek Behún · Tue Sep 07 17:27:08 2021 +0200
  32. 7418a51 arm: mvebu : sata_mv should probe all ports by Tony Dinh · Sun Sep 05 14:48:25 2021 -0700
  33. 907cd9a arm: a37xx: pci: Implement re-issuing config requests on CRS response by Pali Rohár · Fri Aug 27 14:14:44 2021 +0200
  34. 67cd721 arm: a37xx: pci: Disable returning CRS response by Pali Rohár · Fri Aug 27 14:14:43 2021 +0200
  35. 650b786 image: Drop if/elseif hash selection in calculate_hash() by Alexandru Gagniuc · Thu Sep 02 19:54:21 2021 -0500
  36. feea3fb cache: add sifive composable cache driver by Zong Li · Wed Sep 01 15:01:39 2021 +0800
  37. ae2398f riscv: Add missing sentinel in ocores_i2c.c by Thomas Skibo · Sun Aug 15 16:04:03 2021 -0700
  38. 1d92624 net: Move network rules to drivers/net by Simon Glass · Sun Aug 08 12:20:31 2021 -0600
  39. a0e4487 power: Refactor Makefile rules by Simon Glass · Sun Aug 08 12:20:29 2021 -0600
  40. 7ff6104 power: Add a POWER config by Simon Glass · Sun Aug 08 12:20:28 2021 -0600
  41. 3133941 i2c: Convert CONFIG_POWER_I2C et al to Kconfig by Simon Glass · Sun Aug 08 12:20:27 2021 -0600
  42. 44da595 power: Rename CONFIG_POWER to CONFIG_POWER_LEGACY by Simon Glass · Sun Aug 08 12:20:26 2021 -0600
  43. 6343ffb power: Tidy up #undef of CONFIG_DM_PMIC by Simon Glass · Sun Aug 08 12:20:25 2021 -0600
  44. 12cf602 gpio: Add a GPIO config by Simon Glass · Sun Aug 08 12:20:24 2021 -0600
  45. 8adc1b6 tegra: gpio: Drop use of CONFIG_xxx variables by Simon Glass · Sun Aug 08 12:20:23 2021 -0600
  46. 2710f9f Makefile: Move drivers/dma/ into drivers/Makefile by Simon Glass · Sun Aug 08 12:20:22 2021 -0600
  47. 4000e1b Convert CONFIG_DMA_LPC32XX to Kconfig by Simon Glass · Sun Aug 08 12:20:21 2021 -0600
  48. 9cf0079 dma: Add a Kconfig for legacy DMA by Simon Glass · Sun Aug 08 12:20:19 2021 -0600
  49. bb83ec5 Makefile: Unify the rules for BOOTCOUNT_LIMIT by Simon Glass · Sun Aug 08 12:20:18 2021 -0600
  50. 081a45a sata: Rename SATA_SUPPORT to SATA by Simon Glass · Sun Aug 08 12:20:17 2021 -0600
  51. 6457106 ppc: Rename MPC8XXX_INIT_DDR_SUPPORT to MPC8XXX_INIT_DDR by Simon Glass · Sun Aug 08 12:20:16 2021 -0600
  52. de3fd53 Rename CACHE_SUPPORT to CACHE by Simon Glass · Sun Aug 08 12:20:15 2021 -0600
  53. a582047 spi: Rename SPI_SUPPORT to SPI by Simon Glass · Sun Aug 08 12:20:14 2021 -0600
  54. 388f78e serial: Add a SERIAL config by Simon Glass · Sun Aug 08 12:20:13 2021 -0600
  55. f4d6039 serial: Rename SERIAL_SUPPORT to SERIAL by Simon Glass · Sun Aug 08 12:20:12 2021 -0600
  56. 3198531 rtc: Rename RTC_SUPPORT to RTC by Simon Glass · Sun Aug 08 12:20:11 2021 -0600
  57. ff67f23 pch: Rename PCH_SUPPORT to PCH by Simon Glass · Sun Aug 08 12:20:10 2021 -0600
  58. b58bfe0 mmc: Rename MMC_SUPPORT to MMC by Simon Glass · Sun Aug 08 12:20:09 2021 -0600
  59. 822a243 spi: zynqmp_gqspi: Fix dma alignment issue by Ashok Reddy Soma · Fri Aug 20 07:43:17 2021 -0600
  60. 1c35adc spi: zynqmp_gqspi: Switch genfifo start to manual mode by Ashok Reddy Soma · Fri Aug 20 07:43:16 2021 -0600
  61. 439a4c2 pci: iproc: fix compilation errors and warnings by Bharat Gooty · Mon Aug 23 14:57:24 2021 +0530
  62. 605b655 ata: ahci-pci: Add new option CONFIG_SPL_AHCI_PCI by Pali Rohár · Sun Aug 15 16:27:37 2021 +0200
  63. 4b5b1c5 ata: ahci-pci: Fix dependency on DM_PCI by Pali Rohár · Sun Aug 15 16:27:36 2021 +0200
  64. 8534161 rtc: ds1307: Fix incorrect clock reset for DS13xx by Callum Sinclair · Tue Aug 10 14:51:15 2021 +1200
  65. 8a523aa crypto: hash: Add software hash DM driver by Chia-Wei Wang · Fri Jul 30 09:08:04 2021 +0800
  66. 6e84474 dm: hash: Add new UCLASS_HASH support by Chia-Wei Wang · Fri Jul 30 09:08:03 2021 +0800
  67. 41a92cf Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-marvell into next by Tom Rini · Tue Aug 31 19:11:15 2021 -0400
  68. 4b198e3 Kconfig: Remove all default n/no options by Michal Simek · Fri Aug 27 08:48:10 2021 +0200
  69. 468c2d5 nxp: Migrate a number of DDR related symbols to Kconfig by Tom Rini · Sat Aug 21 13:50:18 2021 -0400
  70. f7246c2 nxp: Migrate CONFIG_DDR_CLK_FREQ to Kconfig by Tom Rini · Sat Aug 21 13:50:17 2021 -0400
  71. fe2cea6 ddr: Migrate DDR_SPD to Kconfig by Tom Rini · Sat Aug 21 13:50:16 2021 -0400
  72. 592bcd0 mvebe: Migrate CONFIG_DDR_LOG_LEVEL to Kconfig by Tom Rini · Sat Aug 21 13:50:15 2021 -0400
  73. 5155665 mvebu: ddr: Rename CONFIG_DDR_FIXED_SIZE to CONFIG_SYS_SDRAM_SIZE by Tom Rini · Sat Aug 21 13:50:14 2021 -0400
  74. 0866760 watchdog: add gpio watchdog driver by Rasmus Villemoes · Thu Aug 19 11:57:04 2021 +0200
  75. 3be6a35 watchdog: wdt-uclass.c: handle all DM watchdogs in watchdog_reset() by Rasmus Villemoes · Thu Aug 19 11:57:03 2021 +0200
  76. beb8c2f watchdog: wdt-uclass.c: add wdt_stop_all() helper by Rasmus Villemoes · Thu Aug 19 11:57:01 2021 +0200
  77. 85fb822 watchdog: wdt-uclass.c: keep track of each device's running state by Rasmus Villemoes · Thu Aug 19 11:56:59 2021 +0200
  78. c245318 watchdog: wdt-uclass.c: refactor initr_watchdog() by Rasmus Villemoes · Thu Aug 19 11:56:58 2021 +0200
  79. 1e42d37 watchdog: wdt-uclass.c: neaten UCLASS_DRIVER definition by Rasmus Villemoes · Thu Aug 19 11:56:57 2021 +0200
  80. 635f924 watchdog: wdt-uclass.c: introduce struct wdt_priv by Rasmus Villemoes · Thu Aug 19 11:56:56 2021 +0200
  81. f008c30 watchdog: wdt-uclass.c: use wdt_start() in wdt_expire_now() by Rasmus Villemoes · Thu Aug 19 11:56:55 2021 +0200
  82. ddda564 global: Remove unused or unnecessary CONFIG symbols related to DDR by Tom Rini · Sat Aug 21 13:50:12 2021 -0400
  83. b0f0a21 spi: altera_spi: Do not abuse CONFIG namespace by Tom Rini · Thu Aug 19 15:06:54 2021 -0400
  84. ec2c2a0 video: Remove ati_radeon_fb by Tom Rini · Thu Aug 19 15:06:01 2021 -0400
  85. f916490 global: Remove dead code that starts with CONFIG_[0-9A] by Tom Rini · Thu Aug 19 15:02:35 2021 -0400
  86. 6515ffe i8042: Do not abuse CONFIG namespace by Tom Rini · Thu Aug 19 14:58:00 2021 -0400
  87. 40a35f5 nand: vf610_nfc: Do not abuse CONFIG namespace by Tom Rini · Thu Aug 19 13:56:20 2021 -0400
  88. be94c76 i2c: fsl_i2c: Migrate to Kconfig by Tom Rini · Wed Aug 18 23:12:35 2021 -0400
  89. b9a254d rcar: i2c: Migrate SYS_I2C_SH to Kconfig by Tom Rini · Wed Aug 18 23:12:34 2021 -0400
  90. 1a19588 Convert CONFIG_SYS_I2C_MXC et al to Kconfig by Tom Rini · Wed Aug 18 23:12:33 2021 -0400
  91. a6e2923 Convert CONFIG_SYS_I2C_SPEED et al to Kconfig by Tom Rini · Wed Aug 18 23:12:32 2021 -0400
  92. 2b12913 i2c: Remove non-DM code from ihs_i2c.c by Tom Rini · Wed Aug 18 23:12:30 2021 -0400
  93. a7a9bc0 ti: i2c: Convert CONFIG_SYS_OMAP24_I2C to CONFIG_SYS_I2C namespace by Tom Rini · Wed Aug 18 23:12:29 2021 -0400
  94. 00edb10 i2c: designware: Remove unused non-DM functionality by Tom Rini · Wed Aug 18 23:12:26 2021 -0400
  95. 714482a Convert CONFIG_SYS_I2C_EARLY_INIT to Kconfig by Tom Rini · Wed Aug 18 23:12:25 2021 -0400
  96. 52b2e26 Convert CONFIG_SYS_I2C_LEGACY to Kconfig and add CONFIG_[ST]PL_SYS_I2C_LEGACY by Tom Rini · Wed Aug 18 23:12:24 2021 -0400
  97. 68e0d31 i2c: Remove unused additional legacy soft i2c bus support by Tom Rini · Tue Aug 17 17:59:48 2021 -0400
  98. 8825ec4 Convert CONFIG_SYS_I2C_MVTWSI to Kconfig by Tom Rini · Tue Aug 17 17:59:47 2021 -0400
  99. 5817ff0 Convert CONFIG_SYS_I2C_SOFT et al to Kconfig by Tom Rini · Tue Aug 17 17:59:46 2021 -0400
  100. faed567 Convert CONFIG_SYS_I2C_EEPROM_ADDR et al to Kconfig by Tom Rini · Tue Aug 17 17:59:45 2021 -0400