* [PATCH] dt-bindings: More removals of type references on common properties
@ 2021-05-10 20:45 Rob Herring
2021-05-10 22:03 ` Mark Brown
` (5 more replies)
0 siblings, 6 replies; 10+ messages in thread
From: Rob Herring @ 2021-05-10 20:45 UTC (permalink / raw)
To: devicetree
Cc: alsa-devel, linux-iio, linux-kernel, linux-clk,
Lars-Peter Clausen, Chunyan Zhang, Olivier Moysan, linux-input,
Jakub Kicinski, Arnaud Pouliquen, Odelu Kukatla, linux-pm,
Luca Ceresoli, Mark Brown, Orson Zhai, Fabrice Gasnier,
linux-arm-kernel, Alex Elder, Stephen Boyd, netdev, Shengjiu Wang,
Dmitry Torokhov, Liam Girdwood, Bjorn Andersson,
Sebastian Reichel, Baolin Wang, Georgi Djakov, David S. Miller,
Jonathan Cameron
Users of common properties shouldn't have a type definition as the
common schemas already have one. A few new ones slipped in and
*-names was missed in the last clean-up pass. Drop all the unnecessary
type references in the tree.
A meta-schema update to catch these is pending.
Cc: Luca Ceresoli <luca@lucaceresoli.net>
Cc: Stephen Boyd <sboyd@kernel.org>
Cc: Olivier Moysan <olivier.moysan@foss.st.com>
Cc: Arnaud Pouliquen <arnaud.pouliquen@foss.st.com>
Cc: Jonathan Cameron <jic23@kernel.org>
Cc: Lars-Peter Clausen <lars@metafoo.de>
Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Cc: Bjorn Andersson <bjorn.andersson@linaro.org>
Cc: Georgi Djakov <djakov@kernel.org>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Jakub Kicinski <kuba@kernel.org>
Cc: Sebastian Reichel <sre@kernel.org>
Cc: Orson Zhai <orsonzhai@gmail.com>
Cc: Baolin Wang <baolin.wang7@gmail.com>
Cc: Chunyan Zhang <zhang.lyra@gmail.com>
Cc: Liam Girdwood <lgirdwood@gmail.com>
Cc: Mark Brown <broonie@kernel.org>
Cc: Fabrice Gasnier <fabrice.gasnier@st.com>
Cc: Odelu Kukatla <okukatla@codeaurora.org>
Cc: Alex Elder <elder@kernel.org>
Cc: Shengjiu Wang <shengjiu.wang@nxp.com>
Cc: linux-clk@vger.kernel.org
Cc: alsa-devel@alsa-project.org
Cc: linux-iio@vger.kernel.org
Cc: linux-arm-kernel@lists.infradead.org
Cc: linux-input@vger.kernel.org
Cc: linux-pm@vger.kernel.org
Cc: netdev@vger.kernel.org
Signed-off-by: Rob Herring <robh@kernel.org>
---
Documentation/devicetree/bindings/clock/idt,versaclock5.yaml | 2 --
.../devicetree/bindings/iio/adc/st,stm32-dfsdm-adc.yaml | 1 -
Documentation/devicetree/bindings/input/input.yaml | 1 -
Documentation/devicetree/bindings/interconnect/qcom,rpmh.yaml | 1 -
Documentation/devicetree/bindings/net/qcom,ipa.yaml | 1 -
.../devicetree/bindings/power/supply/sc2731-charger.yaml | 2 +-
Documentation/devicetree/bindings/sound/fsl,rpmsg.yaml | 2 +-
7 files changed, 2 insertions(+), 8 deletions(-)
diff --git a/Documentation/devicetree/bindings/clock/idt,versaclock5.yaml b/Documentation/devicetree/bindings/clock/idt,versaclock5.yaml
index c268debe5b8d..28675b0b80f1 100644
--- a/Documentation/devicetree/bindings/clock/idt,versaclock5.yaml
+++ b/Documentation/devicetree/bindings/clock/idt,versaclock5.yaml
@@ -60,7 +60,6 @@ properties:
maxItems: 2
idt,xtal-load-femtofarads:
- $ref: /schemas/types.yaml#/definitions/uint32
minimum: 9000
maximum: 22760
description: Optional load capacitor for XTAL1 and XTAL2
@@ -84,7 +83,6 @@ patternProperties:
enum: [ 1800000, 2500000, 3300000 ]
idt,slew-percent:
description: The Slew rate control for CMOS single-ended.
- $ref: /schemas/types.yaml#/definitions/uint32
enum: [ 80, 85, 90, 100 ]
required:
diff --git a/Documentation/devicetree/bindings/iio/adc/st,stm32-dfsdm-adc.yaml b/Documentation/devicetree/bindings/iio/adc/st,stm32-dfsdm-adc.yaml
index 6f2398cdc82d..1e7894e524f9 100644
--- a/Documentation/devicetree/bindings/iio/adc/st,stm32-dfsdm-adc.yaml
+++ b/Documentation/devicetree/bindings/iio/adc/st,stm32-dfsdm-adc.yaml
@@ -102,7 +102,6 @@ patternProperties:
st,adc-channel-names:
description: List of single-ended channel names.
- $ref: /schemas/types.yaml#/definitions/string-array
st,filter-order:
description: |
diff --git a/Documentation/devicetree/bindings/input/input.yaml b/Documentation/devicetree/bindings/input/input.yaml
index 74244d21d2b3..d41d8743aad4 100644
--- a/Documentation/devicetree/bindings/input/input.yaml
+++ b/Documentation/devicetree/bindings/input/input.yaml
@@ -38,6 +38,5 @@ properties:
Duration in seconds which the key should be kept pressed for device to
reset automatically. Device with key pressed reset feature can specify
this property.
- $ref: /schemas/types.yaml#/definitions/uint32
additionalProperties: true
diff --git a/Documentation/devicetree/bindings/interconnect/qcom,rpmh.yaml b/Documentation/devicetree/bindings/interconnect/qcom,rpmh.yaml
index cb6498108b78..36c955965d90 100644
--- a/Documentation/devicetree/bindings/interconnect/qcom,rpmh.yaml
+++ b/Documentation/devicetree/bindings/interconnect/qcom,rpmh.yaml
@@ -92,7 +92,6 @@ properties:
this interconnect to send RPMh commands.
qcom,bcm-voter-names:
- $ref: /schemas/types.yaml#/definitions/string-array
description: |
Names for each of the qcom,bcm-voters specified.
diff --git a/Documentation/devicetree/bindings/net/qcom,ipa.yaml b/Documentation/devicetree/bindings/net/qcom,ipa.yaml
index 7443490d4cc6..5fe6d3dceb08 100644
--- a/Documentation/devicetree/bindings/net/qcom,ipa.yaml
+++ b/Documentation/devicetree/bindings/net/qcom,ipa.yaml
@@ -105,7 +105,6 @@ properties:
- description: Whether the IPA clock is enabled (if valid)
qcom,smem-state-names:
- $ref: /schemas/types.yaml#/definitions/string-array
description: The names of the state bits used for SMP2P output
items:
- const: ipa-clock-enabled-valid
diff --git a/Documentation/devicetree/bindings/power/supply/sc2731-charger.yaml b/Documentation/devicetree/bindings/power/supply/sc2731-charger.yaml
index db1aa238cda5..b62c2431f94e 100644
--- a/Documentation/devicetree/bindings/power/supply/sc2731-charger.yaml
+++ b/Documentation/devicetree/bindings/power/supply/sc2731-charger.yaml
@@ -20,7 +20,7 @@ properties:
maxItems: 1
phys:
- $ref: /schemas/types.yaml#/definitions/phandle
+ maxItems: 1
description: phandle to the USB phy
monitored-battery:
diff --git a/Documentation/devicetree/bindings/sound/fsl,rpmsg.yaml b/Documentation/devicetree/bindings/sound/fsl,rpmsg.yaml
index b4c190bddd84..61802a11baf4 100644
--- a/Documentation/devicetree/bindings/sound/fsl,rpmsg.yaml
+++ b/Documentation/devicetree/bindings/sound/fsl,rpmsg.yaml
@@ -49,7 +49,7 @@ properties:
maxItems: 1
memory-region:
- $ref: /schemas/types.yaml#/definitions/phandle
+ maxItems: 1
description:
phandle to a node describing reserved memory (System RAM memory)
The M core can't access all the DDR memory space on some platform,
--
2.27.0
^ permalink raw reply related [flat|nested] 10+ messages in thread
* Re: [PATCH] dt-bindings: More removals of type references on common properties
2021-05-10 20:45 [PATCH] dt-bindings: More removals of type references on common properties Rob Herring
@ 2021-05-10 22:03 ` Mark Brown
2021-05-11 5:29 ` Georgi Djakov
` (4 subsequent siblings)
5 siblings, 0 replies; 10+ messages in thread
From: Mark Brown @ 2021-05-10 22:03 UTC (permalink / raw)
To: Rob Herring
Cc: alsa-devel, linux-iio, linux-kernel, linux-clk,
Lars-Peter Clausen, Chunyan Zhang, Olivier Moysan, linux-input,
Jakub Kicinski, Arnaud Pouliquen, devicetree, Odelu Kukatla,
linux-pm, Luca Ceresoli, Orson Zhai, Fabrice Gasnier,
linux-arm-kernel, Alex Elder, Stephen Boyd, netdev, Shengjiu Wang,
Dmitry Torokhov, Liam Girdwood, Bjorn Andersson,
Sebastian Reichel, Baolin Wang, Georgi Djakov, David S. Miller,
Jonathan Cameron
[-- Attachment #1: Type: text/plain, Size: 342 bytes --]
On Mon, May 10, 2021 at 03:45:24PM -0500, Rob Herring wrote:
> Users of common properties shouldn't have a type definition as the
> common schemas already have one. A few new ones slipped in and
> *-names was missed in the last clean-up pass. Drop all the unnecessary
> type references in the tree.
Acked-by: Mark Brown <broonie@kernel.org>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH] dt-bindings: More removals of type references on common properties
2021-05-10 20:45 [PATCH] dt-bindings: More removals of type references on common properties Rob Herring
2021-05-10 22:03 ` Mark Brown
@ 2021-05-11 5:29 ` Georgi Djakov
2021-05-11 7:20 ` Luca Ceresoli
` (3 subsequent siblings)
5 siblings, 0 replies; 10+ messages in thread
From: Georgi Djakov @ 2021-05-11 5:29 UTC (permalink / raw)
To: Rob Herring, devicetree
Cc: alsa-devel, linux-iio, linux-kernel, linux-clk,
Lars-Peter Clausen, Chunyan Zhang, Olivier Moysan, linux-input,
Jakub Kicinski, Arnaud Pouliquen, Odelu Kukatla, linux-pm,
Luca Ceresoli, Mark Brown, Orson Zhai, Fabrice Gasnier,
linux-arm-kernel, Alex Elder, Stephen Boyd, netdev, Shengjiu Wang,
Dmitry Torokhov, Liam Girdwood, Bjorn Andersson,
Sebastian Reichel, Baolin Wang, David S. Miller, Jonathan Cameron
On 5/10/21 23:45, Rob Herring wrote:
> Users of common properties shouldn't have a type definition as the
> common schemas already have one. A few new ones slipped in and
> *-names was missed in the last clean-up pass. Drop all the unnecessary
> type references in the tree.
>
> A meta-schema update to catch these is pending.
Acked-by: Georgi Djakov <djakov@kernel.org>
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH] dt-bindings: More removals of type references on common properties
2021-05-10 20:45 [PATCH] dt-bindings: More removals of type references on common properties Rob Herring
2021-05-10 22:03 ` Mark Brown
2021-05-11 5:29 ` Georgi Djakov
@ 2021-05-11 7:20 ` Luca Ceresoli
2021-05-11 13:44 ` Rob Herring
2021-05-11 7:50 ` Jonathan Cameron
` (2 subsequent siblings)
5 siblings, 1 reply; 10+ messages in thread
From: Luca Ceresoli @ 2021-05-11 7:20 UTC (permalink / raw)
To: Rob Herring, devicetree
Cc: alsa-devel, linux-iio, linux-kernel, linux-clk,
Lars-Peter Clausen, Chunyan Zhang, Olivier Moysan, linux-input,
Jakub Kicinski, Arnaud Pouliquen, Odelu Kukatla, linux-pm,
Mark Brown, Orson Zhai, Fabrice Gasnier, linux-arm-kernel,
Alex Elder, Stephen Boyd, netdev, Shengjiu Wang, Dmitry Torokhov,
Liam Girdwood, Bjorn Andersson, Sebastian Reichel, Baolin Wang,
Georgi Djakov, David S. Miller, Jonathan Cameron
Hi,
On 10/05/21 22:45, Rob Herring wrote:
> Users of common properties shouldn't have a type definition as the
> common schemas already have one. A few new ones slipped in and
> *-names was missed in the last clean-up pass. Drop all the unnecessary
> type references in the tree.
>
> A meta-schema update to catch these is pending.
>
> Cc: Luca Ceresoli <luca@lucaceresoli.net>
> Cc: Stephen Boyd <sboyd@kernel.org>
> Cc: Olivier Moysan <olivier.moysan@foss.st.com>
> Cc: Arnaud Pouliquen <arnaud.pouliquen@foss.st.com>
> Cc: Jonathan Cameron <jic23@kernel.org>
> Cc: Lars-Peter Clausen <lars@metafoo.de>
> Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
> Cc: Bjorn Andersson <bjorn.andersson@linaro.org>
> Cc: Georgi Djakov <djakov@kernel.org>
> Cc: "David S. Miller" <davem@davemloft.net>
> Cc: Jakub Kicinski <kuba@kernel.org>
> Cc: Sebastian Reichel <sre@kernel.org>
> Cc: Orson Zhai <orsonzhai@gmail.com>
> Cc: Baolin Wang <baolin.wang7@gmail.com>
> Cc: Chunyan Zhang <zhang.lyra@gmail.com>
> Cc: Liam Girdwood <lgirdwood@gmail.com>
> Cc: Mark Brown <broonie@kernel.org>
> Cc: Fabrice Gasnier <fabrice.gasnier@st.com>
> Cc: Odelu Kukatla <okukatla@codeaurora.org>
> Cc: Alex Elder <elder@kernel.org>
> Cc: Shengjiu Wang <shengjiu.wang@nxp.com>
> Cc: linux-clk@vger.kernel.org
> Cc: alsa-devel@alsa-project.org
> Cc: linux-iio@vger.kernel.org
> Cc: linux-arm-kernel@lists.infradead.org
> Cc: linux-input@vger.kernel.org
> Cc: linux-pm@vger.kernel.org
> Cc: netdev@vger.kernel.org
> Signed-off-by: Rob Herring <robh@kernel.org>
> ---
> Documentation/devicetree/bindings/clock/idt,versaclock5.yaml | 2 --
> .../devicetree/bindings/iio/adc/st,stm32-dfsdm-adc.yaml | 1 -
> Documentation/devicetree/bindings/input/input.yaml | 1 -
> Documentation/devicetree/bindings/interconnect/qcom,rpmh.yaml | 1 -
> Documentation/devicetree/bindings/net/qcom,ipa.yaml | 1 -
> .../devicetree/bindings/power/supply/sc2731-charger.yaml | 2 +-
> Documentation/devicetree/bindings/sound/fsl,rpmsg.yaml | 2 +-
> 7 files changed, 2 insertions(+), 8 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/clock/idt,versaclock5.yaml b/Documentation/devicetree/bindings/clock/idt,versaclock5.yaml
> index c268debe5b8d..28675b0b80f1 100644
> --- a/Documentation/devicetree/bindings/clock/idt,versaclock5.yaml
> +++ b/Documentation/devicetree/bindings/clock/idt,versaclock5.yaml
> @@ -60,7 +60,6 @@ properties:
> maxItems: 2
>
> idt,xtal-load-femtofarads:
> - $ref: /schemas/types.yaml#/definitions/uint32
> minimum: 9000
> maximum: 22760
> description: Optional load capacitor for XTAL1 and XTAL2
> @@ -84,7 +83,6 @@ patternProperties:
> enum: [ 1800000, 2500000, 3300000 ]
> idt,slew-percent:
> description: The Slew rate control for CMOS single-ended.
> - $ref: /schemas/types.yaml#/definitions/uint32
> enum: [ 80, 85, 90, 100 ]
Ok, but shouldn't "percent" be listed in
Documentation/devicetree/bindings/property-units.txt?
Reviewed-by: Luca Ceresoli <luca@lucaceresoli.net>
--
Luca
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH] dt-bindings: More removals of type references on common properties
2021-05-10 20:45 [PATCH] dt-bindings: More removals of type references on common properties Rob Herring
` (2 preceding siblings ...)
2021-05-11 7:20 ` Luca Ceresoli
@ 2021-05-11 7:50 ` Jonathan Cameron
2021-05-13 15:34 ` Sebastian Reichel
2021-05-17 21:18 ` Rob Herring
5 siblings, 0 replies; 10+ messages in thread
From: Jonathan Cameron @ 2021-05-11 7:50 UTC (permalink / raw)
To: Rob Herring
Cc: alsa-devel, linux-iio, linux-kernel, linux-clk,
Lars-Peter Clausen, Chunyan Zhang, Olivier Moysan, linux-input,
Jakub Kicinski, Arnaud Pouliquen, devicetree, Odelu Kukatla,
linux-pm, Luca Ceresoli, Mark Brown, Orson Zhai, Fabrice Gasnier,
linux-arm-kernel, Alex Elder, Stephen Boyd, netdev, Shengjiu Wang,
Dmitry Torokhov, Liam Girdwood, Bjorn Andersson,
Sebastian Reichel, Baolin Wang, Georgi Djakov, David S. Miller,
Jonathan Cameron
On Mon, 10 May 2021 15:45:24 -0500
Rob Herring <robh@kernel.org> wrote:
> Users of common properties shouldn't have a type definition as the
> common schemas already have one. A few new ones slipped in and
> *-names was missed in the last clean-up pass. Drop all the unnecessary
> type references in the tree.
>
> A meta-schema update to catch these is pending.
>
> Cc: Luca Ceresoli <luca@lucaceresoli.net>
> Cc: Stephen Boyd <sboyd@kernel.org>
> Cc: Olivier Moysan <olivier.moysan@foss.st.com>
> Cc: Arnaud Pouliquen <arnaud.pouliquen@foss.st.com>
> Cc: Jonathan Cameron <jic23@kernel.org>
> Cc: Lars-Peter Clausen <lars@metafoo.de>
> Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
> Cc: Bjorn Andersson <bjorn.andersson@linaro.org>
> Cc: Georgi Djakov <djakov@kernel.org>
> Cc: "David S. Miller" <davem@davemloft.net>
> Cc: Jakub Kicinski <kuba@kernel.org>
> Cc: Sebastian Reichel <sre@kernel.org>
> Cc: Orson Zhai <orsonzhai@gmail.com>
> Cc: Baolin Wang <baolin.wang7@gmail.com>
> Cc: Chunyan Zhang <zhang.lyra@gmail.com>
> Cc: Liam Girdwood <lgirdwood@gmail.com>
> Cc: Mark Brown <broonie@kernel.org>
> Cc: Fabrice Gasnier <fabrice.gasnier@st.com>
> Cc: Odelu Kukatla <okukatla@codeaurora.org>
> Cc: Alex Elder <elder@kernel.org>
> Cc: Shengjiu Wang <shengjiu.wang@nxp.com>
> Cc: linux-clk@vger.kernel.org
> Cc: alsa-devel@alsa-project.org
> Cc: linux-iio@vger.kernel.org
> Cc: linux-arm-kernel@lists.infradead.org
> Cc: linux-input@vger.kernel.org
> Cc: linux-pm@vger.kernel.org
> Cc: netdev@vger.kernel.org
> Signed-off-by: Rob Herring <robh@kernel.org>
Acked-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
> ---
> Documentation/devicetree/bindings/clock/idt,versaclock5.yaml | 2 --
> .../devicetree/bindings/iio/adc/st,stm32-dfsdm-adc.yaml | 1 -
> Documentation/devicetree/bindings/input/input.yaml | 1 -
> Documentation/devicetree/bindings/interconnect/qcom,rpmh.yaml | 1 -
> Documentation/devicetree/bindings/net/qcom,ipa.yaml | 1 -
> .../devicetree/bindings/power/supply/sc2731-charger.yaml | 2 +-
> Documentation/devicetree/bindings/sound/fsl,rpmsg.yaml | 2 +-
> 7 files changed, 2 insertions(+), 8 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/clock/idt,versaclock5.yaml b/Documentation/devicetree/bindings/clock/idt,versaclock5.yaml
> index c268debe5b8d..28675b0b80f1 100644
> --- a/Documentation/devicetree/bindings/clock/idt,versaclock5.yaml
> +++ b/Documentation/devicetree/bindings/clock/idt,versaclock5.yaml
> @@ -60,7 +60,6 @@ properties:
> maxItems: 2
>
> idt,xtal-load-femtofarads:
> - $ref: /schemas/types.yaml#/definitions/uint32
> minimum: 9000
> maximum: 22760
> description: Optional load capacitor for XTAL1 and XTAL2
> @@ -84,7 +83,6 @@ patternProperties:
> enum: [ 1800000, 2500000, 3300000 ]
> idt,slew-percent:
> description: The Slew rate control for CMOS single-ended.
> - $ref: /schemas/types.yaml#/definitions/uint32
> enum: [ 80, 85, 90, 100 ]
>
> required:
> diff --git a/Documentation/devicetree/bindings/iio/adc/st,stm32-dfsdm-adc.yaml b/Documentation/devicetree/bindings/iio/adc/st,stm32-dfsdm-adc.yaml
> index 6f2398cdc82d..1e7894e524f9 100644
> --- a/Documentation/devicetree/bindings/iio/adc/st,stm32-dfsdm-adc.yaml
> +++ b/Documentation/devicetree/bindings/iio/adc/st,stm32-dfsdm-adc.yaml
> @@ -102,7 +102,6 @@ patternProperties:
>
> st,adc-channel-names:
> description: List of single-ended channel names.
> - $ref: /schemas/types.yaml#/definitions/string-array
>
> st,filter-order:
> description: |
> diff --git a/Documentation/devicetree/bindings/input/input.yaml b/Documentation/devicetree/bindings/input/input.yaml
> index 74244d21d2b3..d41d8743aad4 100644
> --- a/Documentation/devicetree/bindings/input/input.yaml
> +++ b/Documentation/devicetree/bindings/input/input.yaml
> @@ -38,6 +38,5 @@ properties:
> Duration in seconds which the key should be kept pressed for device to
> reset automatically. Device with key pressed reset feature can specify
> this property.
> - $ref: /schemas/types.yaml#/definitions/uint32
>
> additionalProperties: true
> diff --git a/Documentation/devicetree/bindings/interconnect/qcom,rpmh.yaml b/Documentation/devicetree/bindings/interconnect/qcom,rpmh.yaml
> index cb6498108b78..36c955965d90 100644
> --- a/Documentation/devicetree/bindings/interconnect/qcom,rpmh.yaml
> +++ b/Documentation/devicetree/bindings/interconnect/qcom,rpmh.yaml
> @@ -92,7 +92,6 @@ properties:
> this interconnect to send RPMh commands.
>
> qcom,bcm-voter-names:
> - $ref: /schemas/types.yaml#/definitions/string-array
> description: |
> Names for each of the qcom,bcm-voters specified.
>
> diff --git a/Documentation/devicetree/bindings/net/qcom,ipa.yaml b/Documentation/devicetree/bindings/net/qcom,ipa.yaml
> index 7443490d4cc6..5fe6d3dceb08 100644
> --- a/Documentation/devicetree/bindings/net/qcom,ipa.yaml
> +++ b/Documentation/devicetree/bindings/net/qcom,ipa.yaml
> @@ -105,7 +105,6 @@ properties:
> - description: Whether the IPA clock is enabled (if valid)
>
> qcom,smem-state-names:
> - $ref: /schemas/types.yaml#/definitions/string-array
> description: The names of the state bits used for SMP2P output
> items:
> - const: ipa-clock-enabled-valid
> diff --git a/Documentation/devicetree/bindings/power/supply/sc2731-charger.yaml b/Documentation/devicetree/bindings/power/supply/sc2731-charger.yaml
> index db1aa238cda5..b62c2431f94e 100644
> --- a/Documentation/devicetree/bindings/power/supply/sc2731-charger.yaml
> +++ b/Documentation/devicetree/bindings/power/supply/sc2731-charger.yaml
> @@ -20,7 +20,7 @@ properties:
> maxItems: 1
>
> phys:
> - $ref: /schemas/types.yaml#/definitions/phandle
> + maxItems: 1
> description: phandle to the USB phy
>
> monitored-battery:
> diff --git a/Documentation/devicetree/bindings/sound/fsl,rpmsg.yaml b/Documentation/devicetree/bindings/sound/fsl,rpmsg.yaml
> index b4c190bddd84..61802a11baf4 100644
> --- a/Documentation/devicetree/bindings/sound/fsl,rpmsg.yaml
> +++ b/Documentation/devicetree/bindings/sound/fsl,rpmsg.yaml
> @@ -49,7 +49,7 @@ properties:
> maxItems: 1
>
> memory-region:
> - $ref: /schemas/types.yaml#/definitions/phandle
> + maxItems: 1
> description:
> phandle to a node describing reserved memory (System RAM memory)
> The M core can't access all the DDR memory space on some platform,
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH] dt-bindings: More removals of type references on common properties
2021-05-11 7:20 ` Luca Ceresoli
@ 2021-05-11 13:44 ` Rob Herring
2021-05-11 14:09 ` Luca Ceresoli
0 siblings, 1 reply; 10+ messages in thread
From: Rob Herring @ 2021-05-11 13:44 UTC (permalink / raw)
To: Luca Ceresoli
Cc: Linux-ALSA, open list:IIO SUBSYSTEM AND DRIVERS,
linux-kernel@vger.kernel.org, linux-clk, Lars-Peter Clausen,
Chunyan Zhang, Olivier Moysan, Linux Input, Jakub Kicinski,
Arnaud Pouliquen, devicetree, Odelu Kukatla, open list:THERMAL,
Mark Brown, Orson Zhai, Fabrice Gasnier, linux-arm-kernel,
Alex Elder, Stephen Boyd, netdev, Shengjiu Wang, Dmitry Torokhov,
Liam Girdwood, Bjorn Andersson, Sebastian Reichel, Baolin Wang,
Georgi Djakov, David S. Miller, Jonathan Cameron
On Tue, May 11, 2021 at 2:20 AM Luca Ceresoli <luca@lucaceresoli.net> wrote:
>
> Hi,
>
> On 10/05/21 22:45, Rob Herring wrote:
> > Users of common properties shouldn't have a type definition as the
> > common schemas already have one. A few new ones slipped in and
> > *-names was missed in the last clean-up pass. Drop all the unnecessary
> > type references in the tree.
> >
> > A meta-schema update to catch these is pending.
> >
> > Cc: Luca Ceresoli <luca@lucaceresoli.net>
> > Cc: Stephen Boyd <sboyd@kernel.org>
> > Cc: Olivier Moysan <olivier.moysan@foss.st.com>
> > Cc: Arnaud Pouliquen <arnaud.pouliquen@foss.st.com>
> > Cc: Jonathan Cameron <jic23@kernel.org>
> > Cc: Lars-Peter Clausen <lars@metafoo.de>
> > Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
> > Cc: Bjorn Andersson <bjorn.andersson@linaro.org>
> > Cc: Georgi Djakov <djakov@kernel.org>
> > Cc: "David S. Miller" <davem@davemloft.net>
> > Cc: Jakub Kicinski <kuba@kernel.org>
> > Cc: Sebastian Reichel <sre@kernel.org>
> > Cc: Orson Zhai <orsonzhai@gmail.com>
> > Cc: Baolin Wang <baolin.wang7@gmail.com>
> > Cc: Chunyan Zhang <zhang.lyra@gmail.com>
> > Cc: Liam Girdwood <lgirdwood@gmail.com>
> > Cc: Mark Brown <broonie@kernel.org>
> > Cc: Fabrice Gasnier <fabrice.gasnier@st.com>
> > Cc: Odelu Kukatla <okukatla@codeaurora.org>
> > Cc: Alex Elder <elder@kernel.org>
> > Cc: Shengjiu Wang <shengjiu.wang@nxp.com>
> > Cc: linux-clk@vger.kernel.org
> > Cc: alsa-devel@alsa-project.org
> > Cc: linux-iio@vger.kernel.org
> > Cc: linux-arm-kernel@lists.infradead.org
> > Cc: linux-input@vger.kernel.org
> > Cc: linux-pm@vger.kernel.org
> > Cc: netdev@vger.kernel.org
> > Signed-off-by: Rob Herring <robh@kernel.org>
> > ---
> > Documentation/devicetree/bindings/clock/idt,versaclock5.yaml | 2 --
> > .../devicetree/bindings/iio/adc/st,stm32-dfsdm-adc.yaml | 1 -
> > Documentation/devicetree/bindings/input/input.yaml | 1 -
> > Documentation/devicetree/bindings/interconnect/qcom,rpmh.yaml | 1 -
> > Documentation/devicetree/bindings/net/qcom,ipa.yaml | 1 -
> > .../devicetree/bindings/power/supply/sc2731-charger.yaml | 2 +-
> > Documentation/devicetree/bindings/sound/fsl,rpmsg.yaml | 2 +-
> > 7 files changed, 2 insertions(+), 8 deletions(-)
> >
> > diff --git a/Documentation/devicetree/bindings/clock/idt,versaclock5.yaml b/Documentation/devicetree/bindings/clock/idt,versaclock5.yaml
> > index c268debe5b8d..28675b0b80f1 100644
> > --- a/Documentation/devicetree/bindings/clock/idt,versaclock5.yaml
> > +++ b/Documentation/devicetree/bindings/clock/idt,versaclock5.yaml
> > @@ -60,7 +60,6 @@ properties:
> > maxItems: 2
> >
> > idt,xtal-load-femtofarads:
> > - $ref: /schemas/types.yaml#/definitions/uint32
> > minimum: 9000
> > maximum: 22760
> > description: Optional load capacitor for XTAL1 and XTAL2
> > @@ -84,7 +83,6 @@ patternProperties:
> > enum: [ 1800000, 2500000, 3300000 ]
> > idt,slew-percent:
> > description: The Slew rate control for CMOS single-ended.
> > - $ref: /schemas/types.yaml#/definitions/uint32
> > enum: [ 80, 85, 90, 100 ]
>
> Ok, but shouldn't "percent" be listed in
> Documentation/devicetree/bindings/property-units.txt?
It is in the schema already[1].
> Reviewed-by: Luca Ceresoli <luca@lucaceresoli.net>
Thanks.
Rob
[1] https://github.com/devicetree-org/dt-schema/blob/master/schemas/property-units.yaml
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH] dt-bindings: More removals of type references on common properties
2021-05-11 13:44 ` Rob Herring
@ 2021-05-11 14:09 ` Luca Ceresoli
2021-05-11 14:23 ` Rob Herring
0 siblings, 1 reply; 10+ messages in thread
From: Luca Ceresoli @ 2021-05-11 14:09 UTC (permalink / raw)
To: Rob Herring
Cc: Linux-ALSA, open list:IIO SUBSYSTEM AND DRIVERS,
linux-kernel@vger.kernel.org, linux-clk, Lars-Peter Clausen,
Chunyan Zhang, Olivier Moysan, Linux Input, Jakub Kicinski,
Arnaud Pouliquen, devicetree, Odelu Kukatla, open list:THERMAL,
Mark Brown, Orson Zhai, Fabrice Gasnier, linux-arm-kernel,
Alex Elder, Stephen Boyd, netdev, Shengjiu Wang, Dmitry Torokhov,
Liam Girdwood, Bjorn Andersson, Sebastian Reichel, Baolin Wang,
Georgi Djakov, David S. Miller, Jonathan Cameron
Hi Rob,
On 11/05/21 15:44, Rob Herring wrote:
> On Tue, May 11, 2021 at 2:20 AM Luca Ceresoli <luca@lucaceresoli.net> wrote:
>>
>> Hi,
>>
>> On 10/05/21 22:45, Rob Herring wrote:
>>> Users of common properties shouldn't have a type definition as the
>>> common schemas already have one. A few new ones slipped in and
>>> *-names was missed in the last clean-up pass. Drop all the unnecessary
>>> type references in the tree.
>>>
>>> A meta-schema update to catch these is pending.
>>>
>>> Cc: Luca Ceresoli <luca@lucaceresoli.net>
>>> Cc: Stephen Boyd <sboyd@kernel.org>
>>> Cc: Olivier Moysan <olivier.moysan@foss.st.com>
>>> Cc: Arnaud Pouliquen <arnaud.pouliquen@foss.st.com>
>>> Cc: Jonathan Cameron <jic23@kernel.org>
>>> Cc: Lars-Peter Clausen <lars@metafoo.de>
>>> Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
>>> Cc: Bjorn Andersson <bjorn.andersson@linaro.org>
>>> Cc: Georgi Djakov <djakov@kernel.org>
>>> Cc: "David S. Miller" <davem@davemloft.net>
>>> Cc: Jakub Kicinski <kuba@kernel.org>
>>> Cc: Sebastian Reichel <sre@kernel.org>
>>> Cc: Orson Zhai <orsonzhai@gmail.com>
>>> Cc: Baolin Wang <baolin.wang7@gmail.com>
>>> Cc: Chunyan Zhang <zhang.lyra@gmail.com>
>>> Cc: Liam Girdwood <lgirdwood@gmail.com>
>>> Cc: Mark Brown <broonie@kernel.org>
>>> Cc: Fabrice Gasnier <fabrice.gasnier@st.com>
>>> Cc: Odelu Kukatla <okukatla@codeaurora.org>
>>> Cc: Alex Elder <elder@kernel.org>
>>> Cc: Shengjiu Wang <shengjiu.wang@nxp.com>
>>> Cc: linux-clk@vger.kernel.org
>>> Cc: alsa-devel@alsa-project.org
>>> Cc: linux-iio@vger.kernel.org
>>> Cc: linux-arm-kernel@lists.infradead.org
>>> Cc: linux-input@vger.kernel.org
>>> Cc: linux-pm@vger.kernel.org
>>> Cc: netdev@vger.kernel.org
>>> Signed-off-by: Rob Herring <robh@kernel.org>
>>> ---
>>> Documentation/devicetree/bindings/clock/idt,versaclock5.yaml | 2 --
>>> .../devicetree/bindings/iio/adc/st,stm32-dfsdm-adc.yaml | 1 -
>>> Documentation/devicetree/bindings/input/input.yaml | 1 -
>>> Documentation/devicetree/bindings/interconnect/qcom,rpmh.yaml | 1 -
>>> Documentation/devicetree/bindings/net/qcom,ipa.yaml | 1 -
>>> .../devicetree/bindings/power/supply/sc2731-charger.yaml | 2 +-
>>> Documentation/devicetree/bindings/sound/fsl,rpmsg.yaml | 2 +-
>>> 7 files changed, 2 insertions(+), 8 deletions(-)
>>>
>>> diff --git a/Documentation/devicetree/bindings/clock/idt,versaclock5.yaml b/Documentation/devicetree/bindings/clock/idt,versaclock5.yaml
>>> index c268debe5b8d..28675b0b80f1 100644
>>> --- a/Documentation/devicetree/bindings/clock/idt,versaclock5.yaml
>>> +++ b/Documentation/devicetree/bindings/clock/idt,versaclock5.yaml
>>> @@ -60,7 +60,6 @@ properties:
>>> maxItems: 2
>>>
>>> idt,xtal-load-femtofarads:
>>> - $ref: /schemas/types.yaml#/definitions/uint32
>>> minimum: 9000
>>> maximum: 22760
>>> description: Optional load capacitor for XTAL1 and XTAL2
>>> @@ -84,7 +83,6 @@ patternProperties:
>>> enum: [ 1800000, 2500000, 3300000 ]
>>> idt,slew-percent:
>>> description: The Slew rate control for CMOS single-ended.
>>> - $ref: /schemas/types.yaml#/definitions/uint32
>>> enum: [ 80, 85, 90, 100 ]
>>
>> Ok, but shouldn't "percent" be listed in
>> Documentation/devicetree/bindings/property-units.txt?
>
> It is in the schema already[1].
Sure, but having an incomplete file in the kernel is poorly useful, if
not misleading. What about any of these options:
- add to property-units.txt the missing units
- delete property-units.txt from the kernel sources
- replace the entire content of property-units.txt with a link to the
schema file, stating it is the authoritative and complete source
I would feel a lot better with any of these. I can prepare the patch too.
--
Luca
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH] dt-bindings: More removals of type references on common properties
2021-05-11 14:09 ` Luca Ceresoli
@ 2021-05-11 14:23 ` Rob Herring
0 siblings, 0 replies; 10+ messages in thread
From: Rob Herring @ 2021-05-11 14:23 UTC (permalink / raw)
To: Luca Ceresoli
Cc: Linux-ALSA, open list:IIO SUBSYSTEM AND DRIVERS,
linux-kernel@vger.kernel.org, linux-clk, Lars-Peter Clausen,
Chunyan Zhang, Olivier Moysan, Linux Input, Jakub Kicinski,
Arnaud Pouliquen, devicetree, Odelu Kukatla, open list:THERMAL,
Mark Brown, Orson Zhai, Fabrice Gasnier, linux-arm-kernel,
Alex Elder, Stephen Boyd, netdev, Shengjiu Wang, Dmitry Torokhov,
Liam Girdwood, Bjorn Andersson, Sebastian Reichel, Baolin Wang,
Georgi Djakov, David S. Miller, Jonathan Cameron
On Tue, May 11, 2021 at 9:09 AM Luca Ceresoli <luca@lucaceresoli.net> wrote:
>
> Hi Rob,
>
> On 11/05/21 15:44, Rob Herring wrote:
> > On Tue, May 11, 2021 at 2:20 AM Luca Ceresoli <luca@lucaceresoli.net> wrote:
> >>
> >> Hi,
> >>
> >> On 10/05/21 22:45, Rob Herring wrote:
> >>> Users of common properties shouldn't have a type definition as the
> >>> common schemas already have one. A few new ones slipped in and
> >>> *-names was missed in the last clean-up pass. Drop all the unnecessary
> >>> type references in the tree.
> >>>
> >>> A meta-schema update to catch these is pending.
> >>>
> >>> Cc: Luca Ceresoli <luca@lucaceresoli.net>
> >>> Cc: Stephen Boyd <sboyd@kernel.org>
> >>> Cc: Olivier Moysan <olivier.moysan@foss.st.com>
> >>> Cc: Arnaud Pouliquen <arnaud.pouliquen@foss.st.com>
> >>> Cc: Jonathan Cameron <jic23@kernel.org>
> >>> Cc: Lars-Peter Clausen <lars@metafoo.de>
> >>> Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
> >>> Cc: Bjorn Andersson <bjorn.andersson@linaro.org>
> >>> Cc: Georgi Djakov <djakov@kernel.org>
> >>> Cc: "David S. Miller" <davem@davemloft.net>
> >>> Cc: Jakub Kicinski <kuba@kernel.org>
> >>> Cc: Sebastian Reichel <sre@kernel.org>
> >>> Cc: Orson Zhai <orsonzhai@gmail.com>
> >>> Cc: Baolin Wang <baolin.wang7@gmail.com>
> >>> Cc: Chunyan Zhang <zhang.lyra@gmail.com>
> >>> Cc: Liam Girdwood <lgirdwood@gmail.com>
> >>> Cc: Mark Brown <broonie@kernel.org>
> >>> Cc: Fabrice Gasnier <fabrice.gasnier@st.com>
> >>> Cc: Odelu Kukatla <okukatla@codeaurora.org>
> >>> Cc: Alex Elder <elder@kernel.org>
> >>> Cc: Shengjiu Wang <shengjiu.wang@nxp.com>
> >>> Cc: linux-clk@vger.kernel.org
> >>> Cc: alsa-devel@alsa-project.org
> >>> Cc: linux-iio@vger.kernel.org
> >>> Cc: linux-arm-kernel@lists.infradead.org
> >>> Cc: linux-input@vger.kernel.org
> >>> Cc: linux-pm@vger.kernel.org
> >>> Cc: netdev@vger.kernel.org
> >>> Signed-off-by: Rob Herring <robh@kernel.org>
> >>> ---
> >>> Documentation/devicetree/bindings/clock/idt,versaclock5.yaml | 2 --
> >>> .../devicetree/bindings/iio/adc/st,stm32-dfsdm-adc.yaml | 1 -
> >>> Documentation/devicetree/bindings/input/input.yaml | 1 -
> >>> Documentation/devicetree/bindings/interconnect/qcom,rpmh.yaml | 1 -
> >>> Documentation/devicetree/bindings/net/qcom,ipa.yaml | 1 -
> >>> .../devicetree/bindings/power/supply/sc2731-charger.yaml | 2 +-
> >>> Documentation/devicetree/bindings/sound/fsl,rpmsg.yaml | 2 +-
> >>> 7 files changed, 2 insertions(+), 8 deletions(-)
> >>>
> >>> diff --git a/Documentation/devicetree/bindings/clock/idt,versaclock5.yaml b/Documentation/devicetree/bindings/clock/idt,versaclock5.yaml
> >>> index c268debe5b8d..28675b0b80f1 100644
> >>> --- a/Documentation/devicetree/bindings/clock/idt,versaclock5.yaml
> >>> +++ b/Documentation/devicetree/bindings/clock/idt,versaclock5.yaml
> >>> @@ -60,7 +60,6 @@ properties:
> >>> maxItems: 2
> >>>
> >>> idt,xtal-load-femtofarads:
> >>> - $ref: /schemas/types.yaml#/definitions/uint32
> >>> minimum: 9000
> >>> maximum: 22760
> >>> description: Optional load capacitor for XTAL1 and XTAL2
> >>> @@ -84,7 +83,6 @@ patternProperties:
> >>> enum: [ 1800000, 2500000, 3300000 ]
> >>> idt,slew-percent:
> >>> description: The Slew rate control for CMOS single-ended.
> >>> - $ref: /schemas/types.yaml#/definitions/uint32
> >>> enum: [ 80, 85, 90, 100 ]
> >>
> >> Ok, but shouldn't "percent" be listed in
> >> Documentation/devicetree/bindings/property-units.txt?
> >
> > It is in the schema already[1].
>
> Sure, but having an incomplete file in the kernel is poorly useful, if
> not misleading. What about any of these options:
>
> - add to property-units.txt the missing units
> - delete property-units.txt from the kernel sources
> - replace the entire content of property-units.txt with a link to the
> schema file, stating it is the authoritative and complete source
>
> I would feel a lot better with any of these. I can prepare the patch too.
Yes, we should remove it. I just hadn't gotten around to it. Note
there is one reference to it in writing-bindings.rst.
Rob
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH] dt-bindings: More removals of type references on common properties
2021-05-10 20:45 [PATCH] dt-bindings: More removals of type references on common properties Rob Herring
` (3 preceding siblings ...)
2021-05-11 7:50 ` Jonathan Cameron
@ 2021-05-13 15:34 ` Sebastian Reichel
2021-05-17 21:18 ` Rob Herring
5 siblings, 0 replies; 10+ messages in thread
From: Sebastian Reichel @ 2021-05-13 15:34 UTC (permalink / raw)
To: Rob Herring
Cc: alsa-devel, linux-iio, linux-kernel, linux-clk,
Lars-Peter Clausen, Chunyan Zhang, Olivier Moysan, linux-input,
Jakub Kicinski, Arnaud Pouliquen, devicetree, Odelu Kukatla,
linux-pm, Luca Ceresoli, Mark Brown, Orson Zhai, Fabrice Gasnier,
linux-arm-kernel, Alex Elder, Stephen Boyd, netdev, Shengjiu Wang,
Dmitry Torokhov, Liam Girdwood, Bjorn Andersson, Baolin Wang,
Georgi Djakov, David S. Miller, Jonathan Cameron
[-- Attachment #1: Type: text/plain, Size: 1778 bytes --]
Hi,
On Mon, May 10, 2021 at 03:45:24PM -0500, Rob Herring wrote:
> Users of common properties shouldn't have a type definition as the
> common schemas already have one. A few new ones slipped in and
> *-names was missed in the last clean-up pass. Drop all the unnecessary
> type references in the tree.
>
> A meta-schema update to catch these is pending.
>
> Cc: Luca Ceresoli <luca@lucaceresoli.net>
> Cc: Stephen Boyd <sboyd@kernel.org>
> Cc: Olivier Moysan <olivier.moysan@foss.st.com>
> Cc: Arnaud Pouliquen <arnaud.pouliquen@foss.st.com>
> Cc: Jonathan Cameron <jic23@kernel.org>
> Cc: Lars-Peter Clausen <lars@metafoo.de>
> Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
> Cc: Bjorn Andersson <bjorn.andersson@linaro.org>
> Cc: Georgi Djakov <djakov@kernel.org>
> Cc: "David S. Miller" <davem@davemloft.net>
> Cc: Jakub Kicinski <kuba@kernel.org>
> Cc: Sebastian Reichel <sre@kernel.org>
> Cc: Orson Zhai <orsonzhai@gmail.com>
> Cc: Baolin Wang <baolin.wang7@gmail.com>
> Cc: Chunyan Zhang <zhang.lyra@gmail.com>
> Cc: Liam Girdwood <lgirdwood@gmail.com>
> Cc: Mark Brown <broonie@kernel.org>
> Cc: Fabrice Gasnier <fabrice.gasnier@st.com>
> Cc: Odelu Kukatla <okukatla@codeaurora.org>
> Cc: Alex Elder <elder@kernel.org>
> Cc: Shengjiu Wang <shengjiu.wang@nxp.com>
> Cc: linux-clk@vger.kernel.org
> Cc: alsa-devel@alsa-project.org
> Cc: linux-iio@vger.kernel.org
> Cc: linux-arm-kernel@lists.infradead.org
> Cc: linux-input@vger.kernel.org
> Cc: linux-pm@vger.kernel.org
> Cc: netdev@vger.kernel.org
> Signed-off-by: Rob Herring <robh@kernel.org>
> ---
> [...]
> .../devicetree/bindings/power/supply/sc2731-charger.yaml | 2 +-
> [...]
Acked-by: Sebastian Reichel <sebastian.reichel@collabora.com>
-- Sebastian
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH] dt-bindings: More removals of type references on common properties
2021-05-10 20:45 [PATCH] dt-bindings: More removals of type references on common properties Rob Herring
` (4 preceding siblings ...)
2021-05-13 15:34 ` Sebastian Reichel
@ 2021-05-17 21:18 ` Rob Herring
5 siblings, 0 replies; 10+ messages in thread
From: Rob Herring @ 2021-05-17 21:18 UTC (permalink / raw)
To: Rob Herring
Cc: alsa-devel, Liam Girdwood, linux-iio, Sebastian Reichel,
linux-clk, Lars-Peter Clausen, Chunyan Zhang, Olivier Moysan,
linux-input, Jakub Kicinski, Arnaud Pouliquen, devicetree,
Odelu Kukatla, linux-pm, Baolin Wang, Mark Brown, Orson Zhai,
Fabrice Gasnier, linux-arm-kernel, Alex Elder, Stephen Boyd,
netdev, Shengjiu Wang, Dmitry Torokhov, linux-kernel,
Bjorn Andersson, Luca Ceresoli, Georgi Djakov, David S. Miller,
Jonathan Cameron
On Mon, 10 May 2021 15:45:24 -0500, Rob Herring wrote:
> Users of common properties shouldn't have a type definition as the
> common schemas already have one. A few new ones slipped in and
> *-names was missed in the last clean-up pass. Drop all the unnecessary
> type references in the tree.
>
> A meta-schema update to catch these is pending.
>
> Cc: Luca Ceresoli <luca@lucaceresoli.net>
> Cc: Stephen Boyd <sboyd@kernel.org>
> Cc: Olivier Moysan <olivier.moysan@foss.st.com>
> Cc: Arnaud Pouliquen <arnaud.pouliquen@foss.st.com>
> Cc: Jonathan Cameron <jic23@kernel.org>
> Cc: Lars-Peter Clausen <lars@metafoo.de>
> Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
> Cc: Bjorn Andersson <bjorn.andersson@linaro.org>
> Cc: Georgi Djakov <djakov@kernel.org>
> Cc: "David S. Miller" <davem@davemloft.net>
> Cc: Jakub Kicinski <kuba@kernel.org>
> Cc: Sebastian Reichel <sre@kernel.org>
> Cc: Orson Zhai <orsonzhai@gmail.com>
> Cc: Baolin Wang <baolin.wang7@gmail.com>
> Cc: Chunyan Zhang <zhang.lyra@gmail.com>
> Cc: Liam Girdwood <lgirdwood@gmail.com>
> Cc: Mark Brown <broonie@kernel.org>
> Cc: Fabrice Gasnier <fabrice.gasnier@st.com>
> Cc: Odelu Kukatla <okukatla@codeaurora.org>
> Cc: Alex Elder <elder@kernel.org>
> Cc: Shengjiu Wang <shengjiu.wang@nxp.com>
> Cc: linux-clk@vger.kernel.org
> Cc: alsa-devel@alsa-project.org
> Cc: linux-iio@vger.kernel.org
> Cc: linux-arm-kernel@lists.infradead.org
> Cc: linux-input@vger.kernel.org
> Cc: linux-pm@vger.kernel.org
> Cc: netdev@vger.kernel.org
> Signed-off-by: Rob Herring <robh@kernel.org>
> ---
> Documentation/devicetree/bindings/clock/idt,versaclock5.yaml | 2 --
> .../devicetree/bindings/iio/adc/st,stm32-dfsdm-adc.yaml | 1 -
> Documentation/devicetree/bindings/input/input.yaml | 1 -
> Documentation/devicetree/bindings/interconnect/qcom,rpmh.yaml | 1 -
> Documentation/devicetree/bindings/net/qcom,ipa.yaml | 1 -
> .../devicetree/bindings/power/supply/sc2731-charger.yaml | 2 +-
> Documentation/devicetree/bindings/sound/fsl,rpmsg.yaml | 2 +-
> 7 files changed, 2 insertions(+), 8 deletions(-)
>
Applied, thanks!
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2021-05-18 8:03 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-10 20:45 [PATCH] dt-bindings: More removals of type references on common properties Rob Herring
2021-05-10 22:03 ` Mark Brown
2021-05-11 5:29 ` Georgi Djakov
2021-05-11 7:20 ` Luca Ceresoli
2021-05-11 13:44 ` Rob Herring
2021-05-11 14:09 ` Luca Ceresoli
2021-05-11 14:23 ` Rob Herring
2021-05-11 7:50 ` Jonathan Cameron
2021-05-13 15:34 ` Sebastian Reichel
2021-05-17 21:18 ` Rob Herring
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox