From: patchwork-bot+linux-riscv@kernel.org
To: Yunhui Cui <cuiyunhui@bytedance.com>
Cc: linux-riscv@lists.infradead.org, rafael@kernel.org,
lenb@kernel.org, linux-acpi@vger.kernel.org,
linux-kernel@vger.kernel.org, paul.walmsley@sifive.com,
palmer@dabbelt.com, sunilvl@ventanamicro.com,
aou@eecs.berkeley.edu, bhelgaas@google.com, james.morse@arm.com,
jeremy.linton@arm.com, Jonathan.Cameron@huawei.com,
pierre.gondois@arm.com, sudeep.holla@arm.com,
tiantao6@huawei.com
Subject: Re: [PATCH v6 1/3] riscv: cacheinfo: remove the useless input parameter (node) of ci_leaf_init()
Date: Thu, 25 Jul 2024 13:20:39 +0000 [thread overview]
Message-ID: <172191363925.6240.13009091146291258074.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20240617131425.7526-1-cuiyunhui@bytedance.com>
Hello:
This series was applied to riscv/linux.git (for-next)
by Palmer Dabbelt <palmer@rivosinc.com>:
On Mon, 17 Jun 2024 21:14:23 +0800 you wrote:
> ci_leaf_init() is a declared static function. The implementation of the
> function body and the caller do not use the parameter (struct device_node
> *node) input parameter, so remove it.
>
> Fixes: 6a24915145c9 ("Revert "riscv: Set more data to cacheinfo"")
> Signed-off-by: Yunhui Cui <cuiyunhui@bytedance.com>
> Reviewed-by: Jeremy Linton <jeremy.linton@arm.com>
> Reviewed-by: Sudeep Holla <sudeep.holla@arm.com>
>
> [...]
Here is the summary with links:
- [v6,1/3] riscv: cacheinfo: remove the useless input parameter (node) of ci_leaf_init()
https://git.kernel.org/riscv/c/0c8a84c2ab78
- [v6,2/3] riscv: cacheinfo: initialize cacheinfo's level and type from ACPI PPTT
https://git.kernel.org/riscv/c/604f32ea6909
- [v6,3/3] RISC-V: Select ACPI PPTT drivers
https://git.kernel.org/riscv/c/66381d36771e
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
WARNING: multiple messages have this Message-ID (diff)
From: patchwork-bot+linux-riscv@kernel.org
To: Yunhui Cui <cuiyunhui@bytedance.com>
Cc: aou@eecs.berkeley.edu, rafael@kernel.org, tiantao6@huawei.com,
Jonathan.Cameron@huawei.com, linux-kernel@vger.kernel.org,
jeremy.linton@arm.com, sudeep.holla@arm.com,
linux-acpi@vger.kernel.org, pierre.gondois@arm.com,
palmer@dabbelt.com, paul.walmsley@sifive.com,
bhelgaas@google.com, james.morse@arm.com,
linux-riscv@lists.infradead.org, lenb@kernel.org
Subject: Re: [PATCH v6 1/3] riscv: cacheinfo: remove the useless input parameter (node) of ci_leaf_init()
Date: Thu, 25 Jul 2024 13:20:39 +0000 [thread overview]
Message-ID: <172191363925.6240.13009091146291258074.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20240617131425.7526-1-cuiyunhui@bytedance.com>
Hello:
This series was applied to riscv/linux.git (for-next)
by Palmer Dabbelt <palmer@rivosinc.com>:
On Mon, 17 Jun 2024 21:14:23 +0800 you wrote:
> ci_leaf_init() is a declared static function. The implementation of the
> function body and the caller do not use the parameter (struct device_node
> *node) input parameter, so remove it.
>
> Fixes: 6a24915145c9 ("Revert "riscv: Set more data to cacheinfo"")
> Signed-off-by: Yunhui Cui <cuiyunhui@bytedance.com>
> Reviewed-by: Jeremy Linton <jeremy.linton@arm.com>
> Reviewed-by: Sudeep Holla <sudeep.holla@arm.com>
>
> [...]
Here is the summary with links:
- [v6,1/3] riscv: cacheinfo: remove the useless input parameter (node) of ci_leaf_init()
https://git.kernel.org/riscv/c/0c8a84c2ab78
- [v6,2/3] riscv: cacheinfo: initialize cacheinfo's level and type from ACPI PPTT
https://git.kernel.org/riscv/c/604f32ea6909
- [v6,3/3] RISC-V: Select ACPI PPTT drivers
https://git.kernel.org/riscv/c/66381d36771e
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
next prev parent reply other threads:[~2024-07-25 13:20 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-17 13:14 [PATCH v6 1/3] riscv: cacheinfo: remove the useless input parameter (node) of ci_leaf_init() Yunhui Cui
2024-06-17 13:14 ` Yunhui Cui
2024-06-17 13:14 ` [PATCH v6 2/3] riscv: cacheinfo: initialize cacheinfo's level and type from ACPI PPTT Yunhui Cui
2024-06-17 13:14 ` Yunhui Cui
2024-06-17 13:14 ` [PATCH v6 3/3] RISC-V: Select ACPI PPTT drivers Yunhui Cui
2024-06-17 13:14 ` Yunhui Cui
2024-06-19 11:32 ` yunhui cui
2024-06-19 11:32 ` yunhui cui
2024-06-19 13:10 ` Sunil V L
2024-06-19 13:10 ` Sunil V L
2024-06-20 1:28 ` [External] " yunhui cui
2024-06-20 1:28 ` yunhui cui
2024-07-01 5:49 ` Sunil V L
2024-07-01 5:49 ` Sunil V L
2024-07-25 13:20 ` patchwork-bot+linux-riscv [this message]
2024-07-25 13:20 ` [PATCH v6 1/3] riscv: cacheinfo: remove the useless input parameter (node) of ci_leaf_init() 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=172191363925.6240.13009091146291258074.git-patchwork-notify@kernel.org \
--to=patchwork-bot+linux-riscv@kernel.org \
--cc=Jonathan.Cameron@huawei.com \
--cc=aou@eecs.berkeley.edu \
--cc=bhelgaas@google.com \
--cc=cuiyunhui@bytedance.com \
--cc=james.morse@arm.com \
--cc=jeremy.linton@arm.com \
--cc=lenb@kernel.org \
--cc=linux-acpi@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-riscv@lists.infradead.org \
--cc=palmer@dabbelt.com \
--cc=paul.walmsley@sifive.com \
--cc=pierre.gondois@arm.com \
--cc=rafael@kernel.org \
--cc=sudeep.holla@arm.com \
--cc=sunilvl@ventanamicro.com \
--cc=tiantao6@huawei.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.