lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Tue, 10 Aug 2021 20:52:30 +0300 From: Sam Protsenko <semen.protsenko@...aro.org> To: Krzysztof Kozlowski <krzysztof.kozlowski@...onical.com> Cc: Michael Turquette <mturquette@...libre.com>, Stephen Boyd <sboyd@...nel.org>, Rob Herring <robh+dt@...nel.org>, Sylwester Nawrocki <s.nawrocki@...sung.com>, Tomasz Figa <tomasz.figa@...il.com>, Chanwoo Choi <cw00.choi@...sung.com>, linux-clk <linux-clk@...r.kernel.org>, devicetree <devicetree@...r.kernel.org>, linux-arm Mailing List <linux-arm-kernel@...ts.infradead.org>, Linux Samsung SOC <linux-samsung-soc@...r.kernel.org>, Linux Kernel Mailing List <linux-kernel@...r.kernel.org> Subject: Re: [PATCH v2 0/8] dt-bindings: clock: samsung: convert to dtschema Hi Krzysztof, On Tue, 10 Aug 2021 at 12:32, Krzysztof Kozlowski <krzysztof.kozlowski@...onical.com> wrote: > > Hi, > > Combined patchset of separate v1 sets: > > https://lore.kernel.org/linux-samsung-soc/20210809120544.56596-1-krzysztof.kozlowski@canonical.com/T/#t > https://lore.kernel.org/linux-samsung-soc/20210809130935.80565-1-krzysztof.kozlowski@canonical.com/T/#t > https://lore.kernel.org/linux-samsung-soc/20210809135942.100744-1-krzysztof.kozlowski@canonical.com/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@...aro.org> Thanks! > 2.30.2 >
Powered by blists - more mailing lists