Dear Tom, The following changes since commit 3532f1f5edfc97c9dcea723cdeb732eda44bc669:
block: Remove blk_find_first/next (2025-07-23 17:37:14 -0600) are available in the Git repository at: https://source.denx.de/u-boot/custodians/u-boot-samsung.git master for you to fetch changes up to f83f2397a1f3ebb3136618332e1549687eb8dd52: doc: samsung: Describe flashing process for E850-96 (2025-07-25 10:17:21 +0900) ---------------------------------------------------------------- Sam Protsenko (9): phy: samsung: Add Exynos USB DRD PHY driver usb: dwc3-generic: Add Exynos850 support board: samsung: e850-96: Setup serial# env var board: samsung: e850-96: Add dfu_alt_info board: samsung: e850-96: Add Android partitions configs: e850-96: Increase malloc() pool size configs: e850-96: Enable USB gadget and fastboot board: samsung: e850-96: Enable EFI Capsule Update mechanism doc: samsung: Describe flashing process for E850-96 MAINTAINERS | 1 + board/samsung/e850-96/e850-96.c | 77 ++++++++++++++++++++ board/samsung/e850-96/e850-96.env | 44 ++++++++++++ configs/e850-96_defconfig | 25 ++++++- doc/board/samsung/e850-96.rst | 85 +++++++++++++++++++--- drivers/phy/Kconfig | 9 +++ drivers/phy/Makefile | 1 + drivers/phy/phy-exynos-usbdrd.c | 386 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++ drivers/usb/dwc3/dwc3-generic.c | 1 + include/configs/e850-96.h | 21 ++++++ 10 files changed, 637 insertions(+), 13 deletions(-) create mode 100644 drivers/phy/phy-exynos-usbdrd.c Thanks, Minkyu Kang.