From: Rob Herring <robh@kernel.org>
To: Hector Martin <marcan@marcan.st>
Cc: Alyssa Rosenzweig <alyssa@rosenzweig.io>,
linux-arm-kernel@lists.infradead.org,
Marc Zyngier <maz@kernel.org>,
Philipp Zabel <p.zabel@pengutronix.de>,
Mark Kettenis <kettenis@openbsd.org>,
"Rafael J. Wysocki" <rafael@kernel.org>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Mark Kettenis <mark.kettenis@xs4all.nl>,
Krzysztof Kozlowski <krzk@kernel.org>,
Arnd Bergmann <arnd@kernel.org>,
linux-pm@vger.kernel.org, devicetree@vger.kernel.org,
linux-samsung-soc@vger.kernel.org, linux-serial@vger.kernel.org,
Rob Herring <robh+dt@kernel.org>, Johan Hovold <johan@kernel.org>,
linux-kernel@vger.kernel.org,
Linus Walleij <linus.walleij@linaro.org>
Subject: Re: [PATCH v3 07/11] dt-bindings: arm: apple: Add apple,pmgr binding
Date: Sun, 28 Nov 2021 10:24:04 -0600 [thread overview]
Message-ID: <YaOtJPF+3ie2WyPB@robh.at.kernel.org> (raw)
In-Reply-To: <20211124073419.181799-8-marcan@marcan.st>
On Wed, 24 Nov 2021 16:34:17 +0900, Hector Martin wrote:
> The PMGR block in Apple Silicon SoCs is responsible for SoC power
> management. There are two PMGRs in T8103, with different register
> layouts but compatible registers. In order to support this as well
> as future SoC generations with backwards-compatible registers, we
> declare these blocks as syscons and bind to individual registers
> in child nodes. Each register controls one SoC device.
>
> The respective apple compatibles are defined in case device-specific
> quirks are necessary in the future, but currently these nodes are
> expected to be bound by the generic syscon driver.
>
> Reviewed-by: Mark Kettenis <kettenis@openbsd.org>
> Signed-off-by: Hector Martin <marcan@marcan.st>
> ---
> .../bindings/arm/apple/apple,pmgr.yaml | 134 ++++++++++++++++++
> 1 file changed, 134 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/arm/apple/apple,pmgr.yaml
>
Reviewed-by: Rob Herring <robh@kernel.org>
WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robh@kernel.org>
To: Hector Martin <marcan@marcan.st>
Cc: Alyssa Rosenzweig <alyssa@rosenzweig.io>,
linux-arm-kernel@lists.infradead.org,
Marc Zyngier <maz@kernel.org>,
Philipp Zabel <p.zabel@pengutronix.de>,
Mark Kettenis <kettenis@openbsd.org>,
"Rafael J. Wysocki" <rafael@kernel.org>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Mark Kettenis <mark.kettenis@xs4all.nl>,
Krzysztof Kozlowski <krzk@kernel.org>,
Arnd Bergmann <arnd@kernel.org>,
linux-pm@vger.kernel.org, devicetree@vger.kernel.org,
linux-samsung-soc@vger.kernel.org, linux-serial@vger.kernel.org,
Rob Herring <robh+dt@kernel.org>, Johan Hovold <johan@kernel.org>,
linux-kernel@vger.kernel.org,
Linus Walleij <linus.walleij@linaro.org>
Subject: Re: [PATCH v3 07/11] dt-bindings: arm: apple: Add apple,pmgr binding
Date: Sun, 28 Nov 2021 10:24:04 -0600 [thread overview]
Message-ID: <YaOtJPF+3ie2WyPB@robh.at.kernel.org> (raw)
In-Reply-To: <20211124073419.181799-8-marcan@marcan.st>
On Wed, 24 Nov 2021 16:34:17 +0900, Hector Martin wrote:
> The PMGR block in Apple Silicon SoCs is responsible for SoC power
> management. There are two PMGRs in T8103, with different register
> layouts but compatible registers. In order to support this as well
> as future SoC generations with backwards-compatible registers, we
> declare these blocks as syscons and bind to individual registers
> in child nodes. Each register controls one SoC device.
>
> The respective apple compatibles are defined in case device-specific
> quirks are necessary in the future, but currently these nodes are
> expected to be bound by the generic syscon driver.
>
> Reviewed-by: Mark Kettenis <kettenis@openbsd.org>
> Signed-off-by: Hector Martin <marcan@marcan.st>
> ---
> .../bindings/arm/apple/apple,pmgr.yaml | 134 ++++++++++++++++++
> 1 file changed, 134 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/arm/apple/apple,pmgr.yaml
>
Reviewed-by: Rob Herring <robh@kernel.org>
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2021-11-28 16:26 UTC|newest]
Thread overview: 46+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-24 7:34 [PATCH v3 00/11] Apple SoC PMGR device power states driver Hector Martin
2021-11-24 7:34 ` Hector Martin
2021-11-24 7:34 ` [PATCH v3 01/11] MAINTAINERS: Add PMGR power state files to ARM/APPLE MACHINE Hector Martin
2021-11-24 7:34 ` Hector Martin
2021-11-24 7:34 ` [PATCH v3 02/11] dt-bindings: i2c: apple,i2c: Add power-domains property Hector Martin
2021-11-24 7:34 ` [PATCH v3 02/11] dt-bindings: i2c: apple, i2c: " Hector Martin
2021-11-29 0:54 ` [PATCH v3 02/11] dt-bindings: i2c: apple,i2c: " Rob Herring
2021-11-29 0:54 ` Rob Herring
2021-11-24 7:34 ` [PATCH v3 03/11] dt-bindings: iommu: apple,dart: " Hector Martin
2021-11-24 7:34 ` [PATCH v3 03/11] dt-bindings: iommu: apple, dart: " Hector Martin
2021-11-29 0:54 ` [PATCH v3 03/11] dt-bindings: iommu: apple,dart: " Rob Herring
2021-11-29 0:54 ` Rob Herring
2021-11-24 7:34 ` [PATCH v3 04/11] dt-bindings: pinctrl: apple,pinctrl: " Hector Martin
2021-11-24 7:34 ` [PATCH v3 04/11] dt-bindings: pinctrl: apple, pinctrl: " Hector Martin
2021-11-29 0:58 ` [PATCH v3 04/11] dt-bindings: pinctrl: apple,pinctrl: " Rob Herring
2021-11-29 0:58 ` Rob Herring
2021-11-24 7:34 ` [PATCH v3 05/11] dt-bindings: interrupt-controller: apple,aic: " Hector Martin
2021-11-24 7:34 ` [PATCH v3 05/11] dt-bindings: interrupt-controller: apple, aic: " Hector Martin
2021-11-29 0:58 ` [PATCH v3 05/11] dt-bindings: interrupt-controller: apple,aic: " Rob Herring
2021-11-29 0:58 ` Rob Herring
2021-11-24 7:34 ` [PATCH v3 06/11] dt-bindings: power: Add apple,pmgr-pwrstate binding Hector Martin
2021-11-24 7:34 ` Hector Martin
2021-11-24 7:34 ` [PATCH v3 07/11] dt-bindings: arm: apple: Add apple,pmgr binding Hector Martin
2021-11-24 7:34 ` Hector Martin
2021-11-28 16:24 ` Rob Herring [this message]
2021-11-28 16:24 ` Rob Herring
2021-11-24 7:34 ` [PATCH v3 08/11] soc: apple: Add driver for Apple PMGR power state controls Hector Martin
2021-11-24 7:34 ` Hector Martin
2021-11-24 7:34 ` [PATCH v3 09/11] arm64: dts: apple: t8103: Add PMGR nodes Hector Martin
2021-11-24 7:34 ` Hector Martin
2021-12-02 17:59 ` Sven Peter
2021-12-02 17:59 ` Sven Peter
2021-11-24 7:46 ` [PATCH v3 10/11] tty: serial: samsung_tty: Support runtime PM Hector Martin
2021-11-24 7:46 ` Hector Martin
2021-12-07 9:18 ` Krzysztof Kozlowski
2021-12-07 9:18 ` Krzysztof Kozlowski
2021-12-09 10:48 ` Andy Shevchenko
2021-12-09 10:48 ` Andy Shevchenko
2021-11-24 7:46 ` [PATCH v3 11/11] arm64: dts: apple: t8103: Add UART2 Hector Martin
2021-11-24 7:46 ` Hector Martin
2021-12-07 5:30 ` [PATCH v3 00/11] Apple SoC PMGR device power states driver Hector Martin
2021-12-07 5:30 ` Hector Martin
2021-12-07 7:53 ` Krzysztof Kozlowski
2021-12-07 7:53 ` Krzysztof Kozlowski
2021-12-07 8:06 ` Greg Kroah-Hartman
2021-12-07 8:06 ` Greg Kroah-Hartman
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=YaOtJPF+3ie2WyPB@robh.at.kernel.org \
--to=robh@kernel.org \
--cc=alyssa@rosenzweig.io \
--cc=arnd@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=gregkh@linuxfoundation.org \
--cc=johan@kernel.org \
--cc=kettenis@openbsd.org \
--cc=krzk@kernel.org \
--cc=linus.walleij@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=linux-serial@vger.kernel.org \
--cc=marcan@marcan.st \
--cc=mark.kettenis@xs4all.nl \
--cc=maz@kernel.org \
--cc=p.zabel@pengutronix.de \
--cc=rafael@kernel.org \
--cc=robh+dt@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.