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=-5.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 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 93049C43603 for ; Fri, 13 Dec 2019 23:27:33 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 6D00D205C9 for ; Fri, 13 Dec 2019 23:27:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1576279653; bh=sKszG99nwinMuvGshQ51xmMSwl7JdG7SQDBkCt/YiYo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=a259ud8E1BfiClPNo7vNqTokPFt80rerdyECG3+MZxtavgay4Hl7EqVCc/m1U/jel lRkscAOqzT/cPJ/xmLH0QLZn5GyOhux42Qlwgv/nW0myftsTByjY8T2Q5+kRwTahkj WZ/oDgWaUGfzVtQwms8KjiHAqcmHGzDKOQYoPb+w= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726704AbfLMX1d (ORCPT ); Fri, 13 Dec 2019 18:27:33 -0500 Received: from mail-ot1-f67.google.com ([209.85.210.67]:39170 "EHLO mail-ot1-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726638AbfLMX1c (ORCPT ); Fri, 13 Dec 2019 18:27:32 -0500 Received: by mail-ot1-f67.google.com with SMTP id 77so1041716oty.6; Fri, 13 Dec 2019 15:27:32 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=S4bPNr6OBo/g9aqwSLy55ENKU+9zI0oQQiPkpLV/Jps=; b=kDqM1Ds/KcbFY/FLOQMpfQNYXvlaCBFdAI5dTBYv7jl8cldiPg0QU/xC5eNgZUPkJn Lqtdto0UF48upbGUJxk+VgGu3GMLd82tzm8T9owHr3buRb5IanxPxM+5MF9dkcytBDB7 SYmr801XCHUmR76nVksgwu4F4q9VnmXHEMmRneYrt8TzaVt3g+ddx2D21jyWEg84r2fN gCpDS1QDDwLNmEmUog2g2YG6emzAo88mubdP9AjSwd7P8ZxU5OdSPBlLUcaR7No8T584 nAXlu+G5lV/keLl2BIUp2vGnD10ViW0RBfIw3LFv1BReB6ss1oayMpjWZ9mV8dX19k5f kZ0g== X-Gm-Message-State: APjAAAXvCx3bvWzZ89fDwbGkXIV5OviXkOLFFIT8R1Xujm5Vgkp6mxx4 lawlT+Ygqj6N6ZttA0C09A== X-Google-Smtp-Source: APXvYqyuN0Td4+RfvGK51mEm0cUvXxHhe/hls84mHF1OL3nAxDhPeCnm798ZyCCEISzCWecbI/Th3Q== X-Received: by 2002:a9d:7999:: with SMTP id h25mr17214493otm.347.1576279652074; Fri, 13 Dec 2019 15:27:32 -0800 (PST) Received: from localhost (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id y24sm3844418oix.31.2019.12.13.15.27.31 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 13 Dec 2019 15:27:31 -0800 (PST) Date: Fri, 13 Dec 2019 17:27:30 -0600 From: Rob Herring To: Paul Cercueil Cc: Thierry Reding , Sam Ravnborg , Mark Rutland , od@zcrc.me, dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Paul Cercueil Subject: Re: [PATCH v2 1/3] dt-bindings: vendor-prefixes: Add Shenzhen Frida LCD Co., Ltd. Message-ID: <20191213232730.GA23246@bogus> References: <20191202154123.64139-1-paul@crapouillou.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191202154123.64139-1-paul@crapouillou.net> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Mon, 2 Dec 2019 16:41:21 +0100, Paul Cercueil wrote: > Add an entry for Shenzhen Frida LCD Co., Ltd. > > v2: No change > > Signed-off-by: Paul Cercueil > Acked-by: Sam Ravnborg > --- > Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ > 1 file changed, 2 insertions(+) > Acked-by: Rob Herring 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=-2.7 required=3.0 tests=MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,UNWANTED_LANGUAGE_BODY,URIBL_BLOCKED, USER_AGENT_SANE_1 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 74671C43603 for ; Fri, 13 Dec 2019 23:27:35 +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 62AC02067C for ; Fri, 13 Dec 2019 23:27:35 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 62AC02067C Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 981246EE12; Fri, 13 Dec 2019 23:27:34 +0000 (UTC) Received: from mail-ot1-f66.google.com (mail-ot1-f66.google.com [209.85.210.66]) by gabe.freedesktop.org (Postfix) with ESMTPS id CF64B6EE12 for ; Fri, 13 Dec 2019 23:27:32 +0000 (UTC) Received: by mail-ot1-f66.google.com with SMTP id o9so1069866ote.2 for ; Fri, 13 Dec 2019 15:27:32 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=S4bPNr6OBo/g9aqwSLy55ENKU+9zI0oQQiPkpLV/Jps=; b=WRI1lO8/AqntsTaTeXjDa+pxTconx4sSFx9mw4SYcFo2bS6ywuj+H9s5paRr9MOPxR SgXK3yhys++6yTUNuOisUsqjG3ZuC3CyeKe37J/EVKfq9t6dtBier6BLzkP8owoRoIxX 1wMDjVbhWIf8nPYvoOr9uGbV62B1E7QaOrMHwtzjUzvDnFbKo4iWxdUYC/j+G8TyH9Zj HMPKgvl9AqjgM2b/v1aeu9lQ0k7IOmoJGitWwim8EnOCau2pQmTVCKo/YWJ6om+gtPoY k7Mx0q+bI0CMwwlnQIDgKrF9zaMwtjVNqCXbzL+ykDFg1xZxrz/JrpP2W7PCcPCsHzD+ vAfQ== X-Gm-Message-State: APjAAAWOMRBLIpsaPBFUWZwk6AsZ1/NRhouNIr6wCM2MPhz63If8tvPK BmVjKZyPPpX8JWg4M0Umng== X-Google-Smtp-Source: APXvYqyuN0Td4+RfvGK51mEm0cUvXxHhe/hls84mHF1OL3nAxDhPeCnm798ZyCCEISzCWecbI/Th3Q== X-Received: by 2002:a9d:7999:: with SMTP id h25mr17214493otm.347.1576279652074; Fri, 13 Dec 2019 15:27:32 -0800 (PST) Received: from localhost (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id y24sm3844418oix.31.2019.12.13.15.27.31 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 13 Dec 2019 15:27:31 -0800 (PST) Date: Fri, 13 Dec 2019 17:27:30 -0600 From: Rob Herring To: Paul Cercueil Subject: Re: [PATCH v2 1/3] dt-bindings: vendor-prefixes: Add Shenzhen Frida LCD Co., Ltd. Message-ID: <20191213232730.GA23246@bogus> References: <20191202154123.64139-1-paul@crapouillou.net> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20191202154123.64139-1-paul@crapouillou.net> User-Agent: Mutt/1.10.1 (2018-07-13) 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: Mark Rutland , devicetree@vger.kernel.org, od@zcrc.me, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, Paul Cercueil , Thierry Reding , Sam Ravnborg Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Mon, 2 Dec 2019 16:41:21 +0100, Paul Cercueil wrote: > Add an entry for Shenzhen Frida LCD Co., Ltd. > > v2: No change > > Signed-off-by: Paul Cercueil > Acked-by: Sam Ravnborg > --- > Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ > 1 file changed, 2 insertions(+) > Acked-by: Rob Herring _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel