Dear Tom, The following changes since commit 2f0282922b2c458eea7f85c500a948a587437b63:
Prepare v2024.01-rc4 (2023-12-04 13:46:56 -0500) are available in the git repository at: g...@source.denx.de:u-boot/custodians/u-boot-samsung.git master for you to fetch changes up to 5631d20e2ef1008d55569790f79672ea8cc6894b: pinctrl: exynos: Convert to use livetree API for fdt access (2023-12-07 18:58:48 +0900) ---------------------------------------------------------------- Sam Protsenko (7): pinctrl: exynos: Improve coding style pinctrl: exynos: Extract pin parsing code into a separate function pinctrl: exynos: Rework pin_to_bank_base() to obtain data by name pinctrl: exynos: Support different register types in pin banks pinctrl: exynos: Refactor handling the pin related dt properties pinctrl: exynos: Reduce variables scope pinctrl: exynos: Convert to use livetree API for fdt access Stefan Bosch (2): common: board_f: change calculation of gd->mon_len to fix s5p4418 reloc arm: s5p4418: fix relocation of vectors arch/arm/cpu/armv7/s5p4418/Makefile | 3 ++ arch/arm/cpu/armv7/s5p4418/relocate.S | 24 +++++++++++++ common/board_f.c | 2 +- drivers/pinctrl/exynos/pinctrl-exynos.c | 125 +++++++++++++++++++++++++++++++++++++++--------------------------- drivers/pinctrl/exynos/pinctrl-exynos.h | 36 ++++++++++++++++--- drivers/pinctrl/exynos/pinctrl-exynos7420.c | 2 ++ 6 files changed, 136 insertions(+), 56 deletions(-) create mode 100644 arch/arm/cpu/armv7/s5p4418/relocate.S Thanks, Minkyu Kang.