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=unavailable 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 17FDDC433E9 for ; Wed, 27 Jan 2021 14:02:33 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D7990207A3 for ; Wed, 27 Jan 2021 14:02:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233230AbhA0OCV (ORCPT ); Wed, 27 Jan 2021 09:02:21 -0500 Received: from mail-ot1-f52.google.com ([209.85.210.52]:33026 "EHLO mail-ot1-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232650AbhA0OAz (ORCPT ); Wed, 27 Jan 2021 09:00:55 -0500 Received: by mail-ot1-f52.google.com with SMTP id 63so1743850oty.0; Wed, 27 Jan 2021 06:00:39 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:in-reply-to:references:subject:date :message-id; bh=h/XP4S0QrgFu5lhfiNjNNTiDPvZSTXVhFOBBdSSJhI0=; b=C89ygd9sjCLcEgKX0k+phEmwX1UAZMBnc605QIyNAY5zt3B7ubmE3BczQjBLErSqyI b+xqh/ec7LlM/jodXS/etFG+gkN/1DLIvalWf5zOcmsLFJOK/9WVVO14fbP9SZfvg+b0 s/0QEqr7ShFRHWhJSVU5otQsSEBXJDIEvuiu3MBHENfS8FssumbPtjM22w+R0Pv+ylI6 YdvHyTxF4VwyMLCwduPY1GFbFjKohMleEHh8TzIUThohEhQsPjt278mJSfs11El7hscd vzwVL5j3T216N/6FIkwqEmPkECgMGKd9uveCTXYC6O7TnhQwY3gOEc+9ua7RVZL2HRVa nx4g== X-Gm-Message-State: AOAM533h5pgsRIdRJADJckCupcdAH3cNCk8IKW3AL//7/aGcqYFsR+lA yaJn1aIOsCxnt46L/NHYsg== X-Google-Smtp-Source: ABdhPJwG1SJ4BiGFh1W5LAqX7QPY43/jyoKNzbqEUEzFLpeeFKXUzWOwYN3vIUuV4fazsG3ZMdt8tg== X-Received: by 2002:a9d:5cc3:: with SMTP id r3mr8293768oti.286.1611756013636; Wed, 27 Jan 2021 06:00:13 -0800 (PST) Received: from robh.at.kernel.org (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id w11sm375352otl.13.2021.01.27.06.00.11 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 27 Jan 2021 06:00:12 -0800 (PST) Received: (nullmailer pid 1429681 invoked by uid 1000); Wed, 27 Jan 2021 14:00:11 -0000 From: Rob Herring To: mgross@linux.intel.com Cc: jassisinghbrar@gmail.com, palmerdabbelt@google.com, dragan.cvetic@xilinx.com, devicetree@vger.kernel.org, arnd@arndb.de, paul.walmsley@sifive.com, robh+dt@kernel.org, Daniele Alessandrelli , gregkh@linuxfoundation.org, markgross@kernel.org, corbet@lwn.net, damien.lemoal@wdc.com, Paul Murphy , bp@suse.de, peng.fan@nxp.com, shawnguo@kernel.org, linux-kernel@vger.kernel.org In-Reply-To: <20210126054036.61587-7-mgross@linux.intel.com> References: <20210126054036.61587-1-mgross@linux.intel.com> <20210126054036.61587-7-mgross@linux.intel.com> Subject: Re: [PATCH v3 06/34] dt-bindings: Add bindings for Keem Bay VPU IPC driver Date: Wed, 27 Jan 2021 08:00:11 -0600 Message-Id: <1611756011.180359.1429680.nullmailer@robh.at.kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 25 Jan 2021 21:40:08 -0800, mgross@linux.intel.com wrote: > From: Paul Murphy > > Add DT bindings documentation for the Keem Bay VPU IPC driver. > > Cc: Rob Herring > Cc: devicetree@vger.kernel.org > Reviewed-by: Mark Gross > Signed-off-by: Paul Murphy > Co-developed-by: Daniele Alessandrelli > Signed-off-by: Daniele Alessandrelli > --- > .../soc/intel/intel,keembay-vpu-ipc.yaml | 153 ++++++++++++++++++ > 1 file changed, 153 insertions(+) > create mode 100644 Documentation/devicetree/bindings/soc/intel/intel,keembay-vpu-ipc.yaml > My bot found errors running 'make dt_binding_check' on your patch: yamllint warnings/errors: ./Documentation/devicetree/bindings/soc/intel/intel,keembay-vpu-ipc.yaml:21:9: [warning] wrong indentation: expected 10 but found 8 (indentation) dtschema/dtc warnings/errors: See https://patchwork.ozlabs.org/patch/1432168 This check can fail if there are any dependencies. The base for a patch series is generally the most recent rc1. If you already ran 'make dt_binding_check' and didn't see the above error(s), then make sure 'yamllint' is installed and dt-schema is up to date: pip3 install dtschema --upgrade Please check and re-submit.