Message ID | 20210830065647.5386-1-krzysztof.kozlowski@canonical.com (mailing list archive) |
---|---|
State | Not Applicable, archived |
Headers | show |
Series | MAINTAINERS: clock: samsung: include S3C/S5P header bindings | expand |
On 30/08/2021 08:56, Krzysztof Kozlowski wrote: > Include S3C24xx, S3C64xx and S5Pv210 SoC clock headers with bindings in > the Samsung SoC Clock drivers entry. The clock drivers for these SoCs > are already covered. > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> > --- > MAINTAINERS | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index eee4c926003b..c17299c30ea7 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -16582,6 +16582,9 @@ F: Documentation/devicetree/bindings/clock/samsung,s3c* > F: Documentation/devicetree/bindings/clock/samsung,s5p* > F: drivers/clk/samsung/ > F: include/dt-bindings/clock/exynos*.h > +F: include/dt-bindings/clock/s3c24*.h > +F: include/dt-bindings/clock/s5pv210*.h > +F: include/dt-bindings/clock/samsung,s3c64xx-clock.h > F: include/linux/clk/samsung.h > F: include/linux/platform_data/clk-s3c2410.h Ignore it, please. I just sent the same patch second time... I need more coffee. Best regards, Krzysztof
diff --git a/MAINTAINERS b/MAINTAINERS index eee4c926003b..c17299c30ea7 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -16582,6 +16582,9 @@ F: Documentation/devicetree/bindings/clock/samsung,s3c* F: Documentation/devicetree/bindings/clock/samsung,s5p* F: drivers/clk/samsung/ F: include/dt-bindings/clock/exynos*.h +F: include/dt-bindings/clock/s3c24*.h +F: include/dt-bindings/clock/s5pv210*.h +F: include/dt-bindings/clock/samsung,s3c64xx-clock.h F: include/linux/clk/samsung.h F: include/linux/platform_data/clk-s3c2410.h
Include S3C24xx, S3C64xx and S5Pv210 SoC clock headers with bindings in the Samsung SoC Clock drivers entry. The clock drivers for these SoCs are already covered. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> --- MAINTAINERS | 3 +++ 1 file changed, 3 insertions(+)