The following changes since commit 8400291e289ee6b2bf9779ff1c83a291501f017b: Linux 6.11-rc1 (2024-07-28 14:19:55 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/samsung.git tags/samsung-pinctrl-6.12 for you to fetch changes up to 39dbbd4e6778ac5580313ba34409855250633c61: pinctrl: samsung: Use kmemdup_array instead of kmemdup for multiple allocation (2024-08-23 15:40:55 +0200) ---------------------------------------------------------------- Samsung pinctrl drivers changes for v6.12 1. Few cleanups: use more appropriate of_property_present(), use scoped OF nodes handling and switch to kmemdup_array(). 2. Implement configuring pull-up and pull-down via GPIOLIB. ---------------------------------------------------------------- Peng Fan (1): pinctrl: samsung: Use scope based of_node_put() cleanups Rob Herring (Arm) (1): pinctrl: samsung: Use of_property_present() Shen Lichuan (1): pinctrl: samsung: Use kmemdup_array instead of kmemdup for multiple allocation Vishnu Reddy (1): pinctrl: samsung: Add support for pull-up and pull-down drivers/pinctrl/samsung/pinctrl-exynos-arm.c | 14 ++++ drivers/pinctrl/samsung/pinctrl-exynos.c | 16 +--- drivers/pinctrl/samsung/pinctrl-s3c64xx.c | 14 ++++ drivers/pinctrl/samsung/pinctrl-samsung.c | 108 ++++++++++++++++++++++----- drivers/pinctrl/samsung/pinctrl-samsung.h | 21 ++++++ 5 files changed, 141 insertions(+), 32 deletions(-)