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 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 5592EC4338F for ; Thu, 19 Aug 2021 12:49:30 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3380F6112D for ; Thu, 19 Aug 2021 12:49:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239682AbhHSMuF (ORCPT ); Thu, 19 Aug 2021 08:50:05 -0400 Received: from mail-oi1-f182.google.com ([209.85.167.182]:33643 "EHLO mail-oi1-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238389AbhHSMtt (ORCPT ); Thu, 19 Aug 2021 08:49:49 -0400 Received: by mail-oi1-f182.google.com with SMTP id n27so8472633oij.0; Thu, 19 Aug 2021 05:49:13 -0700 (PDT) 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=zg3VPS1fKrsY8XB+1ftfUYl3cw7kXB5wzWtSZiId8do=; b=Xz56Q8h7v4rJm5oVh6i6WU6SdWmDFcX1yS9Y45J4FmuxofAxdEp9i5tXMPxaR4GuNM MLsCMjf9uVxuO82qHM00MOSXnNfxL/B1YhxyfOUF3+r3F3b2pQSd/TyhMR4BSvaH945A wqd9A3RvjE7E+lRJRvq2TzOhPaH4gF/nX84mdZN/4c42sIKwHDcvvwlwxSVMyb8XcYGO m4wsSxJb+xj8zC+a4E9H5N4vw2XRnJfC6v8vsS6pEYTDONDaFXD+h6YSlyundjHU+Yd5 KtQvQVdS6s2zrsVCyoLGCfFtLfHK+BsTqf+2jIdiZAxWgMcvWAhfVLXGQnoMOayPJdiK 6LAA== X-Gm-Message-State: AOAM531tBtNAET+oOia/xpwk/oXvWuccWebpdo2mryGxViieqsB0BT/P G8K18+4ttgeswoKJT9iXzA== X-Google-Smtp-Source: ABdhPJxasodywzNSc6uJ4iwV43paF2LoulLSjp2aRVVDaH0jW5MB4naam6DRVd0hfPm4uL/TRc+LWA== X-Received: by 2002:a05:6808:1390:: with SMTP id c16mr2490439oiw.123.1629377352689; Thu, 19 Aug 2021 05:49:12 -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 m16sm546305oop.3.2021.08.19.05.49.11 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 19 Aug 2021 05:49:12 -0700 (PDT) Received: (nullmailer pid 288211 invoked by uid 1000); Thu, 19 Aug 2021 12:49:09 -0000 From: Rob Herring To: Chia-Wei Wang Cc: devicetree@vger.kernel.org, andrew@aj.id.au, linux-kernel@vger.kernel.org, openbmc@lists.ozlabs.org, linux-aspeed@lists.ozlabs.org, ryan_chen@aspeedtech.com, joel@jms.id.au, robh+dt@kernel.org, linux-arm-kernel@lists.infradead.org In-Reply-To: <20210819080040.31242-2-chiawei_wang@aspeedtech.com> References: <20210819080040.31242-1-chiawei_wang@aspeedtech.com> <20210819080040.31242-2-chiawei_wang@aspeedtech.com> Subject: Re: [PATCH v2 1/5] dt-bindings: aspeed: Add eSPI controller Date: Thu, 19 Aug 2021 07:49:09 -0500 Message-Id: <1629377349.157361.288210.nullmailer@robh.at.kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 19 Aug 2021 16:00:36 +0800, Chia-Wei Wang wrote: > Add dt-bindings for Aspeed eSPI controller > > Signed-off-by: Chia-Wei Wang > --- > .../devicetree/bindings/soc/aspeed/espi.yaml | 158 ++++++++++++++++++ > 1 file changed, 158 insertions(+) > create mode 100644 Documentation/devicetree/bindings/soc/aspeed/espi.yaml > My bot found errors running 'make DT_CHECKER_FLAGS=-m dt_binding_check' on your patch (DT_CHECKER_FLAGS is new in v5.13): yamllint warnings/errors: dtschema/dtc warnings/errors: Error: Documentation/devicetree/bindings/soc/aspeed/espi.example.dts:35.35-36 syntax error FATAL ERROR: Unable to parse input tree make[1]: *** [scripts/Makefile.lib:380: Documentation/devicetree/bindings/soc/aspeed/espi.example.dt.yaml] Error 1 make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:1419: dt_binding_check] Error 2 doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/patch/1518493 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. 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 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 09EF2C4338F for ; Thu, 19 Aug 2021 12:49:52 +0000 (UTC) Received: from lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (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 9B5A16112D for ; Thu, 19 Aug 2021 12:49:51 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 9B5A16112D Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.ozlabs.org Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4Gr4NY5y6Tz3cHm for ; Thu, 19 Aug 2021 22:49:49 +1000 (AEST) Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gmail.com (client-ip=209.85.167.170; helo=mail-oi1-f170.google.com; envelope-from=robherring2@gmail.com; receiver=) Received: from mail-oi1-f170.google.com (mail-oi1-f170.google.com [209.85.167.170]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4Gr4My4fs7z306F; Thu, 19 Aug 2021 22:49:17 +1000 (AEST) Received: by mail-oi1-f170.google.com with SMTP id t35so8337325oiw.9; Thu, 19 Aug 2021 05:49:17 -0700 (PDT) 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=zg3VPS1fKrsY8XB+1ftfUYl3cw7kXB5wzWtSZiId8do=; b=D/4qTcnhX6+9VEYY287AlyKxHPWThX1PGxphJBH6YBgFtkrRqfcVkKHX/NHDXhA8Hi jtaBhWV+JxxfTk7D9djMXuxufdMNM3rVs+uYnOJoXToBfVC2KPx54jhsxyQVbNiJs26I 4oEt2lTO9LsfFX7xSlqfB4Z1br/QP2NDOUgNSaEVHMFeKzZbQNOwtw6om+SsY+Co+o2U t37YD+YVjn/WH9wGM89FyMg/P2StlOO1CdLi7IlG1kJIIxjHGOhEdFK28WBwmwNXzmQB MEZ1x5bY8V7+BBicK3+adWAg4HXMxo3B1QTmKnAXwfWEGQ0aDm4dWf0BLUwPAFhF789F uY5w== X-Gm-Message-State: AOAM530c2YRDCqabAPNu0lo4G11deKDy2/B7ufMkev01H3TwGRNZUfEu JnQLe4nL0SdhuPm0V9ytcQ== X-Google-Smtp-Source: ABdhPJxasodywzNSc6uJ4iwV43paF2LoulLSjp2aRVVDaH0jW5MB4naam6DRVd0hfPm4uL/TRc+LWA== X-Received: by 2002:a05:6808:1390:: with SMTP id c16mr2490439oiw.123.1629377352689; Thu, 19 Aug 2021 05:49:12 -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 m16sm546305oop.3.2021.08.19.05.49.11 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 19 Aug 2021 05:49:12 -0700 (PDT) Received: (nullmailer pid 288211 invoked by uid 1000); Thu, 19 Aug 2021 12:49:09 -0000 From: Rob Herring To: Chia-Wei Wang In-Reply-To: <20210819080040.31242-2-chiawei_wang@aspeedtech.com> References: <20210819080040.31242-1-chiawei_wang@aspeedtech.com> <20210819080040.31242-2-chiawei_wang@aspeedtech.com> Subject: Re: [PATCH v2 1/5] dt-bindings: aspeed: Add eSPI controller Date: Thu, 19 Aug 2021 07:49:09 -0500 Message-Id: <1629377349.157361.288210.nullmailer@robh.at.kernel.org> X-BeenThere: openbmc@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Development list for OpenBMC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, ryan_chen@aspeedtech.com, linux-aspeed@lists.ozlabs.org, andrew@aj.id.au, openbmc@lists.ozlabs.org, linux-kernel@vger.kernel.org, robh+dt@kernel.org, linux-arm-kernel@lists.infradead.org Errors-To: openbmc-bounces+openbmc=archiver.kernel.org@lists.ozlabs.org Sender: "openbmc" On Thu, 19 Aug 2021 16:00:36 +0800, Chia-Wei Wang wrote: > Add dt-bindings for Aspeed eSPI controller > > Signed-off-by: Chia-Wei Wang > --- > .../devicetree/bindings/soc/aspeed/espi.yaml | 158 ++++++++++++++++++ > 1 file changed, 158 insertions(+) > create mode 100644 Documentation/devicetree/bindings/soc/aspeed/espi.yaml > My bot found errors running 'make DT_CHECKER_FLAGS=-m dt_binding_check' on your patch (DT_CHECKER_FLAGS is new in v5.13): yamllint warnings/errors: dtschema/dtc warnings/errors: Error: Documentation/devicetree/bindings/soc/aspeed/espi.example.dts:35.35-36 syntax error FATAL ERROR: Unable to parse input tree make[1]: *** [scripts/Makefile.lib:380: Documentation/devicetree/bindings/soc/aspeed/espi.example.dt.yaml] Error 1 make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:1419: dt_binding_check] Error 2 doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/patch/1518493 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. 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.7 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS 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 ABCE1C4338F for ; Thu, 19 Aug 2021 12:51:36 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 708B5610FF for ; Thu, 19 Aug 2021 12:51:36 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 708B5610FF Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:List-Subscribe:List-Help: List-Post:List-Archive:List-Unsubscribe:List-Id:Message-Id:Date:Subject: References:In-Reply-To:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=4UWPWq35cSY/mUX+jk/RG2bZbYdcFQ4O+9fAubonVVo=; b=FsjWO1roK3ieSG RKvWXfnVSSUuvKxnWr0yG/IsCpRw5YxqJJf+VaGV2RogoFfinzGmSUcKnq71C7bVaqkAu1fvU+Tke OXjtBj3d4cBdvbXKpNv8dIhtxojk2ajmeNl90jJCfgbL/MBExROzTxNnx33GgBfatF9+THkn3XPKJ JBwhabfqywi+PkKzp6FeTxWdDsdr4W2JaMGloNIj6PdU2WymURGO/s2OKqEoSeHh7WHypZ7csc3Wg k03mkmyS3hvedidklrsj6zGErZAl3AEoQM8rr0X+t+EdATMRG0DaydODGFVqma+qam46K2FkfWXty mxhDDQySd+98S4h6gVsA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mGhUC-008Nuz-Kc; Thu, 19 Aug 2021 12:49:32 +0000 Received: from mail-oi1-f177.google.com ([209.85.167.177]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mGhTt-008NqZ-W1 for linux-arm-kernel@lists.infradead.org; Thu, 19 Aug 2021 12:49:21 +0000 Received: by mail-oi1-f177.google.com with SMTP id bf25so8337536oib.10 for ; Thu, 19 Aug 2021 05:49:13 -0700 (PDT) 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=zg3VPS1fKrsY8XB+1ftfUYl3cw7kXB5wzWtSZiId8do=; b=Y/FTmHTY3GUxhf7fg/n0uotk/R0rKBPftcHYFWPVW6sahTmqfRBx0QnqEqzVc4+y3G MhYyLB2ZxpDcxzNLytmMj55YPiqcVwW/8hKDrk3VHY/tjnApGxdAoED3oJNql+sNiJyd ECewaWM0dCBKQL7eCQpb1+IoTgyNtSqVl03y+xesn1KOi05yDx1tmVQbPdreWmy8CCr1 NNioWIB7375dftf1RyTAJgifM+BhvEFXlGMlxdvY7R1+XQPUh7IS0rE4FG2hsgnUpXbi 0+LoPMDZ/jSep/fVdfy8IQoMUBcsI+nmzdEFE030CbBRmk8vfhJipUo56BfVenCd3uEb vCKQ== X-Gm-Message-State: AOAM532RgGSSXlA2i8f2f9kpELEO8LPrJimUUn8JT/IOvGYtei9nBaTw 4qGZOItbwtREtjhqm8RltO2T9d/XCA== X-Google-Smtp-Source: ABdhPJxasodywzNSc6uJ4iwV43paF2LoulLSjp2aRVVDaH0jW5MB4naam6DRVd0hfPm4uL/TRc+LWA== X-Received: by 2002:a05:6808:1390:: with SMTP id c16mr2490439oiw.123.1629377352689; Thu, 19 Aug 2021 05:49:12 -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 m16sm546305oop.3.2021.08.19.05.49.11 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 19 Aug 2021 05:49:12 -0700 (PDT) Received: (nullmailer pid 288211 invoked by uid 1000); Thu, 19 Aug 2021 12:49:09 -0000 From: Rob Herring To: Chia-Wei Wang Cc: devicetree@vger.kernel.org, andrew@aj.id.au, linux-kernel@vger.kernel.org, openbmc@lists.ozlabs.org, linux-aspeed@lists.ozlabs.org, ryan_chen@aspeedtech.com, joel@jms.id.au, robh+dt@kernel.org, linux-arm-kernel@lists.infradead.org In-Reply-To: <20210819080040.31242-2-chiawei_wang@aspeedtech.com> References: <20210819080040.31242-1-chiawei_wang@aspeedtech.com> <20210819080040.31242-2-chiawei_wang@aspeedtech.com> Subject: Re: [PATCH v2 1/5] dt-bindings: aspeed: Add eSPI controller Date: Thu, 19 Aug 2021 07:49:09 -0500 Message-Id: <1629377349.157361.288210.nullmailer@robh.at.kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210819_054914_068441_D41D64E4 X-CRM114-Status: GOOD ( 13.59 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, 19 Aug 2021 16:00:36 +0800, Chia-Wei Wang wrote: > Add dt-bindings for Aspeed eSPI controller > > Signed-off-by: Chia-Wei Wang > --- > .../devicetree/bindings/soc/aspeed/espi.yaml | 158 ++++++++++++++++++ > 1 file changed, 158 insertions(+) > create mode 100644 Documentation/devicetree/bindings/soc/aspeed/espi.yaml > My bot found errors running 'make DT_CHECKER_FLAGS=-m dt_binding_check' on your patch (DT_CHECKER_FLAGS is new in v5.13): yamllint warnings/errors: dtschema/dtc warnings/errors: Error: Documentation/devicetree/bindings/soc/aspeed/espi.example.dts:35.35-36 syntax error FATAL ERROR: Unable to parse input tree make[1]: *** [scripts/Makefile.lib:380: Documentation/devicetree/bindings/soc/aspeed/espi.example.dt.yaml] Error 1 make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:1419: dt_binding_check] Error 2 doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/patch/1518493 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. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel