All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] dt-bindings: arm: MediaTek: Fix clock bindings
@ 2022-05-17 10:15 ` AngeloGioacchino Del Regno
  0 siblings, 0 replies; 57+ messages in thread
From: AngeloGioacchino Del Regno @ 2022-05-17 10:15 UTC (permalink / raw)
  To: robh+dt
  Cc: krzysztof.kozlowski+dt, matthias.bgg, angelogioacchino.delregno,
	sboyd, chun-jie.chen, rex-bc.chen, wenst, devicetree,
	linux-arm-kernel, linux-mediatek, linux-kernel

As per Rob Herring's review [1] on my mt6795 clocks bindings patches, for
which I've used the already upstreamed ones as a base, it was found that
these bindings have some issues.
This series is addressing the issues that were found by Rob on my series,
which are present on all of the already merged bindings.

[1]: https://patchwork.kernel.org/project/linux-mediatek/patch/20220513165050.500831-5-angelogioacchino.delregno@collabora.com/#24859953

AngeloGioacchino Del Regno (6):
  dt-bindings: arm: mt8186-clock: Remove unnecessary 'items' and fix
    formatting
  dt-bindings: arm: mt8186: Set #clock-cells as required property
  dt-bindings: arm: mt8195-clock: Remove unnecessary 'items' and fix
    formatting
  dt-bindings: arm: mt8195: Set #clock-cells as required property
  dt-bindings: arm: mt8192-clock: Remove unnecessary 'items'
  dt-bindings: arm: mt8192: Set #clock-cells as required property

 .../arm/mediatek/mediatek,mt8186-clock.yaml   | 29 ++++-----
 .../mediatek/mediatek,mt8186-sys-clock.yaml   |  1 +
 .../arm/mediatek/mediatek,mt8192-clock.yaml   | 46 +++++++--------
 .../mediatek/mediatek,mt8192-sys-clock.yaml   |  1 +
 .../arm/mediatek/mediatek,mt8195-clock.yaml   | 59 ++++++++++---------
 .../mediatek/mediatek,mt8195-sys-clock.yaml   |  1 +
 6 files changed, 71 insertions(+), 66 deletions(-)

-- 
2.35.1


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

^ permalink raw reply	[flat|nested] 57+ messages in thread

end of thread, other threads:[~2022-05-18  9:32 UTC | newest]

Thread overview: 57+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-17 10:15 [PATCH 0/6] dt-bindings: arm: MediaTek: Fix clock bindings AngeloGioacchino Del Regno
2022-05-17 10:15 ` AngeloGioacchino Del Regno
2022-05-17 10:15 ` AngeloGioacchino Del Regno
2022-05-17 10:15 ` [PATCH 1/6] dt-bindings: arm: mt8186-clock: Remove unnecessary 'items' and fix formatting AngeloGioacchino Del Regno
2022-05-17 10:15   ` AngeloGioacchino Del Regno
2022-05-17 10:15   ` AngeloGioacchino Del Regno
2022-05-17 14:30   ` Krzysztof Kozlowski
2022-05-17 14:30     ` Krzysztof Kozlowski
2022-05-17 14:30     ` Krzysztof Kozlowski
2022-05-17 10:15 ` [PATCH 2/6] dt-bindings: arm: mt8186: Set #clock-cells as required property AngeloGioacchino Del Regno
2022-05-17 10:15   ` AngeloGioacchino Del Regno
2022-05-17 10:15   ` AngeloGioacchino Del Regno
2022-05-17 14:34   ` Krzysztof Kozlowski
2022-05-17 14:34     ` Krzysztof Kozlowski
2022-05-17 14:34     ` Krzysztof Kozlowski
2022-05-18  9:24     ` AngeloGioacchino Del Regno
2022-05-18  9:24       ` AngeloGioacchino Del Regno
2022-05-18  9:24       ` AngeloGioacchino Del Regno
2022-05-18  9:30       ` Krzysztof Kozlowski
2022-05-18  9:30         ` Krzysztof Kozlowski
2022-05-18  9:30         ` Krzysztof Kozlowski
2022-05-17 10:15 ` [PATCH 3/6] dt-bindings: arm: mt8195-clock: Remove unnecessary 'items' and fix formatting AngeloGioacchino Del Regno
2022-05-17 10:15   ` AngeloGioacchino Del Regno
2022-05-17 10:15   ` AngeloGioacchino Del Regno
2022-05-17 14:31   ` Krzysztof Kozlowski
2022-05-17 14:31     ` Krzysztof Kozlowski
2022-05-17 14:31     ` Krzysztof Kozlowski
2022-05-17 10:15 ` [PATCH 4/6] dt-bindings: arm: mt8195: Set #clock-cells as required property AngeloGioacchino Del Regno
2022-05-17 10:15   ` AngeloGioacchino Del Regno
2022-05-17 10:15   ` AngeloGioacchino Del Regno
2022-05-17 14:34   ` Krzysztof Kozlowski
2022-05-17 14:34     ` Krzysztof Kozlowski
2022-05-17 14:34     ` Krzysztof Kozlowski
2022-05-17 10:15 ` [PATCH 5/6] dt-bindings: arm: mt8192-clock: Remove unnecessary 'items' AngeloGioacchino Del Regno
2022-05-17 10:15   ` AngeloGioacchino Del Regno
2022-05-17 10:15   ` AngeloGioacchino Del Regno
2022-05-17 14:31   ` Krzysztof Kozlowski
2022-05-17 14:31     ` Krzysztof Kozlowski
2022-05-17 14:31     ` Krzysztof Kozlowski
2022-05-17 15:04   ` Nícolas F. R. A. Prado
2022-05-17 15:04     ` Nícolas F. R. A. Prado
2022-05-17 15:04     ` Nícolas F. R. A. Prado
2022-05-17 10:15 ` [PATCH 6/6] dt-bindings: arm: mt8192: Set #clock-cells as required property AngeloGioacchino Del Regno
2022-05-17 10:15   ` AngeloGioacchino Del Regno
2022-05-17 10:15   ` AngeloGioacchino Del Regno
2022-05-17 14:34   ` Krzysztof Kozlowski
2022-05-17 14:34     ` Krzysztof Kozlowski
2022-05-17 14:34     ` Krzysztof Kozlowski
2022-05-17 13:39 ` [PATCH 0/6] dt-bindings: arm: MediaTek: Fix clock bindings Matthias Brugger
2022-05-17 13:39   ` Matthias Brugger
2022-05-17 13:39   ` Matthias Brugger
2022-05-17 13:43   ` AngeloGioacchino Del Regno
2022-05-17 13:43     ` AngeloGioacchino Del Regno
2022-05-17 13:43     ` AngeloGioacchino Del Regno
2022-05-17 15:05 ` Nícolas F. R. A. Prado
2022-05-17 15:05   ` Nícolas F. R. A. Prado
2022-05-17 15:05   ` Nícolas F. R. A. Prado

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.