Hi Krzysztof

I got below messages when replied to all
"
Your mail to 'linux-arm-kernel' with the subject

    RE: [PATCH 4/5] dt-bindings: crypto: drop minItems equal to
maxItems and for [PATCH 3/5] as well

Is being held until the list moderator can review it for approval.

The reason it is being held:

    Too many recipients to the message
"

Are these many "To" addresses are really needed?


>-----Original Message-----
>From: Krzysztof Kozlowski [mailto:[email protected]]
>Sent: Thursday, August 25, 2022 5:04 PM
>To: Rob Herring <[email protected]>; Krzysztof Kozlowski
><[email protected]>; Kunihiko Hayashi
><[email protected]>; Masami Hiramatsu
><[email protected]>; Damien Le Moal
><[email protected]>; Michael Turquette
><[email protected]>; Stephen Boyd <[email protected]>; Geert
>Uytterhoeven <[email protected]>; Sylwester Nawrocki
><[email protected]>; Tomasz Figa <[email protected]>;
>Chanwoo Choi <[email protected]>; Alim Akhtar
><[email protected]>; Vladimir Zapolskiy <[email protected]>; Herbert
>Xu <[email protected]>; David S. Miller
><[email protected]>; Andrzej Hajda <[email protected]>; Neil
>Armstrong <[email protected]>; Robert Foss
><[email protected]>; Laurent Pinchart
><[email protected]>; Jonas Karlman <[email protected]>;
>Jernej Skrabec <[email protected]>; David Airlie <[email protected]>;
>Daniel Vetter <[email protected]>; Rob Clark <[email protected]>; Abhinav
>Kumar <[email protected]>; Dmitry Baryshkov
><[email protected]>; Sean Paul <[email protected]>; Inki Dae
><[email protected]>; Seung-Woo Kim <[email protected]>;
>Kyungmin Park <[email protected]>; Thierry Reding
><[email protected]>; Jonathan Hunter <[email protected]>;
>Masahiro Yamada <[email protected]>; Florian Fainelli
><[email protected]>; Linus Walleij <[email protected]>; Andre
>Przywara <[email protected]>; Kuninori Morimoto
><[email protected]>; Yoshihiro Shimoda
><[email protected]>; Marek Vasut <[email protected]>;
>Krishna Manikandan <[email protected]>;
>[email protected]; [email protected]; linux-
>[email protected]; [email protected]; linux-
>[email protected]; [email protected]; linux-samsung-
>[email protected]; [email protected]; dri-
>[email protected]; [email protected];
>[email protected]; [email protected]
>Cc: Krzysztof Kozlowski <[email protected]>
>Subject: [PATCH 5/5] dt-bindings: display: drop minItems equal to maxItems
>
>minItems, if missing, are implicitly equal to maxItems, so drop redundant
>piece to reduce size of code.
>
>Signed-off-by: Krzysztof Kozlowski <[email protected]>
>---


Feel free to add
Reviewed-by: Alim Akhtar <[email protected]>


