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=-9.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SIGNED_OFF_BY,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 51AB7C433DF for ; Fri, 22 May 2020 22:47:38 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2B2C4204EA for ; Fri, 22 May 2020 22:47:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1590187658; bh=5hfFawpXKpCIutTjpG9U4GCILvuIjBPoHRWtulw0l8c=; h=References:In-Reply-To:From:Date:Subject:To:Cc:List-ID:From; b=vku7NCXPxuAUukJ4YFjEkjFPJz7RIndEg4JuI1iPBuNLVVDfmGfr1idQcAhOpo6bG AvtnIwnhKPImyw8QjCrBDYVrJp3P8aHHF84nb0nenRTiFwayJQJSDxhv4MQkZl+Odg n4t9sFJu8aBREXgMPBLWk96sN1t1OKnICSjC1wX0= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731285AbgEVWre (ORCPT ); Fri, 22 May 2020 18:47:34 -0400 Received: from mail.kernel.org ([198.145.29.99]:55986 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731223AbgEVWre (ORCPT ); Fri, 22 May 2020 18:47:34 -0400 Received: from mail-oo1-f52.google.com (mail-oo1-f52.google.com [209.85.161.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 73FE720812; Fri, 22 May 2020 22:47:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1590187653; bh=5hfFawpXKpCIutTjpG9U4GCILvuIjBPoHRWtulw0l8c=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=JuwbAV7rthezSwZ6bubdRj8+FUWIO64x4TTlohWp7xFl/QLYqMtzV6y+BqfagCib8 4pbFX2FRyQsWb8qmmtUEgdsAmiWs7cOJkvOrt02J+a9viVUk/kQ7QAvXJKWO74muv8 N3ENYsEw/WqnBRjs1DK91rQaiAN+qPgPxbia76FM= Received: by mail-oo1-f52.google.com with SMTP id z6so2502429ooz.3; Fri, 22 May 2020 15:47:33 -0700 (PDT) X-Gm-Message-State: AOAM531Uzz0kh6dKIB0zm49roaGuhXvX3dc8+8sfjkPVSkaVyBGWhz/T Tz32+3bE9UKXYNTd3pl+P/zmEAIYYhR8qMJONA== X-Google-Smtp-Source: ABdhPJxaHHJNI0SXO4KjlnRK9YfXoFEB9IMHVZp7IAtsCVAsNspsWHvXuCKHPqC0HjG6YargWTUGM/jccxuGbhpguqs= X-Received: by 2002:a4a:3790:: with SMTP id r138mr4741311oor.81.1590187652677; Fri, 22 May 2020 15:47:32 -0700 (PDT) MIME-Version: 1.0 References: <20200522113312.181413-1-tali.perry1@gmail.com> <20200522113312.181413-2-tali.perry1@gmail.com> <20200522224217.GA847856@bogus> In-Reply-To: <20200522224217.GA847856@bogus> From: Rob Herring Date: Fri, 22 May 2020 16:47:21 -0600 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v13 1/3] dt-bindings: i2c: npcm7xx: add NPCM I2C controller To: Tali Perry Cc: "linux-kernel@vger.kernel.org" , devicetree@vger.kernel.org, kfting@nuvoton.com, Benjamin Fair , Avi Fishman , Nancy Yuen , Andy Shevchenko , OpenBMC Maillist , Tomer Maimon , Linux I2C , "moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" , Wolfram Sang , Brendan Higgins , Patrick Venture , Ofer Yehielli Content-Type: text/plain; charset="UTF-8" Sender: linux-i2c-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-i2c@vger.kernel.org On Fri, May 22, 2020 at 4:42 PM Rob Herring wrote: > > On Fri, 22 May 2020 14:33:10 +0300, Tali Perry wrote: > > Added device tree binding documentation for Nuvoton BMC > > NPCM I2C controller. > > > > Signed-off-by: Tali Perry > > --- > > .../bindings/i2c/nuvoton,npcm7xx-i2c.yaml | 60 +++++++++++++++++++ > > 1 file changed, 60 insertions(+) > > create mode 100644 Documentation/devicetree/bindings/i2c/nuvoton,npcm7xx-i2c.yaml > > > > > My bot found errors running 'make dt_binding_check' on your patch: > > Error: Documentation/devicetree/bindings/i2c/nuvoton,npcm7xx-i2c.example.dts:22.28-29 syntax error > FATAL ERROR: Unable to parse input tree > scripts/Makefile.lib:312: recipe for target 'Documentation/devicetree/bindings/i2c/nuvoton,npcm7xx-i2c.example.dt.yaml' failed > make[1]: *** [Documentation/devicetree/bindings/i2c/nuvoton,npcm7xx-i2c.example.dt.yaml] Error 1 > make[1]: *** Waiting for unfinished jobs.... > Makefile:1300: recipe for target 'dt_binding_check' failed > make: *** [dt_binding_check] Error 2 > > See https://patchwork.ozlabs.org/patch/1296162 > > If you already ran 'make dt_binding_check' and didn't see the above > error(s), then make sure dt-schema is up to date: > > pip3 install git+https://github.com/devicetree-org/dt-schema.git@master --upgrade > > Please check and re-submit. Why do you keep sending new versions with the same problem? It won't get reviewed until this is fixed. This isn't a free automated service to throw things at to see if they work. I have to review the failures. Rob