From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id B906836F43A; Wed, 28 Jan 2026 20:42:18 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769632938; cv=none; b=b3h/rCJO1hIsP5KlMm2Ln4CkDITO6/2Z4L9eAglm3Uh4eGk1mhF+j8R0MghVsvqe8SV+JZue7tjMg9qh0dbSEjp6LTFudXVIoFIVssmrdkyJaCC+t1v/ZW3qsSGmA5MRfscIuPCe3saJg/j3Ky5I14lcfZGvm2tM8CCE5H7IFWk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769632938; c=relaxed/simple; bh=N9bRTRnRi/F71DZAXsWoArwHXgrRZNZWQ2KdsfURCYk=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=ceX4SJoHr15w32Uq2mFx7aulP0HsvntY6h2cv/XB22+HOJReyy12InD95qYajnHUyXDpWYlNNqbJhusFPaWbo10EwjVXo2NkrnUZjwz2K4vncpE6XGhLoC98otfcGq8Kz/t3vjjpF40KvXQMDAUZQQZ4IdE8FNd5vWcLEyXNaWA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=V5sy0u3u; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="V5sy0u3u" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 687E9C4CEF1; Wed, 28 Jan 2026 20:42:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1769632938; bh=N9bRTRnRi/F71DZAXsWoArwHXgrRZNZWQ2KdsfURCYk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=V5sy0u3ue8GXSFoF5YArhrUPTN+gCqc0W6DH4mpjHy/w3hN4Lk4klplXE51vflLa3 vRM7C0+w0zR/xQY5xx0RE1XSmI5+GbxT9C7jewdVirfP6AMQh2pYOLFySsusx/eUtE NrzQ0U084fAZjejhZns9iOuAF0XLTDU+fmvbcnfYB/US73q++pSJzAp5KMCRtUEbgC tXxrjcV5576XZ2IHhswEeq1ZM/L1N2ZhPFJJ8t4hthtyUXU7IoKz0b1XUAokEtQARf Pt98R5DMyTNJudxRjGASydUhr1fJa1xN9yy2r3Ct1nC5JpxzFhqjMSSx0gwF0eutOs ACwPemLaKCNQA== Date: Wed, 28 Jan 2026 20:42:11 +0000 From: Conor Dooley To: Drew Fustini Cc: Icenowy Zheng , Andrzej Hajda , Neil Armstrong , Robert Foss , Laurent Pinchart , Jonas Karlman , Jernej Skrabec , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , David Airlie , Simona Vetter , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Guo Ren , Fu Wei , Philipp Zabel , Dmitry Baryshkov , Michal Wilczynski , Luca Ceresoli , Han Gao , Yao Zi , linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, linux-riscv@lists.infradead.org, Icenowy Zheng Subject: Re: [PATCH v6 1/9] dt-bindings: vendor-prefixes: add verisilicon Message-ID: <20260128-smokeless-angular-cff7e16ff8dc@spud> References: <20260123092830.4046009-1-zhengxingda@iscas.ac.cn> <20260123092830.4046009-2-zhengxingda@iscas.ac.cn> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="+rUt8E/m7BH8j/0F" Content-Disposition: inline In-Reply-To: --+rUt8E/m7BH8j/0F Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jan 28, 2026 at 12:22:40PM -0800, Drew Fustini wrote: > On Fri, Jan 23, 2026 at 05:28:22PM +0800, Icenowy Zheng wrote: > > From: Icenowy Zheng > >=20 > > VeriSilicon is a Silicon IP vendor, which is the current owner of > > Vivante series video-related IPs and Hantro series video codec IPs. > >=20 > > Add a vendor prefix for this company. > >=20 > > Signed-off-by: Icenowy Zheng > > Signed-off-by: Icenowy Zheng > > Acked-by: Rob Herring (Arm) > > --- > > No changes since v4. > >=20 > > Changes in v3: > > - Add Rob's ACK. > >=20 > > No changes in v2. > >=20 > > Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ > > 1 file changed, 2 insertions(+) > >=20 > > diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/D= ocumentation/devicetree/bindings/vendor-prefixes.yaml > > index c7591b2aec2a7..18f931f369198 100644 > > --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml > > +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml > > @@ -1745,6 +1745,8 @@ patternProperties: > > description: Variscite Ltd. > > "^vdl,.*": > > description: Van der Laan b.v. > > + "^verisilicon,.*": > > + description: VeriSilicon Microelectronics (Shanghai) Co., Ltd. > > "^vertexcom,.*": > > description: Vertexcom Technologies, Inc. > > "^via,.*": > > --=20 > > 2.52.0 > >=20 >=20 > I've applied the bindings patches (1, 2, 4) to thead-dt-for-next as well > so that 'make W=3D1 dtbs_check' won't break for the next release of > linux-next. >=20 > https://git.kernel.org/pub/scm/linux/kernel/git/fustini/linux.git/log/?h= =3Dthead-dt-for-next >=20 > I wouldn't normally pick bindings patches but it is a short timeline if > we want to get some testing done in linux-next before sending v6.20 pull > requests. I have created an immutable branch thead-dt-v6.20-dpu-hdmi in > case that helps. >=20 > https://git.kernel.org/pub/scm/linux/kernel/git/fustini/linux.git/log/?h= =3Dthead-dt-v6.20-dpu-hdmi >=20 > I can drop the yaml patches from thead-dt-for-next if people think that > was the wrong thing to do. If we think that the driver changes won't > actually be ready for the merge window, then I can drop all these > patches from thead-dt-for-next. If you're taking the binding patches, it means the driver hasn't been applied, and therefore there's not much reason to do something abnormal like this? I'm not sure what the benefit of getting the dts patches applied if the driver hasn't been accepted yet. If this is only about linux-next, and the driver /is/ going to land in v6.20 (or v7.0, w/e it ends up being), then the warnings don't warrant doing something abnormal either, as long as whatever Linus ends up with at -rc1 is clean. --+rUt8E/m7BH8j/0F Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYKAB0WIQRh246EGq/8RLhDjO14tDGHoIJi0gUCaXp0owAKCRB4tDGHoIJi 0jIUAQCPxPMJAFkFSlKYJJsayCDN1Mc4q5bLo9nBYjr8rRdXZgEAqwqLK+HYP+KJ lj2nW2S/kZbBQliNKngcF15VdRNArw8= =CbCJ -----END PGP SIGNATURE----- --+rUt8E/m7BH8j/0F--