> Documentation/devicetree/bindings/display/bridge/fsl,ldb.yaml   | 1 -
> .../devicetree/bindings/display/msm/dsi-controller-main.yaml    | 2 --
> Documentation/devicetree/bindings/display/msm/dsi-phy-10nm.yaml | 2 --
> .../bindings/display/samsung/samsung,exynos5433-decon.yaml      | 2 --
> .../bindings/display/samsung/samsung,exynos5433-mic.yaml        | 1 -
> .../bindings/display/samsung/samsung,exynos7-decon.yaml         | 1 -
> .../devicetree/bindings/display/samsung/samsung,fimd.yaml       | 1 -
> .../devicetree/bindings/display/tegra/nvidia,tegra20-gr3d.yaml  | 1 -
> .../devicetree/bindings/display/tegra/nvidia,tegra20-mpe.yaml   | 2 --
> 9 files changed, 13 deletions(-)
>
>diff --git a/Documentation/devicetree/bindings/display/bridge/fsl,ldb.yaml
>b/Documentation/devicetree/bindings/display/bridge/fsl,ldb.yaml
>index 2ebaa43eb62e..b19be0804abe 100644
>--- a/Documentation/devicetree/bindings/display/bridge/fsl,ldb.yaml
>+++ b/Documentation/devicetree/bindings/display/bridge/fsl,ldb.yaml
>@@ -25,7 +25,6 @@ properties:
>     const: ldb
>
>   reg:
>-    minItems: 2
>     maxItems: 2
>
>   reg-names:
>diff --git a/Documentation/devicetree/bindings/display/msm/dsi-controller-
>main.yaml b/Documentation/devicetree/bindings/display/msm/dsi-
>controller-main.yaml
>index 880bfe930830..3b609c19e0bc 100644
>--- a/Documentation/devicetree/bindings/display/msm/dsi-controller-
>main.yaml
>+++ b/Documentation/devicetree/bindings/display/msm/dsi-controller-main.
>+++ yaml
>@@ -66,13 +66,11 @@ properties:
>       2 DSI links.
>
>   assigned-clocks:
>-    minItems: 2
>     maxItems: 2
>     description: |
>       Parents of "byte" and "pixel" for the given platform.
>
>   assigned-clock-parents:
>-    minItems: 2
>     maxItems: 2
>     description: |
>       The Byte clock and Pixel clock PLL outputs provided by a DSI PHY
block.
>diff --git a/Documentation/devicetree/bindings/display/msm/dsi-phy-
>10nm.yaml b/Documentation/devicetree/bindings/display/msm/dsi-phy-
>10nm.yaml
>index 716f921e3532..d9ad8b659f58 100644
>--- a/Documentation/devicetree/bindings/display/msm/dsi-phy-10nm.yaml
>+++ b/Documentation/devicetree/bindings/display/msm/dsi-phy-10nm.yaml
>@@ -37,7 +37,6 @@ properties:
>
>   qcom,phy-rescode-offset-top:
>     $ref: /schemas/types.yaml#/definitions/int8-array
>-    minItems: 5
>     maxItems: 5
>     description:
>       Integer array of offset for pull-up legs rescode for all five lanes.
>@@ -49,7 +48,6 @@ properties:
>
>   qcom,phy-rescode-offset-bot:
>     $ref: /schemas/types.yaml#/definitions/int8-array
>-    minItems: 5
>     maxItems: 5
>     description:
>       Integer array of offset for pull-down legs rescode for all five
lanes.
>diff --git
>a/Documentation/devicetree/bindings/display/samsung/samsung,exynos543
>3-decon.yaml
>b/Documentation/devicetree/bindings/display/samsung/samsung,exynos543
>3-decon.yaml
>index 921bfe925cd6..6380eeebb073 100644
>---
>a/Documentation/devicetree/bindings/display/samsung/samsung,exynos543
>3-decon.yaml
>+++
>b/Documentation/devicetree/bindings/display/samsung/samsung,exynos54
>+++ 33-decon.yaml
>@@ -24,7 +24,6 @@ properties:
>       - samsung,exynos5433-decon-tv
>
>   clocks:
>-    minItems: 11
>     maxItems: 11
>
>   clock-names:
>@@ -59,7 +58,6 @@ properties:
>       - const: te
>
>   iommus:
>-    minItems: 2
>     maxItems: 2
>
>   iommu-names:
>diff --git
>a/Documentation/devicetree/bindings/display/samsung/samsung,exynos543
>3-mic.yaml
>b/Documentation/devicetree/bindings/display/samsung/samsung,exynos543
>3-mic.yaml
>index 7d405f2febcd..26e5017737a3 100644
>---
>a/Documentation/devicetree/bindings/display/samsung/samsung,exynos543
>3-mic.yaml
>+++
>b/Documentation/devicetree/bindings/display/samsung/samsung,exynos54
>+++ 33-mic.yaml
>@@ -24,7 +24,6 @@ properties:
>     const: samsung,exynos5433-mic
>
>   clocks:
>-    minItems: 2
>     maxItems: 2
>
>   clock-names:
>diff --git
>a/Documentation/devicetree/bindings/display/samsung/samsung,exynos7-
>decon.yaml
>b/Documentation/devicetree/bindings/display/samsung/samsung,exynos7-
>decon.yaml
>index 969bd8c563a5..c06f306e8d14 100644
>---
>a/Documentation/devicetree/bindings/display/samsung/samsung,exynos7-
>decon.yaml
>+++
>b/Documentation/devicetree/bindings/display/samsung/samsung,exynos7-
>+++ decon.yaml
>@@ -22,7 +22,6 @@ properties:
>     const: samsung,exynos7-decon
>
>   clocks:
>-    minItems: 4
>     maxItems: 4
>
>   clock-names:
>diff --git
>a/Documentation/devicetree/bindings/display/samsung/samsung,fimd.yaml
>b/Documentation/devicetree/bindings/display/samsung/samsung,fimd.yaml
>index 5d5cc220f78a..210d856b3b57 100644
>---
>a/Documentation/devicetree/bindings/display/samsung/samsung,fimd.yaml
>+++
>b/Documentation/devicetree/bindings/display/samsung/samsung,fimd.yam
>+++ l
>@@ -27,7 +27,6 @@ properties:
>     const: 1
>
>   clocks:
>-    minItems: 2
>     maxItems: 2
>
>   clock-names:
>diff --git
a/Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-
>gr3d.yaml
>b/Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-
>gr3d.yaml
>index dbdf0229d9f6..4755a73473c7 100644
>--- a/Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-
>gr3d.yaml
>+++ b/Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-gr3
>+++ d.yaml
>@@ -59,7 +59,6 @@ properties:
>     maxItems: 2
>
>   power-domain-names:
>-    minItems: 2
>     maxItems: 2
>
> allOf:
>diff --git
a/Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-
>mpe.yaml
>b/Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-
>mpe.yaml
>index 4154ae01ad13..5f4f0fb4b692 100644
>--- a/Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-
>mpe.yaml
>+++ b/Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-mpe
>+++ .yaml
>@@ -42,11 +42,9 @@ properties:
>     maxItems: 1
>
>   interconnects:
>-    minItems: 6
>     maxItems: 6
>
>   interconnect-names:
>-    minItems: 6
>     maxItems: 6
>
>   operating-points-v2:
>--
>2.34.1


Reply via email to