1. 57a8884 net: dwc_eth_qos: add support for phy-reset-gpios property by Heesub Shin · Sun Apr 28 23:24:05 2024 +0900
  2. 04f5cb6 Merge tag 'xilinx-for-v2024.10-rc1' of https://source.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · Mon Jun 17 11:01:35 2024 -0600
  3. ec56167 gpio: Add proper dependency on ZYNQMP_FIRMWARE by Michal Simek · Thu Jun 06 16:44:54 2024 +0200
  4. 71bfd39 spi: versal2: Enable spi drivers for Versal Gen 2 by Michal Simek · Wed May 29 16:48:01 2024 +0200
  5. 534a934 mmc: versal2: Update zynq_sdhci driver to support AMD Versal Gen 2 by Michal Simek · Wed May 29 16:48:00 2024 +0200
  6. 34d3512 soc: versal2: Add SoC driver for AMD Versal Gen 2 by Michal Simek · Wed May 29 16:47:59 2024 +0200
  7. d903ce4 arm64: versal2: Add support for AMD Versal Gen 2 by Michal Simek · Wed May 29 16:47:58 2024 +0200
  8. c74d861 mtd: spi-nor: Add SPI_NOR_OCTAL_READ flag for mx66uw2g345gx0 flash part by Prasad Kummari · Wed May 08 10:57:50 2024 +0530
  9. d78ea25 sdhci: zynq: Fix tap delay for SD on Versal NET by Simek, Michal · Wed Apr 17 20:06:13 2024 -1200
  10. 98379e3 Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-watchdog into next by Tom Rini · Sun Jun 16 09:10:13 2024 -0600
  11. 3557250 Merge tag 'u-boot-rockchip-next-20240615' of https://source.denx.de/u-boot/custodians/u-boot-rockchip into next by Tom Rini · Sun Jun 16 09:09:07 2024 -0600
  12. 76aaf69 serial: ns16550: fix comment to mention schedule instead of watchdog_reset by Rasmus Villemoes · Tue May 28 13:13:21 2024 +0200
  13. 4733b8d wdt-uclass: watchdog_reset cleanup by Rasmus Villemoes · Tue May 28 13:13:20 2024 +0200
  14. ea36ada cyclic: make clients embed a struct cyclic_info in their own data structure by Rasmus Villemoes · Tue May 21 10:46:52 2024 +0200
  15. 93a82ce wdt-uclass: prevent multiple cyclic_register calls by Rasmus Villemoes · Tue May 21 10:46:51 2024 +0200
  16. a90e793 Merge patch series "efi_loader: select BLK not depends on BLK" by Tom Rini · Fri Jun 14 10:39:40 2024 -0600
  17. 29b436e block: Update BLK to be def_bool by Tom Rini · Tue Jun 04 19:37:42 2024 -0600
  18. 106d04e power: rk8xx: properly print all supported PMICs name by Quentin Schulz · Thu Jun 06 10:45:35 2024 +0200
  19. 1f79d01 bcmgenet: fix Rx buffer corruption caused by lack of cache flush by Yasuharu Shibata · Sun Jun 02 17:24:03 2024 +0900
  20. e4d70fd net: phy: Replace PHY_ANEG_TIMEOUT with Kconfig symbol by Marek Vasut · Fri May 31 18:47:17 2024 +0200
  21. 2070c1a net: phy: Turn default auto-negotiation timeout into Kconfig symbol by Marek Vasut · Fri May 31 18:47:16 2024 +0200
  22. 4aa7be0 Merge patch series "Enable OSPI boot for j721s2" by Tom Rini · Wed Jun 12 18:40:46 2024 -0600
  23. ead026f mtd: spi-nor-core: Do not start or end writes at odd address in DTR mode by Pratyush Yadav · Tue Jun 04 11:39:10 2024 +0530
  24. 5e15024 memory: ti-gpmc: use printf to dump settings/timings by Roger Quadros · Wed May 15 15:20:08 2024 +0300
  25. a2e7ad0 Merge patch series "Adding support to load secure firmware for HS devices" by Tom Rini · Fri Jun 07 14:01:15 2024 -0600
  26. 3b779d1 drivers: remoteproc: ti_k3 : enable secure booting with firmware images by Manorit Chawdhry · Tue May 21 16:26:46 2024 +0530
  27. a9705f0 Merge tag 'v2024.07-rc4' into next by Tom Rini · Mon Jun 03 18:42:11 2024 -0600
  28. f98a80a andes: l2 cache driver: fixes typos and cctl status by Leo Yu-Chi Liang · Tue May 28 20:49:42 2024 +0800
  29. 1e820e5 Merge tag 'tpm-master-27052024' of https://source.denx.de/u-boot/custodians/u-boot-tpm by Tom Rini · Mon May 27 08:56:02 2024 -0600
  30. 13ea754 tpm: display warning if using gpio reset with TPM by Tim Harvey · Wed May 15 16:21:38 2024 -0700
  31. 71407d8 Merge patch series "FWU: Add support for FWU metadata version 2" by Tom Rini · Fri May 24 13:42:07 2024 -0600
  32. b05d6a4 drivers: fwu: mtd: allocate buffer for image info dynamically by Sughosh Ganu · Fri Mar 22 16:27:17 2024 +0530
  33. 15665c5 drivers: fwu: add the size parameter to the metadata access API's by Sughosh Ganu · Fri Mar 22 16:27:16 2024 +0530
  34. 166a047 clk: rockchip: rk3588: Set SPLL frequency during SPL stage by Heiko Stuebner · Wed May 22 19:31:29 2024 +0200
  35. 775e261 Merge patch series "Clean-up patch set for MbedTLS integration" by Tom Rini · Wed May 22 08:55:35 2024 -0600
  36. 24da831 include: Move snprintf to stdio.h by Raymond Mao · Thu May 16 14:11:52 2024 -0700
  37. cdc9318 md5: Use typedef for MD5 context by Raymond Mao · Thu May 16 14:11:51 2024 -0700
  38. dec7ea0 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · Mon May 20 13:35:03 2024 -0600
  39. cb40ccc Merge tag 'v2024.07-rc3' into next by Tom Rini · Mon May 20 10:16:33 2024 -0600
  40. abb9a04 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · Sat May 18 20:20:43 2024 -0600
  41. 192e958 phy: Use dt-bindig definations for npcm usb phy by Jim Liu · Mon May 13 15:25:32 2024 +0800
  42. 523a31c pinctrl: Fix pinctrl_gpio_get_pinctrl_and_offset() by Jonas Karlman · Fri May 10 19:35:51 2024 +0000
  43. 5847075 Merge tag 'u-boot-dfu-20240516' of https://source.denx.de/u-boot/custodians/u-boot-dfu by Tom Rini · Thu May 16 09:52:24 2024 -0600
  44. cf31879 usb: dwc3: gadget: Disable GUSB2PHYCFG.SUSPHY for End Transfer by Thinh Nguyen · Fri Apr 12 22:26:06 2024 +0200
  45. ff5002e usb: dwc3: gadget: properly check ep cmd by Felipe Balbi · Fri Apr 12 22:26:05 2024 +0200
  46. b1839b3 usb: dwc3: gadget: Check ENBLSLPM before sending ep command by Thinh Nguyen · Fri Apr 12 22:26:04 2024 +0200
  47. 64fac8b usb: dwc3: gadget: only resume USB2 PHY in <=HIGHSPEED by Felipe Balbi · Fri Apr 12 22:26:03 2024 +0200
  48. d6fb9a2 usb: dwc3: gadget: clear SUSPHY bit before ep cmds by Felipe Balbi · Fri Apr 12 22:26:02 2024 +0200
  49. 46ba084 usb: dwc3: gadget: combine return points into a single one by Felipe Balbi · Fri Apr 12 22:26:01 2024 +0200
  50. 65aef70 dma: ti: k3-udma: invalidate prepared buffers before pushing to recv ring by Matthias Schiffer · Fri Apr 26 10:02:28 2024 +0200
  51. fe2ee88 dma: ti: k3-udma: add missing <net.h> include by Matthias Schiffer · Fri Apr 26 10:02:27 2024 +0200
  52. 9ee004a net: ti: am65-cpsw-nuss: fix error handling for "RX dma add buf failed" by Matthias Schiffer · Fri Apr 26 10:02:26 2024 +0200
  53. ac70b87 net: ti: am65-cpsw-nuss: avoid errors due to imbalanced start()/stop() by Matthias Schiffer · Fri Apr 26 10:02:25 2024 +0200
  54. c3f8fe0 Merge patch series "Add remoteproc driver for AM62a SoC" by Tom Rini · Wed May 15 10:45:33 2024 -0600
  55. 89322b8 remoteproc: k3-r5: Add support for R5F core on AM62A SoCs by Hari Nagalla · Thu May 09 09:20:35 2024 -0500
  56. da85f78 remoteproc: k3-dsp: Enable C71x support for AM62A by Hari Nagalla · Thu May 09 09:20:34 2024 -0500
  57. 64c9ca2 Merge patch series "Add DFU and usb boot for TI am62x SK and beagleplay" by Tom Rini · Wed May 15 10:45:10 2024 -0600
  58. 3ca8c4f usb: dwc3: Add dwc3 glue driver for am62 by Sjoerd Simons · Mon May 06 15:38:41 2024 +0100
  59. 5d0bbea andes: Unify naming policy for Andes related source by Leo Yu-Chi Liang · Tue May 14 17:50:11 2024 +0800
  60. bc735c3 riscv: add NULL check before calling strlen in the riscv cpu's get_desc() by Hanyuan Zhao · Mon May 06 17:10:06 2024 +0800
  61. 66cbdce usb: cdns3: gadget.c: Set fast access bit by Aswath Govindraju · Wed Apr 24 13:09:11 2024 +0530
  62. 400ae94 crypto: nuvoton: npcm_sha: Support SHA 384/512 by Jim Liu · Mon Apr 29 14:38:03 2024 +0800
  63. 58ca847 Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · Mon May 13 09:15:51 2024 -0600
  64. e521478 Merge patch series "Add AM64x Support to PRUSS and PRU_RPROC driver" by Tom Rini · Fri May 10 10:44:58 2024 -0600
  65. d56695f soc: ti: pruss: Add support for AM64x by MD Danish Anwar · Tue Apr 30 16:16:33 2024 +0530
  66. 2482886 remoteproc: pru: Add support for AM64x PRU / RTU cores by MD Danish Anwar · Tue Apr 30 16:16:32 2024 +0530
  67. dc7aa6f net: Add drivers for Sysnopsys Ethernet 10G device by Boon Khai Ng · Wed Apr 17 15:46:56 2024 +0800
  68. 489c419 Merge patch series "arm: Add Analog Devices SC5xx Machine Type" by Tom Rini · Tue May 07 19:24:07 2024 -0600
  69. 39e4719 drivers: timer: Add in driver support for ADI SC5XX-family GP timer peripheral by Greg Malysa · Wed Apr 24 20:04:03 2024 -0400
  70. ce71564 drivers: serial: Add in UART for ADI SC5XX-family processors by Nathan Barrett-Morrison · Wed Apr 24 20:04:02 2024 -0400
  71. 20afb90 drivers: clk: adi: Add in SC5XX-family clock driver by Nathan Barrett-Morrison · Wed Apr 24 20:04:01 2024 -0400
  72. 900acc9 xen: Remove <common.h> and add needed includes by Tom Rini · Wed May 01 19:31:36 2024 -0600
  73. 709c2a2 watchdog: Remove <common.h> and add needed includes by Tom Rini · Wed May 01 19:31:35 2024 -0600
  74. 6cacf2c w1-eeprom: Remove <common.h> and add needed includes by Tom Rini · Wed May 01 19:31:34 2024 -0600
  75. 2262c63 w1: Remove <common.h> and add needed includes by Tom Rini · Wed May 01 19:31:33 2024 -0600
  76. a497891 virtio: Remove <common.h> and add needed includes by Tom Rini · Wed May 01 19:31:32 2024 -0600
  77. 4b5ed11 video: Remove <common.h> and add needed includes by Tom Rini · Wed May 01 19:31:31 2024 -0600
  78. 7dd3c6c reboot-mode: Remove <common.h> and add needed includes by Tom Rini · Wed May 01 19:31:12 2024 -0600
  79. e324ed0 usb: Remove <common.h> and add needed includes by Tom Rini · Wed May 01 19:31:30 2024 -0600
  80. aa36af0 ram: Remove <common.h> and add needed includes by Tom Rini · Wed May 01 19:31:11 2024 -0600
  81. 9afd082 ufs: Remove <common.h> and add needed includes by Tom Rini · Wed May 01 19:31:29 2024 -0600
  82. 7488096 pwm: Remove <common.h> and add needed includes by Tom Rini · Wed May 01 19:31:10 2024 -0600
  83. e1e5722 tpm: Remove <common.h> and add needed includes by Tom Rini · Wed May 01 19:31:28 2024 -0600
  84. 78f809d power: Remove <common.h> and add needed includes by Tom Rini · Wed May 01 19:31:09 2024 -0600
  85. fca3cd4 timer: Remove <common.h> and add needed includes by Tom Rini · Wed May 01 19:31:27 2024 -0600
  86. f132108 pinctrl: Remove <common.h> and add needed includes by Tom Rini · Wed May 01 19:31:08 2024 -0600
  87. 7f88075 thermal: Remove <common.h> and add needed includes by Tom Rini · Wed May 01 19:31:26 2024 -0600
  88. 98cc7b2 phy: Remove <common.h> and add needed includes by Tom Rini · Wed May 01 19:31:07 2024 -0600
  89. a54105b sysreset: Remove <common.h> and add needed includes by Tom Rini · Wed May 01 19:31:25 2024 -0600
  90. 7127e0e pci_endpoint: Remove <common.h> and add needed includes by Tom Rini · Wed May 01 19:31:06 2024 -0600
  91. 7e9eee3 sysinfo: Remove <common.h> and add needed includes by Tom Rini · Wed May 01 19:31:24 2024 -0600
  92. 15cfc95 spmi: Remove <common.h> and add needed includes by Tom Rini · Wed May 01 19:31:23 2024 -0600
  93. b116fe2 spi: Remove <common.h> and add needed includes by Tom Rini · Wed May 01 19:31:22 2024 -0600
  94. a35904d sound: Remove <common.h> and add needed includes by Tom Rini · Wed May 01 19:31:21 2024 -0600
  95. ba97c7a soc: Remove <common.h> and add needed includes by Tom Rini · Wed May 01 19:31:20 2024 -0600
  96. a03150d smem: Remove <common.h> and add needed includes by Tom Rini · Wed May 01 19:31:19 2024 -0600
  97. d3348e5 sm: Remove <common.h> and add needed includes by Tom Rini · Wed May 01 19:31:18 2024 -0600
  98. c0ae4a5 serial: Remove <common.h> and add needed includes by Tom Rini · Wed May 01 19:31:17 2024 -0600
  99. da26f81 scsi: Remove <common.h> and add needed includes by Tom Rini · Wed May 01 19:31:16 2024 -0600
  100. af20c8a rtc: Remove <common.h> and add needed includes by Tom Rini · Wed May 01 19:31:15 2024 -0600