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=-15.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 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 83396C433E0 for ; Sat, 30 Jan 2021 02:48:45 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 46ABD64DBD for ; Sat, 30 Jan 2021 02:48:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233110AbhA3CRr (ORCPT ); Fri, 29 Jan 2021 21:17:47 -0500 Received: from mga02.intel.com ([134.134.136.20]:12827 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232821AbhA3CJZ (ORCPT ); Fri, 29 Jan 2021 21:09:25 -0500 IronPort-SDR: /cF0H4Z0MlrNtwdv2I+aa0+jpWA1i5Eoq6qnDKT7BCQx7/SUqwsBo+TK1saInZNbmbXrYkrudV 9XIsET9DEnpw== X-IronPort-AV: E=McAfee;i="6000,8403,9879"; a="167605832" X-IronPort-AV: E=Sophos;i="5.79,387,1602572400"; d="scan'208";a="167605832" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Jan 2021 18:02:46 -0800 IronPort-SDR: m/mcp0N18j5yhMSa+q+nLGaZ/bnCFViXiFmTxASqO5WF15v/IwH9bV5BEq3NzLSlO+Ve85RJuy c7txI1PY8vmQ== X-IronPort-AV: E=Sophos;i="5.79,387,1602572400"; d="scan'208";a="365581015" Received: from smtp.ostc.intel.com ([10.54.29.231]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Jan 2021 18:02:45 -0800 Received: from localhost (mtg-dev.jf.intel.com [10.54.74.10]) by smtp.ostc.intel.com (Postfix) with ESMTP id 20F016365; Fri, 29 Jan 2021 18:02:45 -0800 (PST) Date: Fri, 29 Jan 2021 18:02:45 -0800 From: mark gross To: Rob Herring Cc: mgross@linux.intel.com, 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 Subject: Re: [PATCH v3 06/34] dt-bindings: Add bindings for Keem Bay VPU IPC driver Message-ID: <20210130020245.GA63583@linux.intel.com> Reply-To: mgross@linux.intel.com References: <20210126054036.61587-1-mgross@linux.intel.com> <20210126054036.61587-7-mgross@linux.intel.com> <1611756011.180359.1429680.nullmailer@robh.at.kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1611756011.180359.1429680.nullmailer@robh.at.kernel.org> User-Agent: Mutt/1.9.4 (2018-02-28) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jan 27, 2021 at 08:00:11AM -0600, Rob Herring wrote: > 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: fixed. > > 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. >