All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rob Herring <robh@kernel.org>
To: Johan Jonker <jbx6244@gmail.com>
Cc: linux-kernel@vger.kernel.org, heiko@sntech.de,
	enric.balletbo@collabora.com, zhangqing@rock-chips.com,
	robh+dt@kernel.org, devicetree@vger.kernel.org,
	linux-rockchip@lists.infradead.org,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v8 12/15] dt-bindings: arm: rockchip: add more compatible strings to pmu.yaml
Date: Fri, 16 Apr 2021 13:55:52 -0500	[thread overview]
Message-ID: <20210416185552.GA3752233@robh.at.kernel.org> (raw)
In-Reply-To: <20210416080342.18614-13-jbx6244@gmail.com>

On Fri, 16 Apr 2021 10:03:39 +0200, Johan Jonker wrote:
> The compatible strings below are already in use in the Rockchip
> dtsi files, but were somehow never added to a document, so add
> 
> "rockchip,px30-pmu", "syscon", "simple-mfd"
> "rockchip,rk3288-pmu", "syscon", "simple-mfd"
> "rockchip,rk3328-pmu", "syscon", "simple-mfd"
> "rockchip,rk3399-pmu", "syscon", "simple-mfd"
> 
> for pmu nodes to pmu.yaml.
> 
> Signed-off-by: Johan Jonker <jbx6244@gmail.com>
> ---
>  Documentation/devicetree/bindings/arm/rockchip/pmu.yaml | 8 ++++++++
>  1 file changed, 8 insertions(+)
> 

Reviewed-by: Rob Herring <robh@kernel.org>

WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robh@kernel.org>
To: Johan Jonker <jbx6244@gmail.com>
Cc: linux-kernel@vger.kernel.org, heiko@sntech.de,
	enric.balletbo@collabora.com, zhangqing@rock-chips.com,
	robh+dt@kernel.org, devicetree@vger.kernel.org,
	linux-rockchip@lists.infradead.org,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v8 12/15] dt-bindings: arm: rockchip: add more compatible strings to pmu.yaml
Date: Fri, 16 Apr 2021 13:55:52 -0500	[thread overview]
Message-ID: <20210416185552.GA3752233@robh.at.kernel.org> (raw)
In-Reply-To: <20210416080342.18614-13-jbx6244@gmail.com>

On Fri, 16 Apr 2021 10:03:39 +0200, Johan Jonker wrote:
> The compatible strings below are already in use in the Rockchip
> dtsi files, but were somehow never added to a document, so add
> 
> "rockchip,px30-pmu", "syscon", "simple-mfd"
> "rockchip,rk3288-pmu", "syscon", "simple-mfd"
> "rockchip,rk3328-pmu", "syscon", "simple-mfd"
> "rockchip,rk3399-pmu", "syscon", "simple-mfd"
> 
> for pmu nodes to pmu.yaml.
> 
> Signed-off-by: Johan Jonker <jbx6244@gmail.com>
> ---
>  Documentation/devicetree/bindings/arm/rockchip/pmu.yaml | 8 ++++++++
>  1 file changed, 8 insertions(+)
> 

Reviewed-by: Rob Herring <robh@kernel.org>

_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip

WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robh@kernel.org>
To: Johan Jonker <jbx6244@gmail.com>
Cc: linux-kernel@vger.kernel.org, heiko@sntech.de,
	enric.balletbo@collabora.com, zhangqing@rock-chips.com,
	robh+dt@kernel.org, devicetree@vger.kernel.org,
	linux-rockchip@lists.infradead.org,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v8 12/15] dt-bindings: arm: rockchip: add more compatible strings to pmu.yaml
Date: Fri, 16 Apr 2021 13:55:52 -0500	[thread overview]
Message-ID: <20210416185552.GA3752233@robh.at.kernel.org> (raw)
In-Reply-To: <20210416080342.18614-13-jbx6244@gmail.com>

On Fri, 16 Apr 2021 10:03:39 +0200, Johan Jonker wrote:
> The compatible strings below are already in use in the Rockchip
> dtsi files, but were somehow never added to a document, so add
> 
> "rockchip,px30-pmu", "syscon", "simple-mfd"
> "rockchip,rk3288-pmu", "syscon", "simple-mfd"
> "rockchip,rk3328-pmu", "syscon", "simple-mfd"
> "rockchip,rk3399-pmu", "syscon", "simple-mfd"
> 
> for pmu nodes to pmu.yaml.
> 
> Signed-off-by: Johan Jonker <jbx6244@gmail.com>
> ---
>  Documentation/devicetree/bindings/arm/rockchip/pmu.yaml | 8 ++++++++
>  1 file changed, 8 insertions(+)
> 

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

  reply	other threads:[~2021-04-16 18:55 UTC|newest]

Thread overview: 60+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-16  8:03 [PATCH v8 00/15] soc: rockchip: power-domain: add rk3568 powerdomains Johan Jonker
2021-04-16  8:03 ` Johan Jonker
2021-04-16  8:03 ` Johan Jonker
2021-04-16  8:03 ` [PATCH v8 01/15] ARM: dts: rockchip: Fix power-controller node names for rk3066a Johan Jonker
2021-04-16  8:03   ` Johan Jonker
2021-04-16  8:03   ` Johan Jonker
2021-04-16  8:03 ` [PATCH v8 02/15] ARM: dts: rockchip: Fix power-controller node names for rk3188 Johan Jonker
2021-04-16  8:03   ` Johan Jonker
2021-04-16  8:03   ` Johan Jonker
2021-04-16  8:03 ` [PATCH v8 03/15] ARM: dts: rockchip: Fix power-controller node names for rk3288 Johan Jonker
2021-04-16  8:03   ` Johan Jonker
2021-04-16  8:03   ` Johan Jonker
2021-04-16  8:03 ` [PATCH v8 04/15] ARM: dts: rockchip: add #power-domain-cells to power domain nodes Johan Jonker
2021-04-16  8:03   ` Johan Jonker
2021-04-16  8:03   ` Johan Jonker
2021-04-16  8:03 ` [PATCH v8 05/15] arm64: dts: rockchip: Fix power-controller node names for px30 Johan Jonker
2021-04-16  8:03   ` Johan Jonker
2021-04-16  8:03   ` Johan Jonker
2021-04-16  8:03 ` [PATCH v8 06/15] arm64: dts: rockchip: Fix power-controller node names for rk3328 Johan Jonker
2021-04-16  8:03   ` Johan Jonker
2021-04-16  8:03   ` Johan Jonker
2021-04-16  8:03 ` [PATCH v8 07/15] arm64: dts: rockchip: Fix power-controller node names for rk3399 Johan Jonker
2021-04-16  8:03   ` Johan Jonker
2021-04-16  8:03   ` Johan Jonker
2021-04-16  8:03 ` [PATCH v8 08/15] arm64: dts: rockchip: add #power-domain-cells to power domain nodes Johan Jonker
2021-04-16  8:03   ` Johan Jonker
2021-04-16  8:03   ` Johan Jonker
2021-04-16  8:03 ` [PATCH v8 09/15] soc: rockchip: pm-domains: Add a meaningful power domain name Johan Jonker
2021-04-16  8:03   ` Johan Jonker
2021-04-16  8:03   ` Johan Jonker
2021-04-16  8:03 ` [PATCH v8 10/15] dt-bindings: add power-domain header for RK3568 SoCs Johan Jonker
2021-04-16  8:03   ` Johan Jonker
2021-04-16  8:03   ` Johan Jonker
2021-04-16  8:03 ` [PATCH v8 11/15] dt-bindings: arm: rockchip: convert pmu.txt to YAML Johan Jonker
2021-04-16  8:03   ` Johan Jonker
2021-04-16  8:03   ` Johan Jonker
2021-04-16 18:55   ` Rob Herring
2021-04-16 18:55     ` Rob Herring
2021-04-16 18:55     ` Rob Herring
2021-04-16  8:03 ` [PATCH v8 12/15] dt-bindings: arm: rockchip: add more compatible strings to pmu.yaml Johan Jonker
2021-04-16  8:03   ` Johan Jonker
2021-04-16  8:03   ` Johan Jonker
2021-04-16 18:55   ` Rob Herring [this message]
2021-04-16 18:55     ` Rob Herring
2021-04-16 18:55     ` Rob Herring
2021-04-16  8:03 ` [PATCH v8 13/15] dt-bindings: power: rockchip: Convert to json-schema Johan Jonker
2021-04-16  8:03   ` Johan Jonker
2021-04-16  8:03   ` Johan Jonker
2021-04-16 19:05   ` Rob Herring
2021-04-16 19:05     ` Rob Herring
2021-04-16 19:05     ` Rob Herring
2021-04-16  8:03 ` [PATCH v8 14/15] dt-bindings: power: rockchip: Add bindings for RK3568 Soc Johan Jonker
2021-04-16  8:03   ` Johan Jonker
2021-04-16  8:03   ` Johan Jonker
2021-04-16 18:53   ` Rob Herring
2021-04-16 18:53     ` Rob Herring
2021-04-16 18:53     ` Rob Herring
2021-04-16  8:03 ` [PATCH v8 15/15] soc: rockchip: power-domain: add rk3568 powerdomains Johan Jonker
2021-04-16  8:03   ` Johan Jonker
2021-04-16  8:03   ` Johan Jonker

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=20210416185552.GA3752233@robh.at.kernel.org \
    --to=robh@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=enric.balletbo@collabora.com \
    --cc=heiko@sntech.de \
    --cc=jbx6244@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-rockchip@lists.infradead.org \
    --cc=robh+dt@kernel.org \
    --cc=zhangqing@rock-chips.com \
    /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.