Message ID | 20211112142509.2230884-5-eugen.hristev@microchip.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | media: atmel: atmel-isc: implement media controller | expand |
Hi Eugen, Thank you for the patch. On Fri, Nov 12, 2021 at 04:24:48PM +0200, Eugen Hristev wrote: > Add new file atmel-isc-clk.c to MAINTAINERS entry. I'd squash this with the patch that adds the new file, but even better would be to use patterns instead of listing each file. Some for the other patches touching MAINTAINERS in this series. > Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com> > --- > MAINTAINERS | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 545c642c937f..bb7b48e3605c 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -12455,6 +12455,7 @@ S: Supported > F: Documentation/devicetree/bindings/media/atmel,isc.yaml > F: Documentation/devicetree/bindings/media/microchip,xisc.yaml > F: drivers/media/platform/atmel/atmel-isc-base.c > +F: drivers/media/platform/atmel/atmel-isc-clk.c > F: drivers/media/platform/atmel/atmel-isc-regs.h > F: drivers/media/platform/atmel/atmel-isc.h > F: drivers/media/platform/atmel/atmel-sama5d2-isc.c
diff --git a/MAINTAINERS b/MAINTAINERS index 545c642c937f..bb7b48e3605c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -12455,6 +12455,7 @@ S: Supported F: Documentation/devicetree/bindings/media/atmel,isc.yaml F: Documentation/devicetree/bindings/media/microchip,xisc.yaml F: drivers/media/platform/atmel/atmel-isc-base.c +F: drivers/media/platform/atmel/atmel-isc-clk.c F: drivers/media/platform/atmel/atmel-isc-regs.h F: drivers/media/platform/atmel/atmel-isc.h F: drivers/media/platform/atmel/atmel-sama5d2-isc.c
Add new file atmel-isc-clk.c to MAINTAINERS entry. Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com> --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+)