public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <krzk@kernel.org>
To: Ravi Patel <ravi.patel@samsung.com>,
	robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org,
	jesper.nilsson@axis.com, lars.persson@axis.com,
	mturquette@baylibre.com, sboyd@kernel.org,
	alim.akhtar@samsung.com, s.nawrocki@samsung.com,
	cw00.choi@samsung.com
Cc: ksk4725@coasia.com, smn1196@coasia.com,
	linux-arm-kernel@axis.com, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-samsung-soc@vger.kernel.org, linux-clk@vger.kernel.org,
	pjsin865@coasia.com, gwk1013@coasia.com, bread@coasia.com,
	jspark@coasia.com, limjh0823@coasia.com, lightwise@coasia.com,
	hgkim05@coasia.com, mingyoungbo@coasia.com,
	shradha.t@samsung.com, swathi.ks@samsung.com, kenkim@coasia.com
Subject: Re: [PATCH 0/7] Add support for the Axis ARTPEC-9 SoC
Date: Thu, 18 Sep 2025 17:18:45 +0900	[thread overview]
Message-ID: <f0330c18-11fb-473b-8ed8-891dad16ca78@kernel.org> (raw)
In-Reply-To: <020801dc284d$6f555b50$4e0011f0$@samsung.com>

On 18/09/2025 12:36, Ravi Patel wrote:
> 
> 
>> -----Original Message-----
>> From: Krzysztof Kozlowski <krzk@kernel.org>
>> Sent: 18 September 2025 06:35
>> To: Ravi Patel <ravi.patel@samsung.com>; robh@kernel.org; krzk+dt@kernel.org; conor+dt@kernel.org; jesper.nilsson@axis.com;
>> lars.persson@axis.com; mturquette@baylibre.com; sboyd@kernel.org; alim.akhtar@samsung.com; s.nawrocki@samsung.com;
>> cw00.choi@samsung.com
>> Cc: ksk4725@coasia.com; smn1196@coasia.com; linux-arm-kernel@axis.com; devicetree@vger.kernel.org; linux-kernel@vger.kernel.org;
>> linux-arm-kernel@lists.infradead.org; linux-samsung-soc@vger.kernel.org; linux-clk@vger.kernel.org; pjsin865@coasia.com;
>> gwk1013@coasia.com; bread@coasia.com; jspark@coasia.com; limjh0823@coasia.com; lightwise@coasia.com; hgkim05@coasia.com;
>> mingyoungbo@coasia.com; shradha.t@samsung.com; swathi.ks@samsung.com; kenkim@coasia.com
>> Subject: Re: [PATCH 0/7] Add support for the Axis ARTPEC-9 SoC
>>
>> On 17/09/2025 17:49, Ravi Patel wrote:
>>> Add basic support for the Axis ARTPEC-9 SoC which contains
>>> 6-core Cortex-A55 CPU and other several IPs. This SoC is an
>>> Axis-designed chipset used in surveillance camera products.
>>>
>>> This ARTPEC-9 SoC has a variety of Samsung-specific IP blocks and
>>> Axis-specific IP blocks and SoC is manufactured by Samsung Foundry.
>>>
>>> This patch series includes below changes:
>>> - CMU (Clock Management Unit) driver and its bindings (patch #1 to #3)
>>> - PMU bindings (patch #4)
>>> - Basic Device Tree for ARTPEC-9 SoC and boards (patch #5 to #7)
>>>
>>> The patch series has been tested on the ARTPEC-9 EVB with
>>> Linux Samsung SoC tree (for-next branch) and intended
>>> to be merged via the `arm-soc` tree.
>>>
>>> NOTE: This patch series is dependent on following floating patches:
>>> 1. https://lore.kernel.org/all/20250917070004.87872-1-ravi.patel@samsung.com/T/#t
>>
>> NAK, sorry, DTS cannot depend on the drivers. Please decouple the
>> dependencies.
> 
> Ok, so you want patch #1 - #5 in separate series and #6 - #7 (DTS patches) in another series.

No, I meant above dependencies. You said that these patchset, including
DTS, depends on above. Above are drivers and that's a no go. I said it
multiple times already in various occasions.

Patchset should be organized per maintainers subsystem, but that's
different question.

> Can you please review the patches, I will address review comments in v2 (if any) itself.

As mentioned in other threads, I closed my tree a week ago (if you are
surprised, notice kernel cycles and development process), so review will
happen a bit later.

> 
>>
>> Maybe you wanted to point me where the bindings are, but then say so.
> 
> Yes, these dependencies are for bindings related.
So not really a dependency so again: just provide links to the bindings.

Best regards,
Krzysztof

      reply	other threads:[~2025-09-18  8:18 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CGME20250917085019epcas5p273ef86028a90e78ada55cde48a28a949@epcas5p2.samsung.com>
2025-09-17  8:49 ` [PATCH 0/7] Add support for the Axis ARTPEC-9 SoC Ravi Patel
2025-09-17  8:49   ` [PATCH 1/7] dt-bindings: clock: Add ARTPEC-9 clock controller Ravi Patel
2025-09-22 16:53     ` Rob Herring (Arm)
2025-09-17  8:49   ` [PATCH 2/7] clk: samsung: Add clock PLL support for ARTPEC-9 SoC Ravi Patel
2025-09-18 11:51     ` kernel test robot
2025-09-17  8:50   ` [PATCH 3/7] clk: samsung: artpec-9: Add initial clock " Ravi Patel
2025-09-17  8:50   ` [PATCH 4/7] dt-bindings: samsung: exynos-pmu: Add compatible " Ravi Patel
2025-09-17 19:21     ` Conor Dooley
2025-09-17  8:50   ` [PATCH 5/7] dt-bindings: arm: axis: Add ARTPEC-9 alfred board Ravi Patel
2025-09-17 19:20     ` Conor Dooley
2025-09-17  8:50   ` [PATCH 6/7] arm64: dts: exynos: axis: Add initial ARTPEC-9 SoC support Ravi Patel
2025-09-17  8:50   ` [PATCH 7/7] arm64: dts: axis: Add ARTPEC-9 Alfred board support Ravi Patel
2025-09-18  0:39   ` [PATCH 0/7] Add support for the Axis ARTPEC-9 SoC Rob Herring (Arm)
2025-09-18  1:05   ` Krzysztof Kozlowski
2025-09-18  3:36     ` Ravi Patel
2025-09-18  8:18       ` Krzysztof Kozlowski [this message]

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=f0330c18-11fb-473b-8ed8-891dad16ca78@kernel.org \
    --to=krzk@kernel.org \
    --cc=alim.akhtar@samsung.com \
    --cc=bread@coasia.com \
    --cc=conor+dt@kernel.org \
    --cc=cw00.choi@samsung.com \
    --cc=devicetree@vger.kernel.org \
    --cc=gwk1013@coasia.com \
    --cc=hgkim05@coasia.com \
    --cc=jesper.nilsson@axis.com \
    --cc=jspark@coasia.com \
    --cc=kenkim@coasia.com \
    --cc=krzk+dt@kernel.org \
    --cc=ksk4725@coasia.com \
    --cc=lars.persson@axis.com \
    --cc=lightwise@coasia.com \
    --cc=limjh0823@coasia.com \
    --cc=linux-arm-kernel@axis.com \
    --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=mingyoungbo@coasia.com \
    --cc=mturquette@baylibre.com \
    --cc=pjsin865@coasia.com \
    --cc=ravi.patel@samsung.com \
    --cc=robh@kernel.org \
    --cc=s.nawrocki@samsung.com \
    --cc=sboyd@kernel.org \
    --cc=shradha.t@samsung.com \
    --cc=smn1196@coasia.com \
    --cc=swathi.ks@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