Dear Tom, The following changes since commit 3dc5e9a0108bb114175b6362f9cb22367402f624:
Merge tag 'u-boot-stm32-20250825' of https://source.denx.de/u-boot/custodians/u-boot-stm (2025-08-26 08:33:10 -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 93c3404de9b2320bfd07cd3ce4ab0660f0d39523: spi: exynos: Remove extra term from test (2025-09-03 19:32:38 +0900) ---------------------------------------------------------------- Andrew Goodbody (2): clk: exynos: Fix always true test spi: exynos: Remove extra term from test Henrik Grimler (3): ARM: exynos: use correct exynos4210-origen SoC in Kconfig ARM: exynos: pinmux: fix parentheses alignments ARM: exynos: pinmux: add newlines to debug messages Sam Protsenko (10): usb: host: dwc3-of-simple: Add exynos850 compatible board: samsung: e850-96: Set ethaddr board: samsung: e850-96: Add ACPM code board: samsung: e850-96: Add PMIC code board: samsung: e850-96: Configure PMIC regulators board: samsung: e850-96: Extract device info from fw loading code board: samsung: e850-96: Add bootdev var to choose boot device configs: e850-96: Disable CONFIG_DEFAULT_FDT_FILE configs: e850-96: Enable USB host support configs: e850-96: Enable Ethernet arch/arm/mach-exynos/Kconfig | 2 +- arch/arm/mach-exynos/pinmux.c | 32 +++---- board/samsung/e850-96/Makefile | 2 +- board/samsung/e850-96/acpm.c | 169 ++++++++++++++++++++++++++++++++++++ board/samsung/e850-96/acpm.h | 27 ++++++ board/samsung/e850-96/e850-96.c | 97 ++++++++++++++++++--- board/samsung/e850-96/e850-96.env | 2 +- board/samsung/e850-96/fw.c | 45 ++++++---- board/samsung/e850-96/fw.h | 4 +- board/samsung/e850-96/pmic.c | 144 ++++++++++++++++++++++++++++++ board/samsung/e850-96/pmic.h | 14 +++ configs/e850-96_defconfig | 10 ++- drivers/clk/exynos/clk-exynos7420.c | 2 +- drivers/spi/exynos_spi.c | 10 +-- drivers/usb/host/dwc3-of-simple.c | 1 + 15 files changed, 502 insertions(+), 59 deletions(-) create mode 100644 board/samsung/e850-96/acpm.c create mode 100644 board/samsung/e850-96/acpm.h create mode 100644 board/samsung/e850-96/pmic.c create mode 100644 board/samsung/e850-96/pmic.h -- Thanks, Minkyu Kang.

