Message ID | 20210730144922.29111-9-semen.protsenko@linaro.org |
---|---|
State | New |
Headers | show |
Series | Add minimal support for Exynos850 SoC | expand |
On Fri, Jul 30, 2021 at 5:50 PM Sam Protsenko <semen.protsenko@linaro.org> wrote: > > New device tree bindings are usually added in YAML format. Fix "SAMSUNG > SOC CLOCK DRIVERS" entry to cover both txt and yaml docs for Exynos > clock drivers. Fixes tag?
On 30/07/2021 17:06, Andy Shevchenko wrote: > On Fri, Jul 30, 2021 at 5:50 PM Sam Protsenko > <semen.protsenko@linaro.org> wrote: >> >> New device tree bindings are usually added in YAML format. Fix "SAMSUNG >> SOC CLOCK DRIVERS" entry to cover both txt and yaml docs for Exynos >> clock drivers. > > Fixes tag? No need because the pattern is correct at the moment. The patch does not make sense on its own and should be squashed with the next one. Best regards, Krzysztof
On Fri, 30 Jul 2021 at 18:25, Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> wrote: > > On 30/07/2021 17:06, Andy Shevchenko wrote: > > On Fri, Jul 30, 2021 at 5:50 PM Sam Protsenko > > <semen.protsenko@linaro.org> wrote: > >> > >> New device tree bindings are usually added in YAML format. Fix "SAMSUNG > >> SOC CLOCK DRIVERS" entry to cover both txt and yaml docs for Exynos > >> clock drivers. > > > > Fixes tag? > > No need because the pattern is correct at the moment. The patch does not > make sense on its own and should be squashed with the next one. > Nice catch. Will do in v2, thanks! > > Best regards, > Krzysztof
diff --git a/MAINTAINERS b/MAINTAINERS index 056966c9aac9..4483ccb46883 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -16404,7 +16404,7 @@ M: Chanwoo Choi <cw00.choi@samsung.com> L: linux-samsung-soc@vger.kernel.org S: Supported T: git git://git.kernel.org/pub/scm/linux/kernel/git/snawrocki/clk.git -F: Documentation/devicetree/bindings/clock/exynos*.txt +F: Documentation/devicetree/bindings/clock/exynos* F: Documentation/devicetree/bindings/clock/samsung,s3c* F: Documentation/devicetree/bindings/clock/samsung,s5p* F: drivers/clk/samsung/
New device tree bindings are usually added in YAML format. Fix "SAMSUNG SOC CLOCK DRIVERS" entry to cover both txt and yaml docs for Exynos clock drivers. Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org> --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.30.2