1. a1997a3 clk: renesas: Synchronize RZ R8A774E1 RZ/G2H clock tables with Linux 6.6.3 by Marek Vasut · 11 months ago
  2. 94c2f5b clk: renesas: Synchronize RZ R8A774C0 RZ/G2E clock tables with Linux 6.6.3 by Marek Vasut · 11 months ago
  3. 0e2433e clk: renesas: Synchronize RZ R8A774B1 RZ/G2N clock tables with Linux 6.6.3 by Marek Vasut · 11 months ago
  4. e811b03 clk: renesas: Synchronize RZ R8A774A1 RZ/G2M clock tables with Linux 6.6.3 by Marek Vasut · 11 months ago
  5. f26739e clk: renesas: Synchronize R-Car R8A77995 D3 clock tables with Linux 6.6.3 by Marek Vasut · 11 months ago
  6. aa580d8 clk: renesas: Synchronize R-Car R8A77990 E3 clock tables with Linux 6.6.3 by Marek Vasut · 11 months ago
  7. 2555830 clk: renesas: Synchronize R-Car R8A77965 M3-N clock tables with Linux 6.6.3 by Marek Vasut · 11 months ago
  8. dca7e0c clk: renesas: Synchronize R-Car R8A77960 M3-W and R8A77961 M3-W+ clock tables with Linux 6.6.3 by Marek Vasut · 11 months ago
  9. 4f6dd25 phy: phy-mtk-tphy: add properties for phy tuning by Chunfeng Yun · 10 months ago
  10. 2ee7a8e Merge patch series "net fixes prior lwip" by Tom Rini · 9 months ago
  11. c64a1e4 driver/net/rtl8139: remove debug print by Maxim Uvarov · 10 months ago
  12. f5ead4c net/smc911x: fix return from smc911x_send by Maxim Uvarov · 10 months ago
  13. d3dba8a Merge tag 'u-boot-dfu-20240111' of https://source.denx.de/u-boot/custodians/u-boot-dfu by Tom Rini · 9 months ago
  14. 344667d Merge tag 'smbios-2024-04-rc1' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 9 months ago
  15. 0727b10 Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-samsung by Tom Rini · 9 months ago
  16. 5bf111b pinctrl: exynos: Convert to use livetree API for fdt access by Sam Protsenko · 11 months ago
  17. da06fef pinctrl: exynos: Reduce variables scope by Sam Protsenko · 11 months ago
  18. aad0f6a pinctrl: exynos: Refactor handling the pin related dt properties by Sam Protsenko · 11 months ago
  19. 2ed4ba8 pinctrl: exynos: Support different register types in pin banks by Sam Protsenko · 11 months ago
  20. 2dfcb25 pinctrl: exynos: Rework pin_to_bank_base() to obtain data by name by Sam Protsenko · 11 months ago
  21. 58e84bf pinctrl: exynos: Extract pin parsing code into a separate function by Sam Protsenko · 11 months ago
  22. 7b34206 pinctrl: exynos: Improve coding style by Sam Protsenko · 11 months ago
  23. 16f79dd fastboot: add oem console command support by Ion Agorria · 10 months ago
  24. 475aa9a fastboot: implement "getvar all" by Ion Agorria · 10 months ago
  25. 85fcd69 fastboot: multiresponse support by Ion Agorria · 10 months ago
  26. 1b6228f cpu: riscv: set correct SMBIOS processor family value by Heinrich Schuchardt · 10 months ago
  27. 1351cd3 rng: detect RISC-V Zkr RNG device in bind method by Heinrich Schuchardt · 12 months ago
  28. badef4c rng: fix ARMv8.5 RNDR driver by Heinrich Schuchardt · 12 months ago
  29. 638cc36 acpi: enable writing ACPI tables on QEMU by Heinrich Schuchardt · 10 months ago
  30. 27a66fc acpi: carve out qfw_acpi.c by Heinrich Schuchardt · 10 months ago
  31. b2f088c acpi: Kconfig symbol CONFIG_QFW_ACPI by Heinrich Schuchardt · 10 months ago
  32. 93a0138 Merge tag 'v2024.01-rc6' into next by Tom Rini · 10 months ago
  33. 64e8482 cache: add sifive private L2 cache driver by Zong Li · 10 months ago
  34. f03e3f0 spi: npcm_pspi: Fix the wrong clock divider calculation by Jim Liu · 10 months ago
  35. d3db45c iommu: add qcom-hyp-smmu by Caleb Connolly · 10 months ago
  36. 76c53da iommu: add a connect op by Caleb Connolly · 10 months ago
  37. e96ecbe iommu: fix compilation when CONFIG_PCI disabled by Caleb Connolly · 10 months ago
  38. ac2370a global: Remove duplicate common.h inclusions by Tom Rini · 10 months ago
  39. cb3ce95 global: Drop common.h inclusion by Tom Rini · 10 months ago
  40. 7776960 arm: Partial cleanup and audit usage of <config.h> by Tom Rini · 10 months ago
  41. b106961 global: Restrict use of '#include <linux/kconfig.h>' by Tom Rini · 10 months ago
  42. f7655af Merge tag 'u-boot-amlogic-next-20231220' of https://source.denx.de/u-boot/custodians/u-boot-amlogic into next by Tom Rini · 10 months ago
  43. b98bed0 drivers: pinctrl: tegra: incorporate existing code by Svyatoslav Ryhel · 11 months ago
  44. 9106932 drivers: pinctrl: create Tegra DM pinctrl driver by Svyatoslav Ryhel · 11 months ago
  45. 34aeb38 mmc: tegra: use max-frequency from device tree if provided by Peter Geis · 10 months ago
  46. c03cd98 drivers: gpio-uclass: support PMIC GPIO children by Svyatoslav Ryhel · 1 year, 3 months ago
  47. 52b6bbf drivers: gpio: implement PALMAS GPIO cell by Svyatoslav Ryhel · 1 year, 3 months ago
  48. 6b24c37 drivers: gpio: implement MAX77663 GPIO cell by Svyatoslav Ryhel · 1 year, 3 months ago
  49. 9cfef5f Merge patch series "Add support for MediaTek MT8365 EVK Board" by Tom Rini · 10 months ago
  50. ac80c6a clk: mediatek: add clock driver support for MediaTek MT8365 SoC by Julien Masson · 11 months ago
  51. fd8de97 mmc: mediatek: set b_max according CONFIG_SYS_MMC_MAX_BLK_COUNT by Julien Masson · 11 months ago
  52. 00b0493 gpio: dw: Drop unused headers by Maksim Kiselev · 11 months ago
  53. 51774b3 tee: optee: don't enumerate services if there ain't any by Etienne Carriere · 11 months ago
  54. ab9500e tee: optee: don't fail on services enumeration failure by Etienne Carriere · 11 months ago
  55. 34fc186 remoteproc: k3-dsp: Avoid reloading of firmware by Udit Kumar · 11 months ago
  56. b4534dd net: Add Amlogic GXL MDIO Mux driver by Neil Armstrong · 10 months ago
  57. a6f8613 Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-riscv into next by Tom Rini · 10 months ago
  58. cd908ba Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-spi into next by Tom Rini · 10 months ago
  59. 1373ffd Merge tag 'v2024.01-rc5' into next by Tom Rini · 10 months ago
  60. 429fa3b timer: starfive: Add Starfive timer support by Kuan Lim Lee · 10 months ago
  61. 8bb3cd7 Merge tag 'clk-2024.01-next' of https://source.denx.de/u-boot/custodians/u-boot-clk into next by Tom Rini · 10 months ago
  62. d306182 test: dm: clk_ccf: test ccf_clk_ops by Yang Xiwen · 10 months ago
  63. 652d8d4 clk: nuvoton: add read only feature for clk driver by Jim Liu · 11 months ago
  64. bc3e313 clk: treewide: switch to clock dump from clk_ops by Igor Prusov · 11 months ago
  65. 4f48202 clk: amlogic: Move driver and ops structs by Igor Prusov · 11 months ago
  66. 77beaad clk: k210: Move soc_clk_dump function by Igor Prusov · 11 months ago
  67. 3f19254 clk: ast2600: Move soc_clk_dump function by Igor Prusov · 11 months ago
  68. bdac755 clk: zynq: Move soc_clk_dump to Zynq clock driver by Igor Prusov · 11 months ago
  69. 54d7da7 clk: Check that composite clock's div has set_rate() by Igor Prusov · 11 months ago
  70. 3fb2d3d clk: get correct ops for clk_enable() and clk_disable() by Yang Xiwen · 11 months ago
  71. 09844d0 clk: check parent_name in clk_register to avoid confusing log_error() output by Yang Xiwen · 11 months ago
  72. 47256b0 board: stm32f469-disco: add support to display by Dario Binacchi · 10 months ago
  73. 767ca6d clk: stm32f: fix setting of LCD clock by Dario Binacchi · 11 months ago
  74. bd6eb5d clk: stm32f: fix setting of division factor for LCD_CLK by Dario Binacchi · 11 months ago
  75. 41b0f34 ddr: imx: Add 3600 MTps rate support by Marek Vasut · 11 months ago
  76. 88db55b ddr: imx: Handle 3734 in addition to 3733 and 3732 MTps rates by Marek Vasut · 11 months ago
  77. fa3f19a Merge tag 'xilinx-for-v2024.04-rc1' of https://source.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · 10 months ago
  78. 959a4a0 spi: cadence-quadspi: Fix error message on stuck busy state by Jan Kiszka · 12 months ago
  79. fd9851e mtd: spi-nor-ids: add support for xtx XT55Q02G by Bruce Suen · 1 year ago
  80. 0f2c632 mtd: spinand: add support for ESMT F50x1G41LB by Igor Prusov · 1 year ago
  81. 961c3e9 mtd: spi-nor-core: Implement spi_nor_read_sfdp_dma_unsafe() for sfdp parse by Vaishnav Achath · 2 years, 5 months ago
  82. 11e1cc7 Merge tag 'u-boot-imx-next-20231214' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx into next by Tom Rini · 10 months ago
  83. 9578dd8 fdt: Check for a valid fdt in oftree_ensure() by Simon Glass · 11 months ago
  84. c659ac7 acpi: move acpi_get_rsdp_addr() to acpi/acpi_table.h by Heinrich Schuchardt · 11 months ago
  85. 9565771 Merge patch series "bootm: Refactoring to reduce reliance on CMDLINE (part A)" by Tom Rini · 10 months ago
  86. 8632b36 command: Introduce functions to obtain command arguments by Simon Glass · 11 months ago
  87. bfe3c7b Merge patch series "some LED patches" by Tom Rini · 10 months ago
  88. f9dc67d led: add TI LP5562 LED driver by Doug Zobel · 11 months ago
  89. d45e712 led: led_pwm: use led_bind_generic() helper by Rasmus Villemoes · 11 months ago
  90. 82eb8e5 led: led_gpio: use led_bind_generic() helper by Rasmus Villemoes · 11 months ago
  91. 3bf0515 led: introduce led_bind_generic() by Rasmus Villemoes · 11 months ago
  92. 067e4ce led-uclass: do not create fallback label for top-level node by Rasmus Villemoes · 11 months ago
  93. 5bf61f9 led-uclass: honour ->label field populated by driver's own .bind by Rasmus Villemoes · 11 months ago
  94. 4f34024 clk: zynqmp: enable topsw_lsbus clock by Venkatesh Yadav Abbarapu · 11 months ago
  95. b68d286 drivers: misc: Kconfig: Fix SPL_FS_LOADER prompt by Alexander Gendin · 11 months ago
  96. cb1d68b clk: imx8mn: add pwm clocks by Nicolas Heemeryck · 10 months ago
  97. 7e3d6ec phy: phy-imx8mq-usb: Remove .exit operation by Fabio Estevam · 1 year ago
  98. f9357169 net: phy: realtek: Add support for RTL8211F(D)(I)-VD-CG by Sébastien Szymanski · 1 year ago
  99. 9e1f79b net: dwc_eth_qos: add i.MX93 support by Sébastien Szymanski · 1 year ago
  100. b614ddb ddr: imx: Save the FW loading if it hasn't changed by Shawn Guo · 1 year, 10 months ago