devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <krzk@kernel.org>
To: Ryan Chen <ryan_chen@aspeedtech.com>,
	Christophe JAILLET <christophe.jaillet@wanadoo.fr>,
	Lee Jones <lee@kernel.org>, Rob Herring <robh@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Conor Dooley <conor+dt@kernel.org>, Joel Stanley <joel@jms.id.au>,
	Andrew Jeffery <andrew@codeconstruct.com.au>,
	Michael Turquette <mturquette@baylibre.com>,
	Stephen Boyd <sboyd@kernel.org>,
	Philipp Zabel <p.zabel@pengutronix.de>,
	"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>,
	"linux-aspeed@lists.ozlabs.org" <linux-aspeed@lists.ozlabs.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"linux-clk@vger.kernel.org" <linux-clk@vger.kernel.org>
Subject: Re: [PATCH 3/4] dt-bindings: clock: Add AST2700 clock bindings
Date: Mon, 19 Aug 2024 10:45:14 +0200	[thread overview]
Message-ID: <a0398ebc-c85c-44b4-afda-5e99a4299b34@kernel.org> (raw)
In-Reply-To: <OS8PR06MB7541672B4F9BCAA37E0D4005F28C2@OS8PR06MB7541.apcprd06.prod.outlook.com>

On 19/08/2024 08:42, Ryan Chen wrote:
>> Subject: Re: [PATCH 3/4] dt-bindings: clock: Add AST2700 clock bindings
>>
>> On 19/08/2024 07:55, Ryan Chen wrote:
>>>> Subject: Re: [PATCH 3/4] dt-bindings: clock: Add AST2700 clock
>>>> bindings
>>>>
>>>> On 13/08/2024 03:53, Ryan Chen wrote:
>>>>>> Drop the define for number of clocks from the header, because it is
>>>>>> not a
>>>>
>>>> *NUMBER OF CLOCKS*
>>>>
>>>>>> binding. You can put it in the driver or not, I don't care and do
>>>>>> not provide guidance on this because I don't know if it makes sense at all.
>>>>>> What I know is that number of clocks is not related to binding. It
>>>>>> is not needed
>>>>
>>>> *NUMBER OF CLOCKS*
>>>>
>>>>>> in the binding, either.
>>>>>
>>>>> Sorry, I am confused.
>>>>> if you think that number of clocks is not related to binding.
>>>>
>>>> *NUMBER OF CLOCKS*
>>>>
>>>>> How dtsi claim for clk?
>>>>> For example in dtsi.
>>>>> include <dt-bindings/clock/aspeed,ast2700-clk.h>
>>>>> usb3bhp: usb3bhp {
>>>>> ....
>>>>> clocks = <&syscon0 SCU0_CLK_GATE_PORTAUSB>;
>>>>
>>>> And where is *NUMBER OF CLOCKS* here? I don't see any problem. No
>>>> useless SCU0_CLK_GATE_NUM define here.
>>>>
>>> Understood now, I will remove those *NUMBER OF CLOCKS*.
>>> And will replace to
>>> #define SCU0_CLK_END  34
>>
>> NAK, it's like you keep ignoring my comments entirely. Even if you call it
>> "SCU0_CLK_NOT_END" it does not change. Do you understand that it is not
>> about name? Read my first comment.
>>
>>>
>>> Refer:
>>> https://github.com/torvalds/linux/blob/master/include/dt-bindings/cloc
>>> k/imx8-clock.h#L87
>>
>> So you found a bug and this allows you to create the same bug?
>>
> Sorry, I don't see this is a bug.

No, it's not a bug, but I do not agree for using arguments like "someone
did it, so I can do the same". Why did you pick up exactly this example
instead of others who removed the clock number?

> But I try to understand your point, you prefer following for clock nums, am I correct?
> https://github.com/torvalds/linux/blob/master/drivers/clk/meson/g12a.c#L5558-L5559

I said that this is not a binding. Don't add to the binding things which
are not a binding.

I don't care how do you implement in drivers - there are several ways
how to achieve it.


Best regards,
Krzysztof


  reply	other threads:[~2024-08-19  8:45 UTC|newest]

Thread overview: 52+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-08  7:59 [PATCH 0/4] Add support for AST2700 clk driver Ryan Chen
2024-08-08  7:59 ` [PATCH 1/4] dt-bindings: mfd: aspeed: support for AST2700 Ryan Chen
2024-08-08 10:14   ` Krzysztof Kozlowski
2024-08-09  5:55     ` Ryan Chen
2024-08-09  6:02       ` Krzysztof Kozlowski
2024-08-09  6:10         ` Ryan Chen
2024-08-12  6:26           ` Ryan Chen
2024-08-12  6:34             ` Krzysztof Kozlowski
2024-08-13 19:14           ` Rob Herring
2024-08-14  6:35             ` Ryan Chen
2024-08-15  0:26               ` Andrew Jeffery
2024-08-15  1:43                 ` Ryan Chen
2024-08-15  1:56                   ` Andrew Jeffery
2024-08-19  3:05                   ` Ryan Chen
2024-08-20  0:46                     ` Andrew Jeffery
2024-08-20  1:52                       ` Ryan Chen
2024-08-20  5:01                         ` Andrew Jeffery
2024-08-20  6:51                           ` Ryan Chen
2024-08-08  7:59 ` [PATCH 2/4] dt-bindings: reset Add AST2700 reset bindings Ryan Chen
2024-08-08  8:35   ` Christophe JAILLET
2024-08-09  5:42     ` Ryan Chen
2024-08-09  6:07       ` Krzysztof Kozlowski
2024-08-09  6:12         ` Ryan Chen
2024-08-08 10:16   ` Krzysztof Kozlowski
2024-08-09  6:06     ` Ryan Chen
2024-08-09  6:08       ` Krzysztof Kozlowski
2024-08-08  7:59 ` [PATCH 3/4] dt-bindings: clock: Add AST2700 clock bindings Ryan Chen
2024-08-08  8:39   ` Christophe JAILLET
2024-08-09  5:47     ` Ryan Chen
2024-08-09  6:06       ` Krzysztof Kozlowski
2024-08-09  6:25         ` Ryan Chen
2024-08-09  7:31           ` Krzysztof Kozlowski
2024-08-12  7:26           ` Ryan Chen
2024-08-12  8:16             ` Krzysztof Kozlowski
2024-08-12  8:22               ` Ryan Chen
2024-08-12  8:30                 ` Krzysztof Kozlowski
2024-08-12  8:54                   ` Ryan Chen
2024-08-12  9:39                     ` Ryan Chen
2024-08-12  9:54                       ` Krzysztof Kozlowski
2024-08-13  1:53                         ` Ryan Chen
2024-08-13  5:55                           ` Krzysztof Kozlowski
2024-08-19  5:55                             ` Ryan Chen
2024-08-19  6:01                               ` Krzysztof Kozlowski
2024-08-19  6:42                                 ` Ryan Chen
2024-08-19  8:45                                   ` Krzysztof Kozlowski [this message]
2024-08-19  9:31                                     ` Ryan Chen
2024-08-08 10:17   ` Krzysztof Kozlowski
2024-08-08  7:59 ` [PATCH 4/4] " Ryan Chen
2024-08-08 10:18   ` Krzysztof Kozlowski
2024-08-19  5:57     ` Ryan Chen
2024-08-19  6:01       ` Krzysztof Kozlowski
2024-08-19  7:12         ` Ryan Chen

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=a0398ebc-c85c-44b4-afda-5e99a4299b34@kernel.org \
    --to=krzk@kernel.org \
    --cc=andrew@codeconstruct.com.au \
    --cc=christophe.jaillet@wanadoo.fr \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=joel@jms.id.au \
    --cc=krzk+dt@kernel.org \
    --cc=lee@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-aspeed@lists.ozlabs.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mturquette@baylibre.com \
    --cc=p.zabel@pengutronix.de \
    --cc=robh@kernel.org \
    --cc=ryan_chen@aspeedtech.com \
    --cc=sboyd@kernel.org \
    /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).