mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
To: Jiaxun Yang <jiaxun.yang@flygoat.com>
Cc: Rob Herring <robh@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Conor Dooley <conor+dt@kernel.org>,
	Qing Zhang <zhangqing@loongson.cn>,
	Binbin Zhou <zhoubinbin@loongson.cn>,
	Huacai Chen <chenhuacai@kernel.org>,
	devicetree@vger.kernel.org, linux-mips@vger.kernel.org,
	linux-kernel@vger.kernel.org, stable@vger.kernel.org
Subject: Re: [PATCH 00/10] MIPS: Loongson64: Loongson-2K1000 fixes
Date: Fri, 21 Jun 2024 10:26:24 +0200	[thread overview]
Message-ID: <ZnU5MCzS6zkBTHH3@alpha.franken.de> (raw)
In-Reply-To: <20240614-ls3k-mips-v1-0-7614340ace7d@flygoat.com>

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.

-- 
Crap can work. Given enough thrust pigs will fly, but it's not necessarily a
good idea.                                                [ RFC1925, 2.3 ]

      parent reply	other threads:[~2024-06-21  8:26 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-14 15:40 Jiaxun Yang
2024-06-14 15:40 ` [PATCH 01/10] MIPS: Loongson64: Remove memory node for builtin-dtb Jiaxun Yang
2024-06-14 15:40 ` [PATCH 02/10] MIPS: dts: loongson: Fix liointc IRQ polarity Jiaxun Yang
2024-06-14 15:40 ` [PATCH 03/10] MIPS: dts: loongson: Fix ls2k1000-rtc interrupt Jiaxun Yang
2024-06-14 15:40 ` [PATCH 04/10] MIPS: dts: loongson: Fix GMAC phy node Jiaxun Yang
2024-06-14 15:40 ` [PATCH 05/10] MIPS: dts: loongson: Add ISA node Jiaxun Yang
2024-06-14 15:40 ` [PATCH 06/10] MIPS: Loongson64: Test register availability before use Jiaxun Yang
2024-06-14 15:40 ` [PATCH 07/10] platform: mips: cpu_hwmon: Disable driver on unsupported hardware Jiaxun Yang
2024-06-14 15:40 ` [PATCH 08/10] MIPS: Loongson64: reset: Prioritise firmware service Jiaxun Yang
2024-06-14 15:40 ` [PATCH 09/10] MIPS: Loongson64: sleeper: Pass ra and sp as arguments Jiaxun Yang
2024-06-14 15:40 ` [PATCH 10/10] MIPS: Loongson64: env: Hook up Loongsson-2K Jiaxun Yang
2024-06-21  8:26 ` Thomas Bogendoerfer [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ZnU5MCzS6zkBTHH3@alpha.franken.de \
    --to=tsbogend@alpha.franken.de \
    --cc=chenhuacai@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=jiaxun.yang@flygoat.com \
    --cc=krzk+dt@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mips@vger.kernel.org \
    --cc=robh@kernel.org \
    --cc=stable@vger.kernel.org \
    --cc=zhangqing@loongson.cn \
    --cc=zhoubinbin@loongson.cn \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®