linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Ivaylo Ivanov <ivo.ivanov.ivanov1@gmail.com>
To: Nick Chan <towinchenmi@gmail.com>,
	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
Cc: Konrad Dybcio <konradybcio@kernel.org>
Subject: Re: [PATCH v2 15/22] arm64: dts: apple: Add A8X devices
Date: Sun, 15 Sep 2024 00:02:53 +0300	[thread overview]
Message-ID: <34c748fe-89d2-d3a5-599d-52972c10f688@gmail.com> (raw)
In-Reply-To: <20240914052413.68177-19-towinchenmi@gmail.com>


On 9/14/24 08:17, Nick Chan wrote:
> From: Konrad Dybcio <konradybcio@kernel.org>
>
> Add DTS files for the A8X SoC and the only device based on it, the iPad
> Air 2.
>
> Signed-off-by: Konrad Dybcio <konradybcio@kernel.org>
> [Ivalyo: system memory bits]
s/Ivalyo/Ivaylo/g
> Co-developed-by: Ivaylo Ivanov <ivo.ivanov.ivanov1@gmail.com>

You've confused me with Markuss Broks <markuss.broks@gmail.com>.

He was the one who brought up A8X. I brought up A8 (in particular

iPhone 6).


Regards, Ivo.

> Signed-off-by: Ivaylo Ivanov <ivo.ivanov.ivanov1@gmail.com>
> [Nick: SMP, m1n1 and gpio-keys support, pinctrl fixes]
> Co-developed-by: Nick Chan <towinchenmi@gmail.com>
> Signed-off-by: Nick Chan <towinchenmi@gmail.com>
> ---
>  arch/arm64/boot/dts/apple/Makefile        |   2 +
>  arch/arm64/boot/dts/apple/t7001-air2.dtsi |  46 +++++++
>  arch/arm64/boot/dts/apple/t7001-j81.dts   |  14 ++
>  arch/arm64/boot/dts/apple/t7001-j82.dts   |  14 ++
>  arch/arm64/boot/dts/apple/t7001.dtsi      | 154 ++++++++++++++++++++++
>  5 files changed, 230 insertions(+)
>  create mode 100644 arch/arm64/boot/dts/apple/t7001-air2.dtsi
[snip]
> +			     <AIC_FIQ AIC_TMR_GUEST_VIRT IRQ_TYPE_LEVEL_HIGH>;
> +	};
> +};

  reply	other threads:[~2024-09-14 21:02 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-14  5:17 [PATCH v2 00/22] Initial device trees for A7-A11 based Apple devices Nick Chan
2024-09-14  5:17 ` [PATCH v2 01/22] dt-bindings: arm: cpus: Add Apple A7-A11 CPU cores Nick Chan
2024-09-14  5:17 ` [PATCH v2 02/22] dt-bindings: watchdog: apple,wdt: Add A7-A11 compatibles Nick Chan
2024-09-14  5:17 ` [PATCH v2 03/22] dt-bindings: cpufreq: apple,cluster-cpufreq: Add A10 compatible Nick Chan
2024-09-14 17:17   ` Nick Chan
2024-09-14 22:23     ` Conor Dooley
2024-09-14  5:17 ` [PATCH v2 04/22] dt-bindings: pinctrl: apple,pinctrl: Add A7-A11 compatibles Nick Chan
2024-09-14  5:17 ` [PATCH v2 05/22] dt-bindings: arm: apple: Add A7 devices Nick Chan
2024-09-14  5:17 ` [PATCH v2 06/22] dt-bindings: arm: apple: Add A8 devices Nick Chan
2024-09-14  5:17 ` [PATCH v2 07/22] dt-bindings: arm: apple: Add A8X devices Nick Chan
2024-09-14  5:17 ` [PATCH v2 08/22] dt-bindings: arm: apple: Add A9 devices Nick Chan
2024-09-14  5:17 ` [PATCH v2 09/22] dt-bindings: arm: apple: Add A9X devices Nick Chan
2024-09-14  5:17 ` [PATCH v2 10/22] dt-bindings: arm: apple: Add A10 devices Nick Chan
2024-09-14  5:17 ` [PATCH v2 11/22] dt-bindings: arm: apple: Add A10X devices Nick Chan
2024-09-14  5:17 ` [PATCH v2 12/22] dt-bindings: arm: apple: Add A11 devices Nick Chan
2024-09-14  5:17 ` [PATCH v2 13/22] arm64: dts: apple: Add A7 devices Nick Chan
2024-09-14  5:17 ` [PATCH v2 14/22] arm64: dts: apple: Add A8 devices Nick Chan
2024-09-14  5:17 ` [PATCH v2 15/22] arm64: dts: apple: Add A8X devices Nick Chan
2024-09-14 21:02   ` Ivaylo Ivanov [this message]
2024-09-15  2:21     ` Nick Chan
2024-09-14  5:17 ` [PATCH v2 16/22] arm64: dts: apple: Add A9 devices Nick Chan
2024-09-14  5:17 ` [PATCH v2 17/22] arm64: dts: apple: Add A9X devices Nick Chan
2024-09-14  5:17 ` [PATCH v2 18/22] arm64: dts: apple: Add A10 devices Nick Chan
2024-09-14  5:17 ` [PATCH v2 19/22] arm64: dts: apple: Add A10X devices Nick Chan
2024-09-14  5:17 ` [PATCH v2 20/22] arm64: dts: apple: Add A11 devices Nick Chan
2024-09-14  5:17 ` [PATCH v2 21/22] arm64: dts: apple: t8010: Add cpufreq nodes Nick Chan
2024-09-14  5:17 ` [PATCH v2 22/22] 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=34c748fe-89d2-d3a5-599d-52972c10f688@gmail.com \
    --to=ivo.ivanov.ivanov1@gmail.com \
    --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=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).