From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.5 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 763B6C4727E for ; Tue, 6 Oct 2020 09:00:18 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 01B0820FC3 for ; Tue, 6 Oct 2020 09:00:16 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=canb.auug.org.au header.i=@canb.auug.org.au header.b="EM5mBZ22" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 01B0820FC3 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=canb.auug.org.au Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=intel-gfx-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 5BA0C89CA1; Tue, 6 Oct 2020 09:00:16 +0000 (UTC) Received: from ozlabs.org (bilbo.ozlabs.org [IPv6:2401:3900:2:1::2]) by gabe.freedesktop.org (Postfix) with ESMTPS id D402D89D42; Tue, 6 Oct 2020 09:00:14 +0000 (UTC) Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail.ozlabs.org (Postfix) with ESMTPSA id 4C5BHm6nJYz9sT6; Tue, 6 Oct 2020 20:00:04 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=canb.auug.org.au; s=201702; t=1601974812; bh=8CfOUIbMt8fnTJfPAaJni1imQZSSTLb8IdHxm/8lC9A=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=EM5mBZ22SlHV3CHVixJkaN3v3ud9mmjXLADtHfAOEvwKw7p7+DCFrTjSJQKktY2Iz 3v2N7Ldue/9u51p2lZ0RLyOpxeM2Gro17oot2pnj25rtDOk+pzC/ulC8TixhZZkCwG AS5UWYwHwwZ5ZBODbSL69s+T4HKqb+KnhoJQf3wVXBSdRsy0Gj7ArgfU0Omj8WJ8SQ Zkf+PeKurTftZGSJVbXz3axeeU3mILyI+qcQLrd9r8pGaV99ypbeQVE9jUJ7lIr9V3 zAn2bUdsK8gA5hVi9I9lanz2WAJm8Cs/+5dkFJqWK44J0OfxmUwBMQSCMwIJSgkPSs m4jwhgVhidXPg== Date: Tue, 6 Oct 2020 20:00:03 +1100 From: Stephen Rothwell To: Dave Airlie , Greg KH , Arnd Bergmann Message-ID: <20201006200003.1be00223@canb.auug.org.au> In-Reply-To: <20200910141854.1d4b1b10@canb.auug.org.au> References: <20200910141854.1d4b1b10@canb.auug.org.au> MIME-Version: 1.0 Subject: Re: [Intel-gfx] linux-next: manual merge of the extcon tree with the drm-misc tree X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Daniel Vetter , Intel Graphics , Linux Kernel Mailing List , DRI , Chanwoo Choi , Linux Next Mailing List , Krzysztof Kozlowski , Laurentiu Palcu , Lucas Stach Content-Type: multipart/mixed; boundary="===============0824345911==" Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" --===============0824345911== Content-Type: multipart/signed; boundary="Sig_/HrwGoabrIGrrkf8jEjgNMeZ"; protocol="application/pgp-signature"; micalg=pgp-sha256 --Sig_/HrwGoabrIGrrkf8jEjgNMeZ Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hi all, On Thu, 10 Sep 2020 14:18:54 +1000 Stephen Rothwell = wrote: > > Today's linux-next merge of the extcon tree got a conflict in: >=20 > MAINTAINERS >=20 > between commit: >=20 > f61249dddecc ("MAINTAINERS: Add entry for i.MX 8MQ DCSS driver") >=20 > from the drm-misc tree and commit: >=20 > d0e3c25150dd ("MAINTAINERS: Add entry for NXP PTN5150A CC driver") >=20 > from the extcon tree. >=20 > 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. >=20 > --=20 > Cheers, > Stephen Rothwell >=20 > 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 > =20 > +NXP i.MX 8MQ DCSS DRIVER > +M: Laurentiu Palcu > +R: Lucas Stach > +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 > + L: linux-kernel@vger.kernel.org > + S: Maintained > + F: Documentation/devicetree/bindings/extcon/extcon-ptn5150.yaml > + F: drivers/extcon/extcon-ptn5150.c > +=20 > NXP SGTL5000 DRIVER > M: Fabio Estevam > L: alsa-devel@alsa-project.org (moderated for non-subscribers) This is now a conflict between the char-misc tree and the drm tree. --=20 Cheers, Stephen Rothwell --Sig_/HrwGoabrIGrrkf8jEjgNMeZ Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEENIC96giZ81tWdLgKAVBC80lX0GwFAl98MhMACgkQAVBC80lX 0GxtOQf/Qsg+ZvC10zGeMGUucLd6WO1c+qikncq8KpWaOiPfL+qcfJylSpDAwF26 soTu4wodcX1Mmz5jtKURs9tF4p25YmHN5C49v+1WVLlSznSS7a1qa5SUz4KIfyNz PftRDbswJPE5V4L/G1TGreoK8dcsfF6/zjlBkAvHGxugfwn+1xAloWwzUIH53hiK RIBPF1QLF9tpRyHNlSF0nGHFrjAyW98hhqapLze1Tgv95bb1w9Tuw/2HS+FODY54 BDE8irKOz+qBNoQ4rqsVumQQpQyB6nZnIeP6aLGH3rKey1zUCx9VJuck+OGuUCZw arSyIx4vrOy5irLITAtJPU8nZXWeiw== =EzTU -----END PGP SIGNATURE----- --Sig_/HrwGoabrIGrrkf8jEjgNMeZ-- --===============0824345911== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx --===============0824345911==--