[PATCH 2/4] gpio/rockchip: fix get_direction value handling

Bartosz Golaszewski bgolaszewski at baylibre.com
Wed Sep 22 02:46:03 PDT 2021


On Tue, Sep 14, 2021 at 12:49 AM Heiko Stuebner <heiko at sntech.de> wrote:
>
> The function uses the newly introduced rockchip_gpio_readl_bit()
> which directly returns the actual value of the requeste bit.
> So using the existing bit-wise check for the bit inside the value
> will always return 0.
>
> Fix this by dropping the bit manipulation on the result.
>
> Fixes: 3bcbd1a85b68 ("gpio/rockchip: support next version gpio controller")
> Signed-off-by: Heiko Stuebner <heiko at sntech.de>
> ---

Queued for fixes. Thanks!

Bart



More information about the Linux-rockchip mailing list