From: Krzysztof Kozlowski <krzk@kernel.org>
To: Sunyeal Hong <sunyeal.hong@samsung.com>,
Sylwester Nawrocki <s.nawrocki@samsung.com>,
Chanwoo Choi <cw00.choi@samsung.com>,
Alim Akhtar <alim.akhtar@samsung.com>,
Michael Turquette <mturquette@baylibre.com>,
Stephen Boyd <sboyd@kernel.org>, Rob Herring <robh@kernel.org>,
Conor Dooley <conor+dt@kernel.org>
Cc: linux-samsung-soc@vger.kernel.org, linux-clk@vger.kernel.org,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH v1 2/3] clk: samsung: exynosautov920: add peric1, misc and hsi0/1 clock support
Date: Mon, 7 Oct 2024 09:18:25 +0200 [thread overview]
Message-ID: <c79e42d6-efb8-4bea-93e0-b31505aa3162@kernel.org> (raw)
In-Reply-To: <20241007071333.3011125-3-sunyeal.hong@samsung.com>
On 07/10/2024 09:13, Sunyeal Hong wrote:
> static int __init exynosautov920_cmu_probe(struct platform_device *pdev)
> {
> const struct samsung_cmu_info *info;
> @@ -1154,6 +1431,19 @@ static const struct of_device_id exynosautov920_cmu_of_match[] = {
> {
> .compatible = "samsung,exynosautov920-cmu-peric0",
> .data = &peric0_cmu_info,
> + }, {
> + .compatible = "samsung,exynosautov920-cmu-peric1",
> + .data = &peric1_cmu_info,
> + }, {
> + .compatible = "samsung,exynosautov920-cmu-misc",
> + .data = &misc_cmu_info,
> + }, {
> + .compatible = "samsung,exynosautov920-cmu-hsi0",
> + .data = &hsi0_cmu_info,
> + }, {
> + .compatible = "samsung,exynosautov920-cmu-hsi1",
> + .data = &hsi1_cmu_info,
> + }, {
> },
> { }
I did not mean "rebase blindly and ignore whatever was done"... Next
version is v3.
Best regards,
Krzysztof
next prev parent reply other threads:[~2024-10-07 7:18 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <CGME20241007071338epcas2p240e751a9d59f1cfa11515c90e2d8e991@epcas2p2.samsung.com>
2024-10-07 7:13 ` [PATCH v1 0/3] add clocks support for exynosauto v920 SoC Sunyeal Hong
[not found] ` <CGME20241007071338epcas2p175f486a1d5b2ff75393d30aeb967bac0@epcas2p1.samsung.com>
2024-10-07 7:13 ` [PATCH v1 1/3] dt-bindings: clock: exynosautov920: add peric1, misc and hsi0/1 clock definitions Sunyeal Hong
[not found] ` <CGME20241007071338epcas2p38971f2dc241357031befe59e4c4a9241@epcas2p3.samsung.com>
2024-10-07 7:13 ` [PATCH v1 2/3] clk: samsung: exynosautov920: add peric1, misc and hsi0/1 clock support Sunyeal Hong
2024-10-07 7:18 ` Krzysztof Kozlowski [this message]
[not found] ` <CGME20241007071338epcas2p4361cff07030753a9c7c3e1589209a20d@epcas2p4.samsung.com>
2024-10-07 7:13 ` [PATCH v1 3/3] arm64: dts: exynosautov920: add peric1, misc and hsi0/1 clock DT nodes Sunyeal Hong
2024-10-07 7:17 ` [PATCH v1 0/3] add clocks support for exynosauto v920 SoC Krzysztof Kozlowski
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=c79e42d6-efb8-4bea-93e0-b31505aa3162@kernel.org \
--to=krzk@kernel.org \
--cc=alim.akhtar@samsung.com \
--cc=conor+dt@kernel.org \
--cc=cw00.choi@samsung.com \
--cc=devicetree@vger.kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=mturquette@baylibre.com \
--cc=robh@kernel.org \
--cc=s.nawrocki@samsung.com \
--cc=sboyd@kernel.org \
--cc=sunyeal.hong@samsung.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).