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=-9.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_NEOMUTT autolearn=ham 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 4A644C04AAC for ; Thu, 23 May 2019 08:10:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 138E9217D4 for ; Thu, 23 May 2019 08:10:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729906AbfEWIK2 (ORCPT ); Thu, 23 May 2019 04:10:28 -0400 Received: from relay11.mail.gandi.net ([217.70.178.231]:35163 "EHLO relay11.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726070AbfEWIK1 (ORCPT ); Thu, 23 May 2019 04:10:27 -0400 Received: from localhost (aaubervilliers-681-1-80-185.w90-88.abo.wanadoo.fr [90.88.22.185]) (Authenticated sender: maxime.ripard@bootlin.com) by relay11.mail.gandi.net (Postfix) with ESMTPSA id 5BB07100009; Thu, 23 May 2019 08:10:22 +0000 (UTC) Date: Thu, 23 May 2019 10:10:22 +0200 From: Maxime Ripard To: Stephen Rothwell Cc: Daniel Vetter , Intel Graphics , DRI , Linux Kernel Mailing List , Jyri Sarha , Marco Felsch , Linux Next Mailing List , Thierry Reding Subject: Re: linux-next: manual merge of the drm-misc tree with Linus' tree Message-ID: <20190523081022.cbirvf2vucbyc34r@flea> References: <20190521105151.51ffa942@canb.auug.org.au> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="xewzbf7ky33bviot" Content-Disposition: inline In-Reply-To: <20190521105151.51ffa942@canb.auug.org.au> User-Agent: NeoMutt/20180716 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --xewzbf7ky33bviot Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi Stephen, On Tue, May 21, 2019 at 10:51:51AM +1000, Stephen Rothwell wrote: > Hi all, > > Today's linux-next merge of the drm-misc tree got a conflict in: > > Documentation/devicetree/bindings/vendor-prefixes.txt > > between commit: > > 8122de54602e ("dt-bindings: Convert vendor prefixes to json-schema") > > from Linus' tree and commits: > > b4a2c0055a4f ("dt-bindings: Add vendor prefix for VXT Ltd") > b1b0d36bdb15 ("dt-bindings: drm/panel: simple: Add binding for TFC S9700RTWV43TR-01B") > fbd8b69ab616 ("dt-bindings: Add vendor prefix for Evervision Electronics") > > from the drm-misc tree. > > I fixed it up (I deleted the file and added the patch 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 > > From: Stephen Rothwell > Date: Tue, 21 May 2019 10:48:36 +1000 > Subject: [PATCH] dt-bindings: fix up for vendor prefixes file conversion > > Signed-off-by: Stephen Rothwell > --- > Documentation/devicetree/bindings/vendor-prefixes.yaml | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml > index 83ca4816a78b..749e3c3843d0 100644 > --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml > +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml > @@ -287,6 +287,8 @@ patternProperties: > description: Everest Semiconductor Co. Ltd. > "^everspin,.*": > description: Everspin Technologies, Inc. > + "^evervision,.*": > + description: Evervision Electronics Co. Ltd. > "^exar,.*": > description: Exar Corporation > "^excito,.*": > @@ -851,6 +853,8 @@ patternProperties: > description: Shenzhen Techstar Electronics Co., Ltd. > "^terasic,.*": > description: Terasic Inc. > + "^tfc,.*": > + description: Three Five Corp > "^thine,.*": > description: THine Electronics, Inc. > "^ti,.*": > @@ -925,6 +929,8 @@ patternProperties: > description: Voipac Technologies s.r.o. > "^vot,.*": > description: Vision Optical Technology Co., Ltd. > + "^vxt,.*" > + description: VXT Ltd I'm not sure whether or not you can change it, but this breaks the users of that file. What you want is: - "^vxt,.*" + "^vxt,.*:" Maxime -- Maxime Ripard, Bootlin Embedded Linux and Kernel engineering https://bootlin.com --xewzbf7ky33bviot Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRcEzekXsqa64kGDp7j7w1vZxhRxQUCXOZVbgAKCRDj7w1vZxhR xdkoAQDobhCUG+I4w3094DQy1fBwYM/nIQz4W3Lnaf6UfXiBFQD/c+ZCEARV7ili XDWIhqfVU7QecWQJAbtJlN4rMpTK4go= =c51w -----END PGP SIGNATURE----- --xewzbf7ky33bviot--