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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 7AB47C433F5 for ; Wed, 9 Feb 2022 03:07:21 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id B010310E1CF; Wed, 9 Feb 2022 03:07:20 +0000 (UTC) Received: from mail-oi1-f179.google.com (mail-oi1-f179.google.com [209.85.167.179]) by gabe.freedesktop.org (Postfix) with ESMTPS id 57C1410E1CF for ; Wed, 9 Feb 2022 03:07:19 +0000 (UTC) Received: by mail-oi1-f179.google.com with SMTP id u3so1134989oiv.12 for ; Tue, 08 Feb 2022 19:07:19 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=4zK4mNlft0YSBrS1EUUtnZ1eiCxH6p/RVKxlEycE1ok=; b=KAWgdRd9BWiRgo5R1CNWrsaU7+nyFS1Utekh0tU039Q3fe1qoF3ONggXHgHrKv8zHW yMQMc7z2BGAFbLY6fDZCozou7zCc/mhng8WeSKRO3LuekHi0kV9fFYcDc8vtSebPqt48 qRt3BMWSJSMRCYC8CwohWnCYF1tfHgFbNBGhK5mNkVeK0ATDJ6q/DKUGsWqBzQLCefKZ nTjQe9+AimAh/rLU5RCPzRvuAuVLsS71c52v0jD2l6uPFfEeELIGU0i/Kglnc6fQo2Xk uicJVF1/y6CAJ/WSEvc3A8jgWJq1rgkLF/mSUt9wn1W/RpltyFj3lcIi82RwooZvmh7m XFZw== X-Gm-Message-State: AOAM5306EtxY0/g+PlzV1x1CjQdfjQYFYMfY7oEOdUtpyiftDLY7ga7e y/CVlgEubJah0JugE43M7A== X-Google-Smtp-Source: ABdhPJxVQa/OMB3jeFEviv/+OHHc5hTS47P1H6zGuk+DV0L87x8EQ3rVWsVnMJo7VRW3gI2yQeavOg== X-Received: by 2002:a05:6808:158b:: with SMTP id t11mr435650oiw.250.1644376038421; Tue, 08 Feb 2022 19:07:18 -0800 (PST) Received: from robh.at.kernel.org (66-90-148-213.dyn.grandenetworks.net. [66.90.148.213]) by smtp.gmail.com with ESMTPSA id g34sm6140107ooi.48.2022.02.08.19.07.17 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 08 Feb 2022 19:07:17 -0800 (PST) Received: (nullmailer pid 3547540 invoked by uid 1000); Wed, 09 Feb 2022 03:07:16 -0000 Date: Tue, 8 Feb 2022 21:07:16 -0600 From: Rob Herring To: Caleb Connolly Subject: Re: [PATCH 5/6] dt-bindings: vendor-prefixes: add vendor prefix for SHIFT Message-ID: References: <20220123173650.290349-6-caleb@connolly.tech> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220123173650.290349-6-caleb@connolly.tech> X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-input@vger.kernel.org, Tony Luck , Henrik Rydberg , Harigovindan P , David Airlie , linux-arm-msm@vger.kernel.org, dri-devel@lists.freedesktop.org, Dmitry Torokhov , linux-kernel@vger.kernel.org, Rob Herring , Bjorn Andersson , Alexander Martinz , devicetree@vger.kernel.org, Thierry Reding , Anton Vorontsov , Colin Cross , Andy Gross , Sam Ravnborg , Kees Cook Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Sun, 23 Jan 2022 17:38:08 +0000, Caleb Connolly wrote: > Add SHIFT vendor prefix, SHIFT make various devices such as the SHIF6mq > phone. > > Signed-off-by: Caleb Connolly > --- > Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ > 1 file changed, 2 insertions(+) > Acked-by: Rob Herring