From: Krzysztof Kozlowski <krzk@kernel.org>
To: Michal Wilczynski <m.wilczynski@samsung.com>,
robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org,
drew@pdp7.com, guoren@kernel.org, wefu@redhat.com,
paul.walmsley@sifive.com, palmer@dabbelt.com,
aou@eecs.berkeley.edu, alex@ghiti.fr, jszhang@kernel.org,
ulf.hansson@linaro.org, m.szyprowski@samsung.com
Cc: linux-pm@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org, linux-riscv@lists.infradead.org,
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Subject: Re: [PATCH v1 1/5] dt-bindings: firmware: thead,th1520: Add support for firmware node
Date: Mon, 3 Mar 2025 18:46:59 +0100 [thread overview]
Message-ID: <8dcdd2ec-e4b6-4fc0-be50-12fe187cd5e0@kernel.org> (raw)
In-Reply-To: <edb3dd6e-8b56-42b3-8bb2-8ed7ad186b75@kernel.org>
On 03/03/2025 18:42, Krzysztof Kozlowski wrote:
> On 03/03/2025 15:58, Michal Wilczynski wrote:
>> The kernel communicates with the E902 core through the mailbox
>> transport using AON firmware protocol. Add dt-bindings to document it
>> the dt node.
>>
>> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
>
>
> How is this possible? That's v1 and I never review outside of mailing list.
>
OK, I found v5:
https://lore.kernel.org/all/20250219140239.1378758-4-m.wilczynski@samsung.com/
so is this the same?
Best regards,
Krzysztof
WARNING: multiple messages have this Message-ID (diff)
From: Krzysztof Kozlowski <krzk@kernel.org>
To: Michal Wilczynski <m.wilczynski@samsung.com>,
robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org,
drew@pdp7.com, guoren@kernel.org, wefu@redhat.com,
paul.walmsley@sifive.com, palmer@dabbelt.com,
aou@eecs.berkeley.edu, alex@ghiti.fr, jszhang@kernel.org,
ulf.hansson@linaro.org, m.szyprowski@samsung.com
Cc: linux-pm@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org, linux-riscv@lists.infradead.org,
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Subject: Re: [PATCH v1 1/5] dt-bindings: firmware: thead,th1520: Add support for firmware node
Date: Mon, 3 Mar 2025 18:46:59 +0100 [thread overview]
Message-ID: <8dcdd2ec-e4b6-4fc0-be50-12fe187cd5e0@kernel.org> (raw)
In-Reply-To: <edb3dd6e-8b56-42b3-8bb2-8ed7ad186b75@kernel.org>
On 03/03/2025 18:42, Krzysztof Kozlowski wrote:
> On 03/03/2025 15:58, Michal Wilczynski wrote:
>> The kernel communicates with the E902 core through the mailbox
>> transport using AON firmware protocol. Add dt-bindings to document it
>> the dt node.
>>
>> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
>
>
> How is this possible? That's v1 and I never review outside of mailing list.
>
OK, I found v5:
https://lore.kernel.org/all/20250219140239.1378758-4-m.wilczynski@samsung.com/
so is this the same?
Best regards,
Krzysztof
_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv
next prev parent reply other threads:[~2025-03-03 17:47 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <CGME20250303145917eucas1p171f8fcccadddc035f5773f7026a281e3@eucas1p1.samsung.com>
2025-03-03 14:58 ` [PATCH v1 0/5] TH1520 SoC: Add AON firmware & power-domain support Michal Wilczynski
2025-03-03 14:58 ` Michal Wilczynski
2025-03-03 14:58 ` [PATCH v1 1/5] dt-bindings: firmware: thead,th1520: Add support for firmware node Michal Wilczynski
2025-03-03 14:58 ` Michal Wilczynski
2025-03-03 17:42 ` Krzysztof Kozlowski
2025-03-03 17:42 ` Krzysztof Kozlowski
2025-03-03 17:46 ` Krzysztof Kozlowski [this message]
2025-03-03 17:46 ` Krzysztof Kozlowski
2025-03-04 7:43 ` Michal Wilczynski
2025-03-04 7:43 ` Michal Wilczynski
2025-03-04 7:45 ` Krzysztof Kozlowski
2025-03-04 7:45 ` Krzysztof Kozlowski
2025-03-04 7:52 ` Michal Wilczynski
2025-03-04 7:52 ` Michal Wilczynski
2025-03-04 14:24 ` Krzysztof Kozlowski
2025-03-04 14:24 ` Krzysztof Kozlowski
2025-03-03 14:58 ` [PATCH v1 2/5] firmware: thead: Add AON firmware protocol driver Michal Wilczynski
2025-03-03 14:58 ` Michal Wilczynski
2025-03-06 0:04 ` kernel test robot
2025-03-06 0:04 ` kernel test robot
2025-03-06 7:07 ` kernel test robot
2025-03-06 7:07 ` kernel test robot
2025-03-06 13:15 ` kernel test robot
2025-03-06 13:15 ` kernel test robot
2025-03-03 14:58 ` [PATCH v1 3/5] dt-bindings: power: Add TH1520 SoC power domains Michal Wilczynski
2025-03-03 14:58 ` Michal Wilczynski
2025-03-03 14:59 ` [PATCH v1 4/5] pmdomain: thead: Add power-domain driver for TH1520 Michal Wilczynski
2025-03-03 14:59 ` Michal Wilczynski
2025-03-03 14:59 ` [PATCH v1 5/5] riscv: Enable PM_GENERIC_DOMAINS for T-Head SoCs Michal Wilczynski
2025-03-03 14:59 ` Michal Wilczynski
2025-03-05 8:04 ` [PATCH v1 0/5] TH1520 SoC: Add AON firmware & power-domain support Michal Wilczynski
2025-03-05 8:04 ` Michal Wilczynski
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=8dcdd2ec-e4b6-4fc0-be50-12fe187cd5e0@kernel.org \
--to=krzk@kernel.org \
--cc=alex@ghiti.fr \
--cc=aou@eecs.berkeley.edu \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=drew@pdp7.com \
--cc=guoren@kernel.org \
--cc=jszhang@kernel.org \
--cc=krzk+dt@kernel.org \
--cc=krzysztof.kozlowski@linaro.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=linux-riscv@lists.infradead.org \
--cc=m.szyprowski@samsung.com \
--cc=m.wilczynski@samsung.com \
--cc=palmer@dabbelt.com \
--cc=paul.walmsley@sifive.com \
--cc=robh@kernel.org \
--cc=ulf.hansson@linaro.org \
--cc=wefu@redhat.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.