Re: [PATCH v2 0/8] dt-bindings: clock: samsung: convert to dtschema

From: Sam Protsenko
Date: Tue Aug 10 2021 - 14:17:45 EST


Hi Krzysztof,

On Tue, 10 Aug 2021 at 12:32, Krzysztof Kozlowski
<krzysztof.kozlowski@xxxxxxxxxxxxx> wrote:
>
> Hi,
>
> Combined patchset of separate v1 sets:
>
> https://lore.kernel.org/linux-samsung-soc/20210809120544.56596-1-krzysztof.kozlowski@xxxxxxxxxxxxx/T/#t
> https://lore.kernel.org/linux-samsung-soc/20210809130935.80565-1-krzysztof.kozlowski@xxxxxxxxxxxxx/T/#t
> https://lore.kernel.org/linux-samsung-soc/20210809135942.100744-1-krzysztof.kozlowski@xxxxxxxxxxxxx/T/#t
>
> Changes since v1:
> 1. Patch 7/8: include header to fix clock IDs error in example.
>
> Best regards,
> Krzysztof
>
>
> Krzysztof Kozlowski (8):
> dt-bindings: clock: samsung: convert Exynos5250 to dtschema
> dt-bindings: clock: samsung: add bindings for Exynos external clock
> dt-bindings: clock: samsung: convert Exynos542x to dtschema
> dt-bindings: clock: samsung: convert Exynos3250 to dtschema
> dt-bindings: clock: samsung: convert Exynos4 to dtschema
> dt-bindings: clock: samsung: convert Exynos AudSS to dtschema
> dt-bindings: clock: samsung: convert S5Pv210 AudSS to dtschema
> MAINTAINERS: clock: include S3C and S5P in Samsung SoC clock entry
>
> .../bindings/clock/clk-exynos-audss.txt | 103 ------------------
> .../bindings/clock/clk-s5pv210-audss.txt | 53 ---------
> .../bindings/clock/exynos3250-clock.txt | 57 ----------
> .../bindings/clock/exynos4-clock.txt | 86 ---------------
> .../bindings/clock/exynos5250-clock.txt | 41 -------
> .../bindings/clock/exynos5420-clock.txt | 42 -------
> .../clock/samsung,exynos-audss-clock.yaml | 79 ++++++++++++++
> .../bindings/clock/samsung,exynos-clock.yaml | 87 +++++++++++++++
> .../clock/samsung,exynos-ext-clock.yaml | 46 ++++++++
> .../clock/samsung,s5pv210-audss-clock.yaml | 77 +++++++++++++
> MAINTAINERS | 4 +
> 11 files changed, 293 insertions(+), 382 deletions(-)
> delete mode 100644 Documentation/devicetree/bindings/clock/clk-exynos-audss.txt
> delete mode 100644 Documentation/devicetree/bindings/clock/clk-s5pv210-audss.txt
> delete mode 100644 Documentation/devicetree/bindings/clock/exynos3250-clock.txt
> delete mode 100644 Documentation/devicetree/bindings/clock/exynos4-clock.txt
> delete mode 100644 Documentation/devicetree/bindings/clock/exynos5250-clock.txt
> delete mode 100644 Documentation/devicetree/bindings/clock/exynos5420-clock.txt
> create mode 100644 Documentation/devicetree/bindings/clock/samsung,exynos-audss-clock.yaml
> create mode 100644 Documentation/devicetree/bindings/clock/samsung,exynos-clock.yaml
> create mode 100644 Documentation/devicetree/bindings/clock/samsung,exynos-ext-clock.yaml
> create mode 100644 Documentation/devicetree/bindings/clock/samsung,s5pv210-audss-clock.yaml
>
> --

For the whole series:

Reviewed-by: Sam Protsenko <semen.protsenko@xxxxxxxxxx>

Thanks!

> 2.30.2
>