[PATCH 0/2] Enable LPC interrupt controller on MIPS LS7A systems

Icenowy Zheng posted 2 patches 2 months ago
arch/mips/boot/dts/loongson/ls7a-pch.dtsi | 17 +++++++++++++----
1 file changed, 13 insertions(+), 4 deletions(-)
[PATCH 0/2] Enable LPC interrupt controller on MIPS LS7A systems
Posted by Icenowy Zheng 2 months ago
This patchset tries to enable support for LPC interrupts on MIPS-based
Loongson systems with Loongson 7A1000 PCH chip.

The corresponding irqchip support (along with the DT binding) is already
added to the tip tree.

Tested on a Haier Boyue G51 system with legacy i8042 keyboard/mouse as
integrated ones.

This patchset is splitted from the original patchset that contains both
driver part and DT part.

Icenowy Zheng (2):
  MIPS: Loongson64: dts: Sort nodes
  MIPS: Loongson64: dts: Add node for LS7A PCH LPC

 arch/mips/boot/dts/loongson/ls7a-pch.dtsi | 17 +++++++++++++----
 1 file changed, 13 insertions(+), 4 deletions(-)

-- 
2.52.0
Re: [PATCH 0/2] Enable LPC interrupt controller on MIPS LS7A systems
Posted by Thomas Bogendoerfer 2 weeks, 5 days ago
On Sat, Apr 11, 2026 at 06:17:42PM +0800, Icenowy Zheng wrote:
> This patchset tries to enable support for LPC interrupts on MIPS-based
> Loongson systems with Loongson 7A1000 PCH chip.
> 
> The corresponding irqchip support (along with the DT binding) is already
> added to the tip tree.
> 
> Tested on a Haier Boyue G51 system with legacy i8042 keyboard/mouse as
> integrated ones.
> 
> This patchset is splitted from the original patchset that contains both
> driver part and DT part.
> 
> Icenowy Zheng (2):
>   MIPS: Loongson64: dts: Sort nodes
>   MIPS: Loongson64: dts: Add node for LS7A PCH LPC
> 
>  arch/mips/boot/dts/loongson/ls7a-pch.dtsi | 17 +++++++++++++----
>  1 file changed, 13 insertions(+), 4 deletions(-)

series applied to mips-next

Thomas.

-- 
Crap can work. Given enough thrust pigs will fly, but it's not necessarily a
good idea.                                                [ RFC1925, 2.3 ]
Re: [PATCH 0/2] Enable LPC interrupt controller on MIPS LS7A systems
Posted by Jiaxun Yang 1 month, 2 weeks ago

On Sat, 11 Apr 2026, at 11:17 AM, Icenowy Zheng wrote:
> This patchset tries to enable support for LPC interrupts on MIPS-based
> Loongson systems with Loongson 7A1000 PCH chip.
>
> The corresponding irqchip support (along with the DT binding) is already
> added to the tip tree.
>
> Tested on a Haier Boyue G51 system with legacy i8042 keyboard/mouse as
> integrated ones.
>
> This patchset is splitted from the original patchset that contains both
> driver part and DT part.

For the series:

Acked-by: Jiaxun Yang <jiaxun.yang@flygoat.com>

>
> Icenowy Zheng (2):
>   MIPS: Loongson64: dts: Sort nodes
>   MIPS: Loongson64: dts: Add node for LS7A PCH LPC
>
>  arch/mips/boot/dts/loongson/ls7a-pch.dtsi | 17 +++++++++++++----
>  1 file changed, 13 insertions(+), 4 deletions(-)
>
> -- 
> 2.52.0

-- 
- Jiaxun