public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Cc: Ludovic Desroches <ludovic.desroches@microchip.com>,
	Joe Perches <joe@perches.com>,
	Eugen Hristev <eugen.hristev@microchip.com>,
	Josh Wu <josh.wu@atmel.com>,
	linux-media@vger.kernel.org,
	Songjun Wu <songjun.wu@microchip.com>
Subject: Re: [PATCH] MAINTAINERS: Remove stale file entry for the Atmel ISI driver
Date: Thu, 04 Oct 2018 23:06:02 +0300	[thread overview]
Message-ID: <2765176.U2F9enn0ho@avalon> (raw)
In-Reply-To: <20181004154505.0be5f857@coco.lan>

Hi Mauro,

On Thursday, 4 October 2018 21:45:05 EEST Mauro Carvalho Chehab wrote:
> Em Tue, 2 Oct 2018 08:35:47 +0200 Ludovic Desroches escreveu:
> > 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 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 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@perches.com>
> > > > > > Signed-off-by: Laurent Pinchart
> > > > > > <laurent.pinchart@ideasonboard.com>
> > > > > > ---
> > > > > > 
> > > > > >  MAINTAINERS | 1 -
> > > > > >  1 file changed, 1 deletion(-)
> > > > > > 
> > > > > > diff --git a/MAINTAINERS b/MAINTAINERS
> > > > 
> > > > []
> > > > 
> > > > > > @@ -2497,7 +2497,6 @@ M:	Ludovic Desroches
> > > > > > <ludovic.desroches@microchip.com>> > > > > 
> > > > > >  L:	linux-media@vger.kernel.org
> > > > > >  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@microchip.com>
> > > > L:	linux-media@vger.kernel.org
> > > > 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@microchip.com>
> > > > L:	linux-media@vger.kernel.org
> > > > 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@microchip.com>
> > > > L:
> > > > linux-media@vger.kernel.org
> > > > 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.
> 
> Hmm... At media tree, currently, MAINTAINERS entry is different:
> 
> MICROCHIP / ATMEL ISC DRIVER
> M:	Songjun Wu <songjun.wu@microchip.com>
> L:	linux-media@vger.kernel.org
> 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
> 
> ATMEL ISI DRIVER
> M:	Ludovic Desroches <ludovic.desroches@microchip.com>
> L:	linux-media@vger.kernel.org
> S:      Supported
> F:      drivers/media/platform/atmel/atmel-isi.c
> F:      include/media/atmel-isi.h
> 
> Maybe some patch upstream did some recent changes on it via another
> tree.
> 
> So, in order to avoid conflicts upstream, for now I would just correct
> the location for the ISI file.
> 
> After the merge window, we may revisit and join both entries,
> if the maintainers are the same.

Fine with me.

> -
> 
> MAINTAINERS: fix location for atmel-isi.h file
> 
> The location of this file got changed by changeset 40a78f36fc92
> ("[media] v4l: atmel-isi: Remove support for platform data"), but
> MAINTAINERS was not updated accordingly.
> 
> Fixes: 40a78f36fc92 ("[media] v4l: atmel-isi: Remove support for platform
> data") Reported-by: Joe Perches <joe@perches.com>
> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>

I don't care about patch count statistics, but the usual practice is to retain 
the authorship of the original submitter. This is especially important with 
patches submitted by new or less frequent contributors, as recognition of 
their work is sometimes the only thing they get (and it doesn't hurt with 
regular contributors either).

> diff --git a/MAINTAINERS b/MAINTAINERS
> index 9989925f658d..385ebe9ca0a2 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2496,8 +2496,7 @@ ATMEL ISI DRIVER
>  M:	Ludovic Desroches <ludovic.desroches@microchip.com>
>  L:	linux-media@vger.kernel.org
>  S:	Supported
> -F:	drivers/media/platform/atmel/atmel-isi.c
> -F:	include/media/atmel-isi.h
> +F:	drivers/media/platform/atmel/atmel-isi.*
> 
>  ATMEL LCDFB DRIVER
>  M:	Nicolas Ferre <nicolas.ferre@microchip.com>

-- 
Regards,

Laurent Pinchart

  reply	other threads:[~2018-10-05  3:00 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-30  6:54 [PATCH] MAINTAINERS: Remove stale file entry for the Atmel ISI driver Laurent Pinchart
2018-09-30  9:30 ` Mauro Carvalho Chehab
2018-09-30  9:40   ` Joe Perches
2018-10-01 16:51     ` Mauro Carvalho Chehab
2018-10-02  6:15       ` Eugen Hristev
2018-10-02  6:35       ` Ludovic Desroches
2018-10-04 18:45         ` Mauro Carvalho Chehab
2018-10-04 20:06           ` Laurent Pinchart [this message]
2018-10-05 18:41             ` Mauro Carvalho Chehab

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2765176.U2F9enn0ho@avalon \
    --to=laurent.pinchart@ideasonboard.com \
    --cc=eugen.hristev@microchip.com \
    --cc=joe@perches.com \
    --cc=josh.wu@atmel.com \
    --cc=linux-media@vger.kernel.org \
    --cc=ludovic.desroches@microchip.com \
    --cc=mchehab+samsung@kernel.org \
    --cc=songjun.wu@microchip.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox