[PATCH 3/3] pinctrl: samsung: Add Exynos9610 pinctrl configuration

Krzysztof Kozlowski krzk at kernel.org
Fri Oct 10 05:30:48 PDT 2025


On 14/09/2025 21:34, Alexandru Chimac wrote:
> Add pinctrl configuration for Exynos9610. The bank types
> used are the same as on Exynos850, so we can reuse the macros.
> 
> Signed-off-by: Alexandru Chimac <alex at chimac.ro>
> ---
>  drivers/pinctrl/samsung/pinctrl-exynos-arm64.c | 109 +++++++++++++++++++++++++
>  drivers/pinctrl/samsung/pinctrl-samsung.c      |   2 +
>  drivers/pinctrl/samsung/pinctrl-samsung.h      |   1 +
>  3 files changed, 112 insertions(+)
> 
> diff --git a/drivers/pinctrl/samsung/pinctrl-exynos-arm64.c b/drivers/pinctrl/samsung/pinctrl-exynos-arm64.c
> index 5fe7c4b9f7bd424f396082f1b1b16bfb65f26cdf..a100962c51c28e2422c61a67d20faf03486f4f70 100644
> --- a/drivers/pinctrl/samsung/pinctrl-exynos-arm64.c
> +++ b/drivers/pinctrl/samsung/pinctrl-exynos-arm64.c
> @@ -1604,6 +1604,115 @@ const struct samsung_pinctrl_of_match_data exynos8895_of_data __initconst = {
>  	.num_ctrl	= ARRAY_SIZE(exynos8895_pin_ctrl),
>  };
>  
> +/* pin banks of exynos9610 pin-controller 0 (ALIVE) */
> +static struct samsung_pin_bank_data exynos9610_pin_banks0[] = {


Please use upstream as your starting point, not downstream. Missing const.

Best regards,
Krzysztof



More information about the linux-arm-kernel mailing list