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=-14.0 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 47F54C433B4 for ; Wed, 5 May 2021 23:01:12 +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 F3954613BF for ; Wed, 5 May 2021 23:01:11 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org F3954613BF 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 7498D6EC7B; Wed, 5 May 2021 23:01:11 +0000 (UTC) Received: from mail-oi1-f182.google.com (mail-oi1-f182.google.com [209.85.167.182]) by gabe.freedesktop.org (Postfix) with ESMTPS id 25CFF6EC7B for ; Wed, 5 May 2021 23:01:10 +0000 (UTC) Received: by mail-oi1-f182.google.com with SMTP id c3so3687226oic.8 for ; Wed, 05 May 2021 16:01:10 -0700 (PDT) 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; bh=2t7KI7LfK5f/FnHiV9rDrMTIJlm24ZGWJejB3IMlcwI=; b=C/InVUveC//tdGleD7wc6XhKihWhQHDUdc1UeeA7hMGniAWvjHyFYrInxGJV9c5Z0n DDd1Yfktnu5FfGK2zrchKIOJR2FtogTIKnuI1ca9o8O6vws620fNshDsWtuXpRuKC173 rX0Hf8eLo1uofrOYOrU30sn3ED97qNYnQGDFjG6lH8OVJp44X2npkhOobDruCm0w8y52 9HFI4AQze1o50NB9yyomDD84grMbAU0/C8Yp7HdBCkHjj/2f71V1E3r9I4MDmdtTgX0P Q8lQs87PxLc1ZwjnS6qWW9uwg4z/OIURsrHnfJ4Fiu0noTaJL6B6y1AhMlJInrieVEX3 kraw== X-Gm-Message-State: AOAM5302dFkt/CpGQylfYX8BY6kWeVSnhAsfJcjKqfbY1CX84FxoiAc8 rPZPG5UbJmda9nPg6B4j+g== X-Google-Smtp-Source: ABdhPJwqSOXRvGO7rMRB/1QA3ZzGYWjxV1j2PQ/ar6QmazCIHQeBzFb80UuwGfZaOP8RQ6MfH1OcLA== X-Received: by 2002:aca:48d5:: with SMTP id v204mr8307187oia.7.1620255669496; Wed, 05 May 2021 16:01:09 -0700 (PDT) Received: from robh.at.kernel.org (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id m67sm190792otm.69.2021.05.05.16.01.07 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 05 May 2021 16:01:08 -0700 (PDT) Received: (nullmailer pid 3001472 invoked by uid 1000); Wed, 05 May 2021 23:01:06 -0000 Date: Wed, 5 May 2021 18:01:06 -0500 From: Rob Herring To: Sebastian Reichel Subject: Re: [PATCHv2 3/5] dt-bindings: vendor-prefixes: add congatec Message-ID: <20210505230106.GA3001442@robh.at.kernel.org> References: <20210428222953.235280-1-sebastian.reichel@collabora.com> <20210428222953.235280-4-sebastian.reichel@collabora.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210428222953.235280-4-sebastian.reichel@collabora.com> 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-rtc@vger.kernel.org, devicetree@vger.kernel.org, Alexandre Belloni , Pengutronix Kernel Team , Saravana Kannan , Alessandro Zummo , David Airlie , Shawn Guo , Sascha Hauer , linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, Rob Herring , linux-mtd@lists.infradead.org, NXP Linux Team , Miquel Raynal , kernel@collabora.com, linux-arm-kernel@lists.infradead.org Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Thu, 29 Apr 2021 00:29:51 +0200, Sebastian Reichel wrote: > Document binding for congatec. > > Signed-off-by: Sebastian Reichel > --- > Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ > 1 file changed, 2 insertions(+) > Acked-by: Rob Herring