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 C2BC828E13 for ; Fri, 6 Oct 2023 16:32:27 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="UXJCdlAl" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 753EFC433CA; Fri, 6 Oct 2023 16:32:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1696609947; bh=NDEwZEYLQ59+Tkgi6iv1hJHJNcEJX3Z7ZfJpnF3P5zc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=UXJCdlAlBzbyfAkmXfhJXArXmwSjjV6y66rUWUvfTlkM1BkC8gam/0gKJ42kcCVHk HdKJftOxttOBweofKlbzZUg1WW6TF2tgLJbog5q7lFNZ1AMD7qJaEHfIDCfDvZgj8V Jt28nW3v/yBXM38cwYOv3pcCTC9noG9fbVI95nWtr/c8uahO2Ks/5OYgoYDHKrl1ZJ OAE0TVYXXPW5aYVaZjPanH/24oyYA24YPZUcXsIdhNzoDW6ilXskkwuXtLWCN9MckD 8EGDK9A1TtIIqi3mljdXgIPjVMiuuY0OG/0UwZqg5neIkZXPUvy/o/2xs8g/+4nDXr 0bv32emaRSBWQ== Received: (nullmailer pid 4040234 invoked by uid 1000); Fri, 06 Oct 2023 16:32:24 -0000 Date: Fri, 6 Oct 2023 11:32:24 -0500 From: Rob Herring To: Gregory CLEMENT Cc: Thomas Petazzoni , Rob Herring , Thomas Bogendoerfer , Vladimir Kondratiev , Krzysztof Kozlowski , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Tawfik Bayouk , Paul Burton , Alexandre Belloni , linux-mips@vger.kernel.org, =?iso-8859-1?Q?Th=E9o?= Lebrun Subject: Re: [PATCH 04/11] dt-bindings: Add vendor prefix for Mobileye Vision Technologies Ltd. Message-ID: <169660994413.4040194.1023410875399068071.robh@kernel.org> References: <20231004161038.2818327-1-gregory.clement@bootlin.com> <20231004161038.2818327-5-gregory.clement@bootlin.com> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231004161038.2818327-5-gregory.clement@bootlin.com> On Wed, 04 Oct 2023 18:10:31 +0200, Gregory CLEMENT wrote: > Mobileye Vision Technologies Ltd. is a company developing autonomous > driving technologies and advanced driver-assistance systems (ADAS) > including cameras, computer chips and software. > > Signed-off-by: Gregory CLEMENT > --- > Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ > 1 file changed, 2 insertions(+) > Acked-by: Rob Herring