public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
From: Conor Dooley <conor@kernel.org>
To: Jonas Karlman <jonas@kwiboo.se>
Cc: Heiko Stuebner <heiko@sntech.de>,
	Ulf Hansson <ulf.hansson@linaro.org>,
	Rob Herring <robh@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Conor Dooley <conor+dt@kernel.org>,
	Jisheng Zhang <jszhang@kernel.org>, Yao Zi <ziyao@disroot.org>,
	Chukun Pan <amadeus@jmu.edu.cn>,
	linux-rockchip@lists.infradead.org, linux-pm@vger.kernel.org,
	devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-mmc@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 5/9] dt-bindings: mmc: sdhci-of-dwcmhsc: Allow use of a power-domain
Date: Mon, 19 May 2025 18:26:29 +0100	[thread overview]
Message-ID: <20250519-vision-mummify-dce8d0c6b5f9@spud> (raw)
In-Reply-To: <2d0524a9-50ff-4b49-bee9-8158c4c5b88b@kwiboo.se>

[-- Attachment #1: Type: text/plain, Size: 960 bytes --]

On Mon, May 19, 2025 at 07:03:37PM +0200, Jonas Karlman wrote:
> Hi Conor,
> 
> On 2025-05-19 18:12, Conor Dooley wrote:
> > On Sun, May 18, 2025 at 10:06:52PM +0000, Jonas Karlman wrote:
> >> The commit 7e856617a1f3 ("dt-bindings: mmc: Add support for rk3576
> >> eMMC") limited use of power-domains to Rockchip RK3576.
> >>
> >> Remove the power-domains: false to allow use of power-domains with more
> >> controllers, e.g. with SDHCI on Rockchip RK3528.
> > 
> > Meanwhile, you're allowing it for all devices, even ones where it is not
> > valid. I'm not keen on that.
> 
> All Rockchip variants technically belong to a power-domain, not just the
> RK3576. E.g. for RK3588 a PD_NVM0 domain (not described in DT), for
> RK3568 a VD_LOGIC ALIVE / BIU_SECURE_FLASH idle-only domain, and as
> shown in this series for the RK3528 the PD_VPU idle-only domain.

If they all do, that's fine.
Acked-by: Conor Dooley <conor.dooley@microchip.com>

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

  reply	other threads:[~2025-05-19 18:10 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-18 22:06 [PATCH 0/9] rockchip: Add power controller support for RK3528 Jonas Karlman
2025-05-18 22:06 ` [PATCH 1/9] dt-bindings: power: rockchip: Add " Jonas Karlman
2025-05-19 16:13   ` Conor Dooley
2025-05-18 22:06 ` [PATCH 2/9] pmdomain: " Jonas Karlman
2025-05-19 16:52   ` Yao Zi
2025-05-19 17:07     ` Heiko Stübner
2025-05-19 17:11       ` Yao Zi
2025-05-19 17:11     ` Jonas Karlman
2025-05-18 22:06 ` [PATCH 3/9] dt-bindings: rockchip: pmu: Add compatible " Jonas Karlman
2025-05-19 16:13   ` Conor Dooley
2025-05-18 22:06 ` [PATCH 4/9] arm64: dts: rockchip: Add power controller " Jonas Karlman
2025-05-18 22:06 ` [PATCH 5/9] dt-bindings: mmc: sdhci-of-dwcmhsc: Allow use of a power-domain Jonas Karlman
2025-05-19 16:12   ` Conor Dooley
2025-05-19 17:03     ` Jonas Karlman
2025-05-19 17:26       ` Conor Dooley [this message]
2025-05-20 12:42   ` Ulf Hansson
2025-05-18 22:06 ` [PATCH 6/9] dt-bindings: gpio: rockchip: " Jonas Karlman
2025-05-27 19:34   ` Rob Herring
2025-06-21 18:23     ` Jonas Karlman
2025-05-18 22:06 ` [PATCH 7/9] dt-bindings: i2c: i2c-rk3x: " Jonas Karlman
2025-05-18 22:06 ` [PATCH 8/9] dt-bindings: iio: adc: rockchip-saradc: " Jonas Karlman
2025-05-25 14:32   ` Jonathan Cameron
2025-05-18 22:06 ` [PATCH 9/9] arm64: dts: rockchip: Enable more power domains for RK3528 Jonas Karlman
2025-06-18 12:56 ` [PATCH 0/9] rockchip: Add power controller support " Ulf Hansson
2025-06-19 22:13 ` (subset) " Heiko Stuebner

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=20250519-vision-mummify-dce8d0c6b5f9@spud \
    --to=conor@kernel.org \
    --cc=amadeus@jmu.edu.cn \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=heiko@sntech.de \
    --cc=jonas@kwiboo.se \
    --cc=jszhang@kernel.org \
    --cc=krzk+dt@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mmc@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=linux-rockchip@lists.infradead.org \
    --cc=robh@kernel.org \
    --cc=ulf.hansson@linaro.org \
    --cc=ziyao@disroot.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