On Sat, Aug 30, 2025 at 09:49:46PM +0200, Bartosz Golaszewski wrote:
> On Sat, Aug 16, 2025 at 5:50 AM Yao Zi <ziyao@disroot.org> wrote:
> >
> > This series adds support for Loongson 2K0300's GPIO controller. While
> > being mostly identical to previous implementation, its interrupt
> > functionality hasn't been implemented in gpio-loongson-64bit.c. PATCH 2
> > implements its interrupt support with an IRQCHIP, and the code could be
> > reused for other Loongson SoCs with similar interrupt functionality like
> > 2K1500 and 2K2000.
> >
> > Tested on CTCISZ Forever Pi, reading/writing GPIOs works correctly, and
> > both level and edge interrupts could be triggered.
> >
> > The devicetree patch depends on series "Support reset controller of
> > Loongson 2K0300 SoC"[1] for a clean apply. Thanks for your time and review.
> >
> > [1]: https://lore.kernel.org/all/20250816033327.11359-2-ziyao@disroot.org/
> >
>
> Hi!
>
> This doesn't apply on top of current gpio/for-next. Can you please
> rebase and resend?
Sure. I'll send v2 soon.
> Bart
Best regards,
Yao Zi