This patch series aims to add support for the Exynos 7870 pin controllers. Along with that, it also introduces a way to bind the GPIO driver along with it, as in devicetree both reside in the same node.
Signed-off-by: Kaustabh Chakraborty <[email protected]> --- Kaustabh Chakraborty (2): pinctrl: exynos: bind GPIO driver along with pinctrl pinctrl: exynos78x0: add proper support for exynos7870 pinctrl drivers/pinctrl/exynos/pinctrl-exynos.c | 11 ++++++ drivers/pinctrl/exynos/pinctrl-exynos.h | 1 + drivers/pinctrl/exynos/pinctrl-exynos7420.c | 1 + drivers/pinctrl/exynos/pinctrl-exynos78x0.c | 60 +++++++++++++++++++++++++++++ drivers/pinctrl/exynos/pinctrl-exynos850.c | 1 + 5 files changed, 74 insertions(+) --- base-commit: 582a04763aa80738c1c8ac60c47d1a5159a42833 change-id: 20251014-pinctrl-exynos7870-761e0a2847a2 Best regards, -- Kaustabh Chakraborty <[email protected]>

