From: Krzysztof Kozlowski <krzk@kernel.org>
To: Michal Wilczynski <m.wilczynski@samsung.com>,
mturquette@baylibre.com, sboyd@kernel.org, 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, p.zabel@pengutronix.de,
m.szyprowski@samsung.com
Cc: linux-clk@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org, linux-riscv@lists.infradead.org
Subject: Re: [PATCH v1 1/4] dt-bindings: clock: thead: Add TH1520 VO clock controller
Date: Tue, 4 Mar 2025 08:41:44 +0100 [thread overview]
Message-ID: <2985a7d1-2d57-473a-b953-7a2c0ecb7195@kernel.org> (raw)
In-Reply-To: <1cd2f07d-14a1-4a25-8a81-b815f405018e@samsung.com>
On 04/03/2025 08:39, Michal Wilczynski wrote:
>
>
> On 3/3/25 18:46, Krzysztof Kozlowski wrote:
>> On 03/03/2025 18:41, Krzysztof Kozlowski wrote:
>>> On 03/03/2025 15:36, Michal Wilczynski wrote:
>>>> Add device tree bindings for the TH1520 Video Output (VO) subsystem
>>>> clock controller. The VO sub-system manages clock gates for multimedia
>>>> components including HDMI, MIPI, and GPU.
>>>>
>>>> Document the VIDEO_PLL requirements for the VO clock controller, which
>>>> receives its input from the AP clock controller. The VIDEO_PLL is a
>>>> Silicon Creations Sigma-Delta (integer) PLL typically running at 792 MHz
>>>> with maximum FOUTVCO of 2376 MHz.
>>>>
>>>> Add a mandatory reset property for the TH1520 VO clock controller that
>>>> handles the GPU clocks. This reset line controls the GPU CLKGEN reset,
>>>> which is required for proper GPU clock operation.
>>>>
>>>> The reset property is only required for the "thead,th1520-clk-vo"
>>>> compatible, as it specifically handles the GPU-related clocks.
>>>>
>>>> This binding complements the existing AP sub-system clock controller
>>>> which manages CPU, DPU, GMAC and TEE PLLs.
>>>>
>>>> Signed-off-by: Michal Wilczynski <m.wilczynski@samsung.com>
>>>> ---
>>>> .../bindings/clock/thead,th1520-clk-ap.yaml | 33 ++++++++++++++++--
>>>> .../dt-bindings/clock/thead,th1520-clk-ap.h | 34 +++++++++++++++++++
>>>> 2 files changed, 64 insertions(+), 3 deletions(-)
>>>
>>>
>>> Where is the changelog? Why is this v1? There was extensive discussion
>>> for many versions, so does it mean all of it was ignored?
>>
>>
>> Plus this was reviewed so it is even more confusing. Where is the review
>> tag? If tag was dropped, you must explain this - see submitting patches,
>> which asks for that.
>
> There was a tag, but later in v5 I've added another part to this
> dt-binding - reset, which I wasn't sure whether you would approve of, so
> I've removed the Reviewed-by.
Dropping tag needs explicit explanation and the entire versioning plus
changelog are gone from here.
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-04 8:02 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <CGME20250303143634eucas1p269281f72bdc4d764edd54b9427f68787@eucas1p2.samsung.com>
2025-03-03 14:36 ` [PATCH v1 0/4] Add T-Head TH1520 VO clock support for LicheePi 4A GPU enablement Michal Wilczynski
2025-03-03 14:36 ` [PATCH v1 1/4] dt-bindings: clock: thead: Add TH1520 VO clock controller Michal Wilczynski
2025-03-03 16:24 ` Conor Dooley
2025-03-03 17:41 ` Krzysztof Kozlowski
2025-03-03 17:46 ` Krzysztof Kozlowski
2025-03-04 7:39 ` Michal Wilczynski
2025-03-04 7:41 ` Krzysztof Kozlowski [this message]
2025-03-03 14:36 ` [PATCH v1 2/4] clk: thead: Add clock support for VO subsystem in T-Head TH1520 SoC Michal Wilczynski
2025-03-03 14:36 ` [PATCH v1 3/4] clk: thead: Add support for custom ops in CCU_GATE_CLK_OPS macro Michal Wilczynski
2025-03-03 14:36 ` [PATCH v1 4/4] clk: thead: Add GPU clock gate control with CLKGEN reset support Michal Wilczynski
2025-03-05 23:47 ` Stephen Boyd
2025-03-06 16:43 ` Michal Wilczynski
2025-03-13 9:25 ` Philipp Zabel
2025-03-19 9:22 ` Michal Wilczynski
2025-03-25 22:40 ` Stephen Boyd
2025-03-26 11:24 ` Ulf Hansson
2025-04-01 14:38 ` Michal Wilczynski
2025-04-07 17:02 ` Michal Wilczynski
2025-04-08 12:27 ` Ulf Hansson
2025-03-05 8:18 ` [PATCH v1 0/4] Add T-Head TH1520 VO clock support for LicheePi 4A GPU enablement 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=2985a7d1-2d57-473a-b953-7a2c0ecb7195@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=linux-clk@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-riscv@lists.infradead.org \
--cc=m.szyprowski@samsung.com \
--cc=m.wilczynski@samsung.com \
--cc=mturquette@baylibre.com \
--cc=p.zabel@pengutronix.de \
--cc=palmer@dabbelt.com \
--cc=paul.walmsley@sifive.com \
--cc=robh@kernel.org \
--cc=sboyd@kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox