On Mon, Oct 01, 2018 at 01:51:01PM -0300, Mauro Carvalho Chehab wrote: > Em Sun, 30 Sep 2018 02:40:35 -0700 > Joe Perches <joe@xxxxxxxxxxx> escreveu: > > > On Sun, 2018-09-30 at 06:30 -0300, Mauro Carvalho Chehab wrote: > > > Em Sun, 30 Sep 2018 09:54:48 +0300 > > > Laurent Pinchart <laurent.pinchart@xxxxxxxxxxxxxxxx> escreveu: > > > > > > > include/media/atmel-isi got removed three years ago without the > > > > MAINTAINERS file being updated. Remove the stale entry. > > > > > > > > Fixes: 40a78f36fc92 ("[media] v4l: atmel-isi: Remove support for platform data") > > > > Reported-by: Joe Perches <joe@xxxxxxxxxxx> > > > > Signed-off-by: Laurent Pinchart <laurent.pinchart@xxxxxxxxxxxxxxxx> > > > > --- > > > > MAINTAINERS | 1 - > > > > 1 file changed, 1 deletion(-) > > > > > > > > > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > [] > > > > @@ -2497,7 +2497,6 @@ M: Ludovic Desroches <ludovic.desroches@xxxxxxxxxxxxx> > > > > L: linux-media@xxxxxxxxxxxxxxx > > > > S: Supported > > > > F: drivers/media/platform/atmel/atmel-isi.c > > > > -F: include/media/atmel-isi.h > > > > > > I guess the right fix would be to replace it by: > > > > > > F: drivers/media/platform/atmel/atmel-isi.h > > > > Or replace both F entries with: > > > > F: drivers/media/platform/atmel/atmel-isi.* > > > > Or combine the 2 MICROCHIP sections into one > > > > MICROCHIP ISC DRIVER > > M: Eugen Hristev <eugen.hristev@xxxxxxxxxxxxx> > > L: linux-media@xxxxxxxxxxxxxxx > > S: Supported > > F: drivers/media/platform/atmel/atmel-isc.c > > F: drivers/media/platform/atmel/atmel-isc-regs.h > > F: devicetree/bindings/media/atmel-isc.txt > > > > MICROCHIP ISI DRIVER > > M: Eugen Hristev <eugen.hristev@xxxxxxxxxxxxx> > > L: linux-media@xxxxxxxxxxxxxxx > > S: Supported > > F: drivers/media/platform/atmel/atmel-isi.c > > F: include/media/atmel-isi.h > > > > and maybe use something like: > > > > MICROCHIP MEDIA DRIVERS > > M: Eugen Hristev <eugen.hristev@xxxxxxxxxxxxx> > > L: > > linux-media@xxxxxxxxxxxxxxx > > S: Supported > > F: drivers/media/platform/atmel/ > > F: devicetree/bindings/media/atmel-isc.txt > > Yeah, combining both of them seems a good alternative to me. > > Eugen/Ludovic/Josh, > > Comments? I have no strong opinion about it. The devices are different but usually there is one person per topic so combining them makes sense. Regards Ludovic