Re: [PATCH v3 2/4] gpio: loongson1: Introduce ls1x_gpio_chip struct

From: Bartosz Golaszewski
Date: Wed Mar 22 2023 - 12:47:23 EST


On Wed, Mar 15, 2023 at 12:07 PM Keguang Zhang <keguang.zhang@xxxxxxxxx> wrote:
>
> This patch introduces and allocates ls1x_gpio_chip struct containing
> gpio_chip and reg_base to avoid global gpio_reg_base.
>
> Signed-off-by: Keguang Zhang <keguang.zhang@xxxxxxxxx>
> ---
> V2 -> V3: Restore the calling of __raw_readl() & __raw_writel()
> V1 -> V2: Split this change to a separate patch
> ---

Applied, thanks!

Bart