1. b35df87 mtd: Rename SPL_MTD_SUPPORT to SPL_MTD by Sean Anderson · 12 months ago
  2. 38ef64e spl: nand: Set bl_len to page size by Sean Anderson · 12 months ago
  3. cdc0434 nand: spl_loaders: Only read enough pages to load the image by Sean Anderson · 12 months ago
  4. 601b890 nand: Calculate SYS_NAND_BLOCK_PAGES (neé SYS_NAND_PAGE_COUNT) automatically by Sean Anderson · 12 months ago
  5. 23c2ebe nand: Don't dereference NULL manufacturer_desc by Sean Anderson · 12 months ago
  6. 4afdc7a sysreset: implement PALMAS sysreset functions by Svyatoslav Ryhel · 12 months ago
  7. 8b8a00e sysreset: implement TPS65910 sysreset functions by Svyatoslav Ryhel · 12 months ago
  8. 9d937cd sysreset: implement TPS80031 sysreset functions by Svyatoslav Ryhel · 12 months ago
  9. fa1e72e sysreset: implement MAX77663 sysreset functions by Svyatoslav Ryhel · 12 months ago
  10. 7084f34 sysreset: tegra: create arch specific sysreset driver by Svyatoslav Ryhel · 12 months ago
  11. c23fca8 power: regulator: tps65911: add regulator support by Svyatoslav Ryhel · 12 months ago
  12. 8e5c9c5 power: pmic: tps65910: add TPS65911 PMIC support by Svyatoslav Ryhel · 12 months ago
  13. a70a75a power: regulator: tps80031: add regulator support by Svyatoslav Ryhel · 12 months ago
  14. 51201e4 power: pmic: add the base TPS80031 PMIC support by Svyatoslav Ryhel · 12 months ago
  15. cc7595a power: regulator: max77663: add regulator support by Svyatoslav Ryhel · 12 months ago
  16. f2ed584 power: pmic: add the base MAX77663 PMIC support by Svyatoslav Ryhel · 12 months ago
  17. 9b1d277 power: regulator: palmas: fix ldoln and ldousb detection by Svyatoslav Ryhel · 12 months ago
  18. 8ab09b9 power: pmic: palmas: support TI TPS65913 PMIC by Svyatoslav Ryhel · 12 months ago
  19. e1bbc5a mmc: tegra: get default-tap and default-trim from device tree by Svyatoslav Ryhel · 1 year, 1 month ago
  20. 5631423 Merge tag 'u-boot-dfu-20231103' of https://source.denx.de/u-boot/custodians/u-boot-dfu by Tom Rini · 12 months ago
  21. 1e044a9 Merge tag 'dm-pull-2nov23' of https://source.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 12 months ago
  22. 1f46e8a cros_ec: spi: disable annoying key echo on console by Milan P. Stanić · 1 year ago
  23. 9796226 Merge branch 'master_common_h_cleanup' of https://source.denx.de/u-boot/custodians/u-boot-sh by Tom Rini · 12 months ago
  24. 07fe79c Merge tag 'i2cfixes-for-v2024-01-rc2' of https://source.denx.de/u-boot/custodians/u-boot-i2c by Tom Rini · 12 months ago
  25. b0c391c Merge https://source.denx.de/u-boot/custodians/u-boot-riscv by Tom Rini · 12 months ago
  26. 32c048b clk: rzg2l: Drop <common.h> by Paul Barker · 12 months ago
  27. 6b49155 gpio: rzg2l: Drop <common.h> by Paul Barker · 12 months ago
  28. d933d43 mmc: renesas-sdhi: Drop <common.h> by Paul Barker · 12 months ago
  29. a1b3787 pinctrl: rzg2l: Drop <common.h> by Paul Barker · 12 months ago
  30. 56d65db serial: sh: Drop <common.h> by Paul Barker · 12 months ago
  31. ebaee70 rng: Add StarFive JH7110 RNG driver by Chanho Park · 12 months ago
  32. 88af85c clk: starfive: jh7110: Add security clocks by Chanho Park · 12 months ago
  33. ceec977 rng: Provide a RNG based on the RISC-V Zkr ISA extension by Heinrich Schuchardt · 12 months ago
  34. 658caf0 Merge tag 'clk-2024.01-rc2' of https://source.denx.de/u-boot/custodians/u-boot-clk by Tom Rini · 12 months ago
  35. 0755db4 clk: use private clk struct in CLK_CCF's enable/disable functions by Maksim Kiselev · 1 year, 1 month ago
  36. b6a56f5 clk: fix count parameter type for clk_release_all by Eugen Hristev · 1 year, 4 months ago
  37. aed6480 drivers: clk: Adjust temp var data type to properly match that of struct clk_ops by Nathan Barrett-Morrison · 1 year, 5 months ago
  38. 073bf4a bootstd: BOOTDEV_SPI_FLASH requires BOOTSTD by Heinrich Schuchardt · 1 year, 2 months ago
  39. 21c84bb mmc: sdhci: Rework SDHCI_QUIRK_BROKEN_R1B by Sean Anderson · 12 months ago
  40. c27c810 mmc: pci: Drop the superfluous cast by Bin Meng · 1 year ago
  41. 9b8ebd3 mmc: spl: select SPL_BLK for SPL_DM_MMC by Oleksandr Suvorov · 1 year, 2 months ago
  42. 57f9b25 clk: ti: k3-pll: Add calibration support for non fractional mode by Vishal Mahaveer · 12 months ago
  43. 5572d23 pinctrl: npcm8xx: Add name for gpio function by Jim Liu · 12 months ago
  44. 60d904a dfu: mmc: Add support for exposing whole mmc device by Marek Vasut · 12 months ago
  45. 5b6ee51 bootcount: Add driver model I2C driver by Philip Richard Oberfichtner · 12 months ago
  46. b483552 i2c: Implement i2c_get_chip_by_phandle() by Philip Richard Oberfichtner · 12 months ago
  47. 31f4ee4 bootcount: Remove legacy I2C driver by Philip Richard Oberfichtner · 12 months ago
  48. 5ed1c55 misc: i2c_eeprom: consider pagesize when writing to eeprom by Michel Alex · 12 months ago
  49. 18370f1 Kconfig: Remove all default n/no options by Michal Simek · 12 months ago
  50. 482a0f1 arm_ffa: fix: remove deadcode in ffa_print_error_log() by Abdellatif El Khlifi · 12 months ago
  51. 35e8007 i2c: designware_i2c: adjust timing calculation by Heinrich Schuchardt · 1 year ago
  52. af7a4ff i2c: nuvoton: remove standard mode only by Jim Liu · 1 year, 1 month ago
  53. c594b43 Merge branch 'master_tmio_fixes' of https://source.denx.de/u-boot/custodians/u-boot-sh by Tom Rini · 12 months ago
  54. b254975 driver: misc: k3_avs: Add support for thermal shutdown by Udit Kumar · 1 year ago
  55. ffdb85b misc: vexpress_config: Use member .priv_auto to set the private data by Wei Chen · 1 year ago
  56. d5d9770 Merge tag 'tpm-next-27102023' of https://source.denx.de/u-boot/custodians/u-boot-tpm by Tom Rini · 12 months ago
  57. b59b0ce spi: add support for Amlogic A1 SPI Flash Controller by Igor Prusov · 12 months ago
  58. 54b96e8 tpm: sandbox: Update for needed TPM2 capabilities by Eddie James · 12 months ago
  59. 1332bdc mmc: tmio: Disable 1/1024 clock divider on Renesas R-Car platforms by Marek Vasut · 12 months ago
  60. 631dbe0 mmc: tmio: Always check for errors after receiving an IRQ by Marek Vasut · 1 year ago
  61. 0fb6cd6 mmc: sh_sdhi: Drop unused driver by Marek Vasut · 1 year ago
  62. fa8422d mmc: renesas-sdhi: Fix error handling in rzg2l_sdhi_setup by Paul Barker · 1 year ago
  63. 35dc728 serial: introduce CONFIG_CONSOLE_FLUSH_ON_NEWLINE by Rasmus Villemoes · 1 year ago
  64. 1000e2f serial: serial-uclass.c: move definition of _serial_flush up a bit by Rasmus Villemoes · 1 year ago
  65. 8e545b3 sandbox: add SCMI power domain protocol support for testing by AKASHI Takahiro · 1 year ago
  66. c1d2ed0 power: domain: add SCMI driver by AKASHI Takahiro · 1 year ago
  67. fc358b1 firmware: scmi: add power domain protocol support by AKASHI Takahiro · 1 year ago
  68. 5cab351 Merge tag 'u-boot-rockchip-20231024' of https://source.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · 12 months ago
  69. 1b2a3d0 Merge tag 'u-boot-imx-20231024' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 12 months ago
  70. 81bd22e rockchip: block: blk-uclass: add bounce buffer flag to blk_desc by Johan Jonker · 1 year ago
  71. 80201ec rockchip: block: add rkmtd class and drivers by Johan Jonker · 1 year ago
  72. 900c303 rockchip: dm: prepare rkmtd UCLASS by Johan Jonker · 1 year ago
  73. d27f227 mtd: nand: raw: rockchip_nfc: add NAND_SKIP_BBTSCAN option by Johan Jonker · 1 year ago
  74. 7b4544f mtd: spi-nor: Add support for XMC XM25QU128C by Ricardo Pardini · 1 year ago
  75. 1052920 bootstd: sata: bootdev scanning for ahci sata with no drive attached by Tony Dinh · 1 year ago
  76. a7527fb bootstd: sata: Add bootstd support for ahci sata by Tony Dinh · 1 year ago
  77. a8f6dab Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxi by Tom Rini · 12 months ago
  78. c51f2ea Merge tag 'video-20231022' of https://source.denx.de/u-boot/custodians/u-boot-video by Tom Rini · 12 months ago
  79. 0339e81 Merge tag 'u-boot-amlogic-20231023' of https://source.denx.de/u-boot/custodians/u-boot-amlogic by Tom Rini · 12 months ago
  80. 6bfb37e clk: rockchip: rk3588: fix up the frac pll calculation by Elaine Zhang · 1 year ago
  81. e4916e2 clk: rockchip: rk3588: Avoid re-setting the pll rate of dclk_vop's parent by Elaine Zhang · 1 year ago
  82. cdf21a8 clk: rockchip: rk3588: support aclk_top_root set 750M by Elaine Zhang · 1 year ago
  83. 39fb8ac clk: rk3588: Add 742.5M parameter for PLL by Guochun Huang · 1 year ago
  84. bdb35a2 clk: rockchip: rk3568: support dclk_vop select more parent clks by Elaine Zhang · 1 year ago
  85. 95168d7 sunxi: add Allwinner R528/T113 SoC support by Andre Przywara · 2 years, 1 month ago
  86. 124289b sunxi: add R528/T113-s3/D1(s) DRAM initialisation code by Andre Przywara · 1 year, 10 months ago
  87. 8bddb97 Kconfig: sunxi: prepare for using drivers/ram/sunxi by Andre Przywara · 1 year, 10 months ago
  88. b9a91b9 clk: sunxi: Add support for the D1 CCU by Samuel Holland · 2 years, 6 months ago
  89. ad9dcb5 pinctrl: sunxi: add Allwinner D1 pinctrl description by Andre Przywara · 2 years, 1 month ago
  90. 4a9e89a sunxi: introduce NCAT2 generation model by Andre Przywara · 2 years ago
  91. 452369c pinctrl: sunxi: add new D1 pinctrl support by Andre Przywara · 2 years, 1 month ago
  92. 207ed0a pinctrl: sunxi: remove GPIO_EXTRA_HEADER by Andre Przywara · 2 years, 1 month ago
  93. 30097ee pinctrl: sunxi: remove struct sunxi_gpio by Andre Przywara · 2 years, 1 month ago
  94. 316ec7f pinctrl: sunxi: add GPIO in/out wrappers by Andre Przywara · 2 years, 1 month ago
  95. 20b78c5 pinctrl: sunxi: move pinctrl code by Andre Przywara · 2 years, 1 month ago
  96. 5ad98c5 sunxi: remove CONFIG_MACPWR by Andre Przywara · 2 years, 4 months ago
  97. 0914429 net: sunxi_emac: chase DT nodes to find PHY regulator by Andre Przywara · 1 year, 4 months ago
  98. ae79c1d sunxi: remove CONFIG_SATAPWR by Andre Przywara · 2 years, 3 months ago
  99. 846dcae video: tegra20: dsi: use regulator_set_enable_if_allowed by Svyatoslav Ryhel · 1 year, 1 month ago
  100. 66ac14f video: simple_panel: use regulator_set_enable_if_allowed by Svyatoslav Ryhel · 1 year, 1 month ago