All of lore.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+linux-riscv@kernel.org
To: Inochi Amaoto <inochiama@gmail.com>
Cc: linux-riscv@lists.infradead.org, unicorn_wang@outlook.com,
	tglx@linutronix.de, robh@kernel.org, krzk+dt@kernel.org,
	conor+dt@kernel.org, paul.walmsley@sifive.com,
	palmer@dabbelt.com, aou@eecs.berkeley.edu, peterz@infradead.org,
	inochiama@outlook.com, guoren@kernel.org,
	prabhakar.mahadev-lad.rj@bp.renesas.com, cyy@cyyself.name,
	apatel@ventanamicro.com, hal.feng@starfivetech.com,
	geert+renesas@glider.be, dlan@gentoo.org, looong.bin@gmail.com,
	linux-kernel@vger.kernel.org, devicetree@vger.kernel.org
Subject: Re: [PATCH v5 0/3] riscv: interrupt-controller: Add T-HEAD C900 ACLINT SSWI
Date: Wed, 11 Dec 2024 22:32:53 +0000	[thread overview]
Message-ID: <173395637349.1729195.7002523247012795156.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20241031060859.722258-1-inochiama@gmail.com>

Hello:

This series was applied to riscv/linux.git (fixes)
by Thomas Gleixner <tglx@linutronix.de>:

On Thu, 31 Oct 2024 14:08:56 +0800 you wrote:
> New version of T-HEAD C920[1] implement a fully featured ACLINT device
> (This core is used by Sophgo SG2044). This ACLINT device provides a
> SSWI field to support fast S-mode IPI. This SSWI device is like the
> MSWI device in CLINT/ACLINT, but for S-mode.
> 
> Add full support for T-HEAD C900 SSWI device.
> 
> [...]

Here is the summary with links:
  - [v5,1/3] dt-bindings: interrupt-controller: Add Sophgo SG2044 ACLINT SSWI
    (no matching commit)
  - [v5,2/3] irqchip: add T-HEAD C900 ACLINT SSWI driver
    (no matching commit)
  - [v5,3/3] riscv: defconfig: Enable T-HEAD C900 ACLINT SSWI drivers
    https://git.kernel.org/riscv/c/6da33567c0bf

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv

WARNING: multiple messages have this Message-ID (diff)
From: patchwork-bot+linux-riscv@kernel.org
To: Inochi Amaoto <inochiama@gmail.com>
Cc: linux-riscv@lists.infradead.org, unicorn_wang@outlook.com,
	tglx@linutronix.de, robh@kernel.org, krzk+dt@kernel.org,
	conor+dt@kernel.org, paul.walmsley@sifive.com,
	palmer@dabbelt.com, aou@eecs.berkeley.edu, peterz@infradead.org,
	inochiama@outlook.com, guoren@kernel.org,
	prabhakar.mahadev-lad.rj@bp.renesas.com, cyy@cyyself.name,
	apatel@ventanamicro.com, hal.feng@starfivetech.com,
	geert+renesas@glider.be, dlan@gentoo.org, looong.bin@gmail.com,
	linux-kernel@vger.kernel.org, devicetree@vger.kernel.org
Subject: Re: [PATCH v5 0/3] riscv: interrupt-controller: Add T-HEAD C900 ACLINT SSWI
Date: Wed, 11 Dec 2024 22:32:53 +0000	[thread overview]
Message-ID: <173395637349.1729195.7002523247012795156.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20241031060859.722258-1-inochiama@gmail.com>

Hello:

This series was applied to riscv/linux.git (fixes)
by Thomas Gleixner <tglx@linutronix.de>:

On Thu, 31 Oct 2024 14:08:56 +0800 you wrote:
> New version of T-HEAD C920[1] implement a fully featured ACLINT device
> (This core is used by Sophgo SG2044). This ACLINT device provides a
> SSWI field to support fast S-mode IPI. This SSWI device is like the
> MSWI device in CLINT/ACLINT, but for S-mode.
> 
> Add full support for T-HEAD C900 SSWI device.
> 
> [...]

Here is the summary with links:
  - [v5,1/3] dt-bindings: interrupt-controller: Add Sophgo SG2044 ACLINT SSWI
    (no matching commit)
  - [v5,2/3] irqchip: add T-HEAD C900 ACLINT SSWI driver
    (no matching commit)
  - [v5,3/3] riscv: defconfig: Enable T-HEAD C900 ACLINT SSWI drivers
    https://git.kernel.org/riscv/c/6da33567c0bf

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



  parent reply	other threads:[~2024-12-11 23:45 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-31  6:08 [PATCH v5 0/3] riscv: interrupt-controller: Add T-HEAD C900 ACLINT SSWI Inochi Amaoto
2024-10-31  6:08 ` Inochi Amaoto
2024-10-31  6:08 ` [PATCH v5 1/3] dt-bindings: interrupt-controller: Add Sophgo SG2044 " Inochi Amaoto
2024-10-31  6:08   ` Inochi Amaoto
2024-10-31  6:14   ` Inochi Amaoto
2024-10-31  6:14     ` Inochi Amaoto
2024-10-31 12:38     ` Conor Dooley
2024-10-31 12:38       ` Conor Dooley
2024-10-31 13:10       ` Thomas Gleixner
2024-10-31 13:10         ` Thomas Gleixner
2024-10-31 23:13         ` Inochi Amaoto
2024-10-31 23:13           ` Inochi Amaoto
2024-11-06 23:32   ` [tip: irq/core] dt-bindings: interrupt-controller: Add T-HEAD C900 ACLINT SSWI device tip-bot2 for Inochi Amaoto
2024-10-31  6:08 ` [PATCH v5 2/3] irqchip: add T-HEAD C900 ACLINT SSWI driver Inochi Amaoto
2024-10-31  6:08   ` Inochi Amaoto
2024-11-06 23:32   ` [tip: irq/core] irqchip: Add " tip-bot2 for Inochi Amaoto
2024-10-31  6:08 ` [PATCH v5 3/3] riscv: defconfig: Enable T-HEAD C900 ACLINT SSWI drivers Inochi Amaoto
2024-10-31  6:08   ` Inochi Amaoto
2024-11-06 23:32   ` [tip: irq/core] " tip-bot2 for Inochi Amaoto
2024-12-11 22:32 ` patchwork-bot+linux-riscv [this message]
2024-12-11 22:32   ` [PATCH v5 0/3] riscv: interrupt-controller: Add T-HEAD C900 ACLINT SSWI patchwork-bot+linux-riscv

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=173395637349.1729195.7002523247012795156.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+linux-riscv@kernel.org \
    --cc=aou@eecs.berkeley.edu \
    --cc=apatel@ventanamicro.com \
    --cc=conor+dt@kernel.org \
    --cc=cyy@cyyself.name \
    --cc=devicetree@vger.kernel.org \
    --cc=dlan@gentoo.org \
    --cc=geert+renesas@glider.be \
    --cc=guoren@kernel.org \
    --cc=hal.feng@starfivetech.com \
    --cc=inochiama@gmail.com \
    --cc=inochiama@outlook.com \
    --cc=krzk+dt@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-riscv@lists.infradead.org \
    --cc=looong.bin@gmail.com \
    --cc=palmer@dabbelt.com \
    --cc=paul.walmsley@sifive.com \
    --cc=peterz@infradead.org \
    --cc=prabhakar.mahadev-lad.rj@bp.renesas.com \
    --cc=robh@kernel.org \
    --cc=tglx@linutronix.de \
    --cc=unicorn_wang@outlook.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.