linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <krzk@kernel.org>
To: Nick Chan <towinchenmi@gmail.com>
Cc: Hector Martin <marcan@marcan.st>, Sven Peter <sven@svenpeter.dev>,
	Alyssa Rosenzweig <alyssa@rosenzweig.io>,
	Rob Herring <robh@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Conor Dooley <conor+dt@kernel.org>,
	"Rafael J . Wysocki" <rafael@kernel.org>,
	Viresh Kumar <viresh.kumar@linaro.org>,
	Linus Walleij <linus.walleij@linaro.org>,
	Wim Van Sebroeck <wim@linux-watchdog.org>,
	Guenter Roeck <linux@roeck-us.net>,
	Catalin Marinas <catalin.marinas@arm.com>,
	Will Deacon <will@kernel.org>,
	Lorenzo Pieralisi <lpieralisi@kernel.org>,
	Mark Kettenis <kettenis@openbsd.org>,
	asahi@lists.linux.dev, linux-arm-kernel@lists.infradead.org,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-pm@vger.kernel.org, linux-gpio@vger.kernel.org,
	linux-watchdog@vger.kernel.org,
	Ivaylo Ivanov <ivo.ivanov.ivanov1@gmail.com>,
	Konrad Dybcio <konradybcio@kernel.org>
Subject: Re: [PATCH v3 01/20] dt-bindings: arm: cpus: Add Apple A7-A11 CPU cores
Date: Mon, 16 Sep 2024 21:49:45 +0200	[thread overview]
Message-ID: <982ec9f3-13de-4693-b13c-fcf820ada662@kernel.org> (raw)
In-Reply-To: <c5407291-a799-4b41-aa84-4717a476b661@gmail.com>

On 16/09/2024 16:47, Nick Chan wrote:
> 
> 
> On 16/9/2024 22:34, Krzysztof Kozlowski wrote:
>> On Sun, Sep 15, 2024 at 03:58:46PM +0800, Nick Chan wrote:
>>> Add the following CPU cores:
>>>
>>> - apple,cyclone: A7 cores
>>> - apple,typhoon: A8 cores
>>> - apple,twister: A9 cores
>>> - apple,hurricane-zephyr: A10 logical cores
>>> - apple,monsoon: A11 performance cores
>>> - apple,mistral: A11 efficiency cores
>>>
>>> In the Apple A10, there are physical performance-efficiency cores that
>>> forms logical cores to software depending on the current p-state, and
>>> only one type of core may be active at one time.
>>>
>>> This follows the existing newest-first order.
>>>
>>> Signed-off-by: Nick Chan <towinchenmi@gmail.com>
>>> ---
>>>  Documentation/devicetree/bindings/arm/cpus.yaml | 6 ++++++
>>>  1 file changed, 6 insertions(+)
>>>
>>> diff --git a/Documentation/devicetree/bindings/arm/cpus.yaml b/Documentation/devicetree/bindings/arm/cpus.yaml
>>> index f308ff6c3532..3959e022079f 100644
>>> --- a/Documentation/devicetree/bindings/arm/cpus.yaml
>>> +++ b/Documentation/devicetree/bindings/arm/cpus.yaml
>>> @@ -89,6 +89,12 @@ properties:
>>>        - apple,blizzard
>>>        - apple,icestorm
>>>        - apple,firestorm
>>> +      - apple,mistral
>>> +      - apple,monsoon
>>> +      - apple,hurricane-zephyr
>>> +      - apple,twister
>>> +      - apple,typhoon
>>> +      - apple,cyclone
>>
>> Please keep alphabetical order. And no, just because earlier Hector
>> added stuff in reversed order, is not a reason to keep doing the same.
> Ack. All bindings added in this series except
> 
> Documentation/devicetree/bindings/arm/apple.yaml
> 
> will be changed to alphabetical order in v2.

Wait, that's not exactly what I meant. In Apple-specific bindings maybe
some chronological order was chosen earlier. If there is some known
order, you can keep it. But for common bindings (so like one here)we
prefer alphabetical.

Best regards,
Krzysztof


  reply	other threads:[~2024-09-16 19:49 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-15  7:58 [PATCH v3 00/20] Initial device trees for A7-A11 based Apple devices Nick Chan
2024-09-15  7:58 ` [PATCH v3 01/20] dt-bindings: arm: cpus: Add Apple A7-A11 CPU cores Nick Chan
2024-09-16 14:34   ` Krzysztof Kozlowski
2024-09-16 14:47     ` Nick Chan
2024-09-16 19:49       ` Krzysztof Kozlowski [this message]
2024-09-15  7:58 ` [PATCH v3 02/20] dt-bindings: watchdog: apple,wdt: Add A7-A11 compatibles Nick Chan
2024-09-15  7:58 ` [PATCH v3 03/20] dt-bindings: pinctrl: apple,pinctrl: " Nick Chan
2024-09-15  7:58 ` [PATCH v3 04/20] dt-bindings: arm: apple: Add A7 devices Nick Chan
2024-09-15  7:58 ` [PATCH v3 05/20] dt-bindings: arm: apple: Add A8 devices Nick Chan
2024-09-15  7:58 ` [PATCH v3 06/20] dt-bindings: arm: apple: Add A8X devices Nick Chan
2024-09-15  7:58 ` [PATCH v3 07/20] dt-bindings: arm: apple: Add A9 devices Nick Chan
2024-09-15  7:58 ` [PATCH v3 08/20] dt-bindings: arm: apple: Add A9X devices Nick Chan
2024-09-15  7:58 ` [PATCH v3 09/20] dt-bindings: arm: apple: Add A10 devices Nick Chan
2024-09-15  7:58 ` [PATCH v3 10/20] dt-bindings: arm: apple: Add A10X devices Nick Chan
2024-09-15  7:58 ` [PATCH v3 11/20] dt-bindings: arm: apple: Add A11 devices Nick Chan
2024-09-15  7:58 ` [PATCH v3 12/20] arm64: dts: apple: Add A7 devices Nick Chan
2024-09-15  7:58 ` [PATCH v3 13/20] arm64: dts: apple: Add A8 devices Nick Chan
2024-09-15  7:58 ` [PATCH v3 14/20] arm64: dts: apple: Add A8X devices Nick Chan
2024-09-15  7:59 ` [PATCH v3 15/20] arm64: dts: apple: Add A9 devices Nick Chan
2024-09-15  7:59 ` [PATCH v3 16/20] arm64: dts: apple: Add A9X devices Nick Chan
2024-09-15  7:59 ` [PATCH v3 17/20] arm64: dts: apple: Add A10 devices Nick Chan
2024-09-15  7:59 ` [PATCH v3 18/20] arm64: dts: apple: Add A10X devices Nick Chan
2024-09-16 14:39   ` Krzysztof Kozlowski
2024-09-16 14:52     ` Nick Chan
2024-09-15  7:59 ` [PATCH v3 19/20] arm64: dts: apple: Add A11 devices Nick Chan
2024-09-15  7:59 ` [PATCH v3 20/20] arm64: Kconfig: Update help text for CONFIG_ARCH_APPLE Nick Chan

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=982ec9f3-13de-4693-b13c-fcf820ada662@kernel.org \
    --to=krzk@kernel.org \
    --cc=alyssa@rosenzweig.io \
    --cc=asahi@lists.linux.dev \
    --cc=catalin.marinas@arm.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=ivo.ivanov.ivanov1@gmail.com \
    --cc=kettenis@openbsd.org \
    --cc=konradybcio@kernel.org \
    --cc=krzk+dt@kernel.org \
    --cc=linus.walleij@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=linux-watchdog@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=lpieralisi@kernel.org \
    --cc=marcan@marcan.st \
    --cc=rafael@kernel.org \
    --cc=robh@kernel.org \
    --cc=sven@svenpeter.dev \
    --cc=towinchenmi@gmail.com \
    --cc=viresh.kumar@linaro.org \
    --cc=will@kernel.org \
    --cc=wim@linux-watchdog.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).