From: Rob Herring <robh@kernel.org>
To: David Heidelberg <david@ixit.cz>
Cc: Rob Herring <robh+dt@kernel.org>,
Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
~okias/devicetree@lists.sr.ht
Subject: Re: [PATCH v3] dt-bindings: arm: merge qcom,idle-state with idle-state
Date: Sat, 25 Dec 2021 10:48:42 -0400 [thread overview]
Message-ID: <1640443722.937725.363348.nullmailer@robh.at.kernel.org> (raw)
In-Reply-To: <20211224144835.39193-1-david@ixit.cz>
On Fri, 24 Dec 2021 15:48:34 +0100, David Heidelberg wrote:
> Merge Qualcomm specific idle-state binding with generic one.
>
> Signed-off-by: David Heidelberg <david@ixit.cz>
>
> ---
> v3:
> - integrate into idle-state.yml
> - orig. patch name was:
> "[v2] dt-bindings: arm/msm/qcom,idle-state convert to YAML"
>
> Signed-off-by: David Heidelberg <david@ixit.cz>
> ---
> .../devicetree/bindings/arm/idle-states.yaml | 107 ++++++++++++++++++
> .../bindings/arm/msm/qcom,idle-state.txt | 84 --------------
> 2 files changed, 107 insertions(+), 84 deletions(-)
> delete mode 100644 Documentation/devicetree/bindings/arm/msm/qcom,idle-state.txt
>
Running 'make dtbs_check' with the schema in this patch gives the
following warnings. Consider if they are expected or the schema is
incorrect. These may not be new warnings.
Note that it is not yet a requirement to have 0 warnings for dtbs_check.
This will change in the future.
Full log is available here: https://patchwork.ozlabs.org/patch/1573055
idle-states: 'clusteroff_b', 'clusteroff_l', 'cpuoff_b', 'cpuoff_l' do not match any of the regexes: '^(cpu|cluster)-', '^(ret|spc|pc)$', 'pinctrl-[0-9]+'
arch/arm64/boot/dts/mediatek/mt8192-evb.dt.yaml
idle-states: 'cluster_pd', 'core_pd' do not match any of the regexes: '^(cpu|cluster)-', '^(ret|spc|pc)$', 'pinctrl-[0-9]+'
arch/arm64/boot/dts/sprd/sp9860g-1h10.dt.yaml
idle-states: 'core-pd' does not match any of the regexes: '^(cpu|cluster)-', '^(ret|spc|pc)$', 'pinctrl-[0-9]+'
arch/arm64/boot/dts/sprd/sp9863a-1h10.dt.yaml
idle-states: cpu-sleep-0:compatible:0: 'arm,idle-state' was expected
arch/arm/boot/dts/qcom-msm8916-samsung-serranove.dt.yaml
idle-states: entry-method:0: 'psci' was expected
arch/arm64/boot/dts/mediatek/mt8192-evb.dt.yaml
idle-states: 'mpu_gate' does not match any of the regexes: '^(cpu|cluster)-', '^(ret|spc|pc)$', 'pinctrl-[0-9]+'
arch/arm/boot/dts/am335x-baltos-ir2110.dt.yaml
arch/arm/boot/dts/am335x-baltos-ir3220.dt.yaml
arch/arm/boot/dts/am335x-baltos-ir5221.dt.yaml
arch/arm/boot/dts/am335x-base0033.dt.yaml
arch/arm/boot/dts/am335x-boneblack.dt.yaml
arch/arm/boot/dts/am335x-boneblack-wireless.dt.yaml
arch/arm/boot/dts/am335x-boneblue.dt.yaml
arch/arm/boot/dts/am335x-bone.dt.yaml
arch/arm/boot/dts/am335x-bonegreen.dt.yaml
arch/arm/boot/dts/am335x-bonegreen-wireless.dt.yaml
arch/arm/boot/dts/am335x-chiliboard.dt.yaml
arch/arm/boot/dts/am335x-cm-t335.dt.yaml
arch/arm/boot/dts/am335x-evm.dt.yaml
arch/arm/boot/dts/am335x-evmsk.dt.yaml
arch/arm/boot/dts/am335x-guardian.dt.yaml
arch/arm/boot/dts/am335x-icev2.dt.yaml
arch/arm/boot/dts/am335x-lxm.dt.yaml
arch/arm/boot/dts/am335x-moxa-uc-2101.dt.yaml
arch/arm/boot/dts/am335x-moxa-uc-8100-me-t.dt.yaml
arch/arm/boot/dts/am335x-myirtech-myd.dt.yaml
arch/arm/boot/dts/am335x-nano.dt.yaml
arch/arm/boot/dts/am335x-netcan-plus-1xx.dt.yaml
arch/arm/boot/dts/am335x-netcom-plus-2xx.dt.yaml
arch/arm/boot/dts/am335x-netcom-plus-8xx.dt.yaml
arch/arm/boot/dts/am335x-osd3358-sm-red.dt.yaml
arch/arm/boot/dts/am335x-pdu001.dt.yaml
arch/arm/boot/dts/am335x-pepper.dt.yaml
arch/arm/boot/dts/am335x-phycore-rdk.dt.yaml
arch/arm/boot/dts/am335x-pocketbeagle.dt.yaml
arch/arm/boot/dts/am335x-regor-rdk.dt.yaml
arch/arm/boot/dts/am335x-sancloud-bbe.dt.yaml
arch/arm/boot/dts/am335x-sancloud-bbe-lite.dt.yaml
arch/arm/boot/dts/am335x-sbc-t335.dt.yaml
arch/arm/boot/dts/am335x-shc.dt.yaml
arch/arm/boot/dts/am335x-sl50.dt.yaml
arch/arm/boot/dts/am335x-wega-rdk.dt.yaml
arch/arm/boot/dts/am437x-cm-t43.dt.yaml
arch/arm/boot/dts/am437x-gp-evm.dt.yaml
arch/arm/boot/dts/am437x-idk-evm.dt.yaml
arch/arm/boot/dts/am437x-sbc-t43.dt.yaml
arch/arm/boot/dts/am437x-sk-evm.dt.yaml
arch/arm/boot/dts/am43x-epos-evm.dt.yaml
next prev parent reply other threads:[~2021-12-25 14:49 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-24 14:48 [PATCH v3] dt-bindings: arm: merge qcom,idle-state with idle-state David Heidelberg
2021-12-25 14:48 ` Rob Herring [this message]
2022-01-04 20:49 ` Rob Herring
2023-12-02 23:49 ` David Heidelberg
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=1640443722.937725.363348.nullmailer@robh.at.kernel.org \
--to=robh@kernel.org \
--cc=david@ixit.cz \
--cc=devicetree@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=lorenzo.pieralisi@arm.com \
--cc=robh+dt@kernel.org \
--cc=~okias/devicetree@lists.sr.ht \
/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.