diff mbox series

linux-next: manual merge of the extcon tree with the drm-misc tree

Message ID 20200910141854.1d4b1b10@canb.auug.org.au (mailing list archive)
State New, archived
Headers show
Series linux-next: manual merge of the extcon tree with the drm-misc tree | expand

Commit Message

Stephen Rothwell Sept. 10, 2020, 4:18 a.m. UTC
Hi all,

Today's linux-next merge of the extcon tree got a conflict in:

  MAINTAINERS

between commit:

  f61249dddecc ("MAINTAINERS: Add entry for i.MX 8MQ DCSS driver")

from the drm-misc tree and commit:

  d0e3c25150dd ("MAINTAINERS: Add entry for NXP PTN5150A CC driver")

from the extcon tree.

I fixed it up (see below) and can carry the fix as necessary. This
is now fixed as far as linux-next is concerned, but any non trivial
conflicts should be mentioned to your upstream maintainer when your tree
is submitted for merging.  You may also want to consider cooperating
with the maintainer of the conflicting tree to minimise any particularly
complex conflicts.

Comments

Stephen Rothwell Oct. 6, 2020, 9 a.m. UTC | #1
Hi all,

On Thu, 10 Sep 2020 14:18:54 +1000 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>
> Today's linux-next merge of the extcon tree got a conflict in:
> 
>   MAINTAINERS
> 
> between commit:
> 
>   f61249dddecc ("MAINTAINERS: Add entry for i.MX 8MQ DCSS driver")
> 
> from the drm-misc tree and commit:
> 
>   d0e3c25150dd ("MAINTAINERS: Add entry for NXP PTN5150A CC driver")
> 
> from the extcon tree.
> 
> I fixed it up (see below) and can carry the fix as necessary. This
> is now fixed as far as linux-next is concerned, but any non trivial
> conflicts should be mentioned to your upstream maintainer when your tree
> is submitted for merging.  You may also want to consider cooperating
> with the maintainer of the conflicting tree to minimise any particularly
> complex conflicts.
> 
> -- 
> Cheers,
> Stephen Rothwell
> 
> diff --cc MAINTAINERS
> index 623c53ab5bd5,da94c9b12f1b..000000000000
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@@ -12496,14 -12430,13 +12496,21 @@@ F:	drivers/iio/gyro/fxas21002c_core.
>   F:	drivers/iio/gyro/fxas21002c_i2c.c
>   F:	drivers/iio/gyro/fxas21002c_spi.c
>   
>  +NXP i.MX 8MQ DCSS DRIVER
>  +M:	Laurentiu Palcu <laurentiu.palcu@oss.nxp.com>
>  +R:	Lucas Stach <l.stach@pengutronix.de>
>  +L:	dri-devel@lists.freedesktop.org
>  +S:	Maintained
>  +F:	Documentation/devicetree/bindings/display/imx/nxp,imx8mq-dcss.yaml
>  +F:	drivers/gpu/drm/imx/dcss/
>  +
> + NXP PTN5150A CC LOGIC AND EXTCON DRIVER
> + M:	Krzysztof Kozlowski <krzk@kernel.org>
> + L:	linux-kernel@vger.kernel.org
> + S:	Maintained
> + F:	Documentation/devicetree/bindings/extcon/extcon-ptn5150.yaml
> + F:	drivers/extcon/extcon-ptn5150.c
> + 
>   NXP SGTL5000 DRIVER
>   M:	Fabio Estevam <festevam@gmail.com>
>   L:	alsa-devel@alsa-project.org (moderated for non-subscribers)

This is now a conflict between the char-misc tree and the drm tree.
Greg KH Oct. 6, 2020, 10:58 a.m. UTC | #2
On Tue, Oct 06, 2020 at 08:00:03PM +1100, Stephen Rothwell wrote:
> Hi all,
> 
> On Thu, 10 Sep 2020 14:18:54 +1000 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
> >
> > Today's linux-next merge of the extcon tree got a conflict in:
> > 
> >   MAINTAINERS
> > 
> > between commit:
> > 
> >   f61249dddecc ("MAINTAINERS: Add entry for i.MX 8MQ DCSS driver")
> > 
> > from the drm-misc tree and commit:
> > 
> >   d0e3c25150dd ("MAINTAINERS: Add entry for NXP PTN5150A CC driver")
> > 
> > from the extcon tree.
> > 
> > I fixed it up (see below) and can carry the fix as necessary. This
> > is now fixed as far as linux-next is concerned, but any non trivial
> > conflicts should be mentioned to your upstream maintainer when your tree
> > is submitted for merging.  You may also want to consider cooperating
> > with the maintainer of the conflicting tree to minimise any particularly
> > complex conflicts.
> > 
> > -- 
> > Cheers,
> > Stephen Rothwell
> > 
> > diff --cc MAINTAINERS
> > index 623c53ab5bd5,da94c9b12f1b..000000000000
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@@ -12496,14 -12430,13 +12496,21 @@@ F:	drivers/iio/gyro/fxas21002c_core.
> >   F:	drivers/iio/gyro/fxas21002c_i2c.c
> >   F:	drivers/iio/gyro/fxas21002c_spi.c
> >   
> >  +NXP i.MX 8MQ DCSS DRIVER
> >  +M:	Laurentiu Palcu <laurentiu.palcu@oss.nxp.com>
> >  +R:	Lucas Stach <l.stach@pengutronix.de>
> >  +L:	dri-devel@lists.freedesktop.org
> >  +S:	Maintained
> >  +F:	Documentation/devicetree/bindings/display/imx/nxp,imx8mq-dcss.yaml
> >  +F:	drivers/gpu/drm/imx/dcss/
> >  +
> > + NXP PTN5150A CC LOGIC AND EXTCON DRIVER
> > + M:	Krzysztof Kozlowski <krzk@kernel.org>
> > + L:	linux-kernel@vger.kernel.org
> > + S:	Maintained
> > + F:	Documentation/devicetree/bindings/extcon/extcon-ptn5150.yaml
> > + F:	drivers/extcon/extcon-ptn5150.c
> > + 
> >   NXP SGTL5000 DRIVER
> >   M:	Fabio Estevam <festevam@gmail.com>
> >   L:	alsa-devel@alsa-project.org (moderated for non-subscribers)
> 
> This is now a conflict between the char-misc tree and the drm tree.

Looks fine, this should be easy for Linus to resolve :)

thanks,

greg k-h
diff mbox series

Patch

diff --cc MAINTAINERS
index 623c53ab5bd5,da94c9b12f1b..000000000000
--- a/MAINTAINERS