Re: [PATCH] pinctrl: sunxi: Implement gpiochip::get_direction()

From: Bartosz Golaszewski

Date: Tue Feb 17 2026 - 06:03:15 EST


On Mon, 16 Feb 2026 17:09:45 +0100, Chen-Yu Tsai <wens@xxxxxxxxxx> said:
> After commit e623c4303ed1 ("gpiolib: sanitize the return value of
> gpio_chip::get_direction()"), a warning will be printed if the
> gpio driver does not implement this callback.
>
> Implement it for the sunxi driver. This is simply a matter of reading
> out the mux value from the registers, then checking if it is one of
> the GPIO functions and which direction it is.
>
> Signed-off-by: Chen-Yu Tsai <wens@xxxxxxxxxx>
> ---

Reviewed-by: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxxxxxxxx>