Message ID | 20240614-ls3k-mips-v1-0-7614340ace7d@flygoat.com (mailing list archive) |
---|---|
Headers | show |
Series | MIPS: Loongson64: Loongson-2K1000 fixes | expand |
On Fri, Jun 14, 2024 at 04:40:08PM +0100, Jiaxun Yang wrote: > Hi all, > > This series fixed various problems I meet when I was trying to > boot kernel on my Loongson-2K PI2 system. > > Although most of the series are taged for stable, please apply > it to mips-next tree as it has dependency to commits in next > and I'm not in rush to get them into linus tree. I have some > future works planed based on this series that may get into this > cycle. > > Thanks > - Jiaxun > > Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com> > --- > Jiaxun Yang (10): > MIPS: Loongson64: Remove memory node for builtin-dtb > MIPS: dts: loongson: Fix liointc IRQ polarity > MIPS: dts: loongson: Fix ls2k1000-rtc interrupt > MIPS: dts: loongson: Fix GMAC phy node > MIPS: dts: loongson: Add ISA node > MIPS: Loongson64: Test register availability before use > platform: mips: cpu_hwmon: Disable driver on unsupported hardware > MIPS: Loongson64: reset: Prioritise firmware service > MIPS: Loongson64: sleeper: Pass ra and sp as arguments > MIPS: Loongson64: env: Hook up Loongsson-2K > > arch/mips/boot/dts/loongson/loongson64-2k1000.dtsi | 65 +++++++++++----------- > arch/mips/include/asm/mach-loongson64/boot_param.h | 2 + > arch/mips/loongson64/env.c | 8 +++ > arch/mips/loongson64/reset.c | 38 ++++++------- > arch/mips/loongson64/sleeper.S | 8 ++- > arch/mips/loongson64/smp.c | 23 +++++++- > drivers/platform/mips/cpu_hwmon.c | 3 + > 7 files changed, 89 insertions(+), 58 deletions(-) > --- > base-commit: 6906a84c482f098d31486df8dc98cead21cce2d0 > change-id: 20240613-ls3k-mips-52eb3fb3e917 series applied to mips-next. Thomas.
Hi all, This series fixed various problems I meet when I was trying to boot kernel on my Loongson-2K PI2 system. Although most of the series are taged for stable, please apply it to mips-next tree as it has dependency to commits in next and I'm not in rush to get them into linus tree. I have some future works planed based on this series that may get into this cycle. Thanks - Jiaxun Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com> --- Jiaxun Yang (10): MIPS: Loongson64: Remove memory node for builtin-dtb MIPS: dts: loongson: Fix liointc IRQ polarity MIPS: dts: loongson: Fix ls2k1000-rtc interrupt MIPS: dts: loongson: Fix GMAC phy node MIPS: dts: loongson: Add ISA node MIPS: Loongson64: Test register availability before use platform: mips: cpu_hwmon: Disable driver on unsupported hardware MIPS: Loongson64: reset: Prioritise firmware service MIPS: Loongson64: sleeper: Pass ra and sp as arguments MIPS: Loongson64: env: Hook up Loongsson-2K arch/mips/boot/dts/loongson/loongson64-2k1000.dtsi | 65 +++++++++++----------- arch/mips/include/asm/mach-loongson64/boot_param.h | 2 + arch/mips/loongson64/env.c | 8 +++ arch/mips/loongson64/reset.c | 38 ++++++------- arch/mips/loongson64/sleeper.S | 8 ++- arch/mips/loongson64/smp.c | 23 +++++++- drivers/platform/mips/cpu_hwmon.c | 3 + 7 files changed, 89 insertions(+), 58 deletions(-) --- base-commit: 6906a84c482f098d31486df8dc98cead21cce2d0 change-id: 20240613-ls3k-mips-52eb3fb3e917 Best regards,