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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id C5548C43334 for ; Tue, 28 Jun 2022 13:15:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1346061AbiF1NPa (ORCPT ); Tue, 28 Jun 2022 09:15:30 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39166 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1345595AbiF1NP1 (ORCPT ); Tue, 28 Jun 2022 09:15:27 -0400 Received: from mail-il1-f175.google.com (mail-il1-f175.google.com [209.85.166.175]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F3D822CDD1; Tue, 28 Jun 2022 06:15:26 -0700 (PDT) Received: by mail-il1-f175.google.com with SMTP id o4so8111188ilm.9; Tue, 28 Jun 2022 06:15:26 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:in-reply-to:references:subject:date :message-id; bh=seJbEPSZZ1oPKMlcZ7LVvOigbkxOOLRfiPmd+7jzfLU=; b=yustL8ueACXOIGxt1g6Okbp+1/aQZ4RhgkH/GP7ZKiaj4umFEphSDPMkhmccbBjA9W ZNbVqHwVvos5zKbEPA9U7YpvbkhLmZHh0JFKp4kL9fkQT2C4LiaVkpvB9S71HbnwBk4F xvTz0RNv+ubO0uYjYHbViq7IV4FUo++7deGKEzNz1FPMsZsfCevoGI+nr7kaCrxXw0Hp kmA635gyUt5k8eawpPmBZAOgMn3VUvoX5XAe3s+sb7n81XjMplbowkEfFkOqr+R4sWPi XlUsOxKvpKhSmlNNMAC0a7F/Ud2F3JtCo5H4iKY/GTfrV++t/RByjEfSvk0qc4LS0Wg0 cOLw== X-Gm-Message-State: AJIora/hJxjVmgDW4YwuVRNIbZO8aocQ0szoiQT4R1yjdvnAQiIgtsBB +6gKs6BmhvOrtBQh43jFTg== X-Google-Smtp-Source: AGRyM1shbhhTUzPKXR6WRP7M3rKcxslLqTEYSXzXTb7Y4hsk6MgLaTL2jrtWoe2oVp+PvwnkU2STTQ== X-Received: by 2002:a05:6e02:1aaa:b0:2da:8e4b:65a5 with SMTP id l10-20020a056e021aaa00b002da8e4b65a5mr7110050ilv.71.1656422126156; Tue, 28 Jun 2022 06:15:26 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.253]) by smtp.gmail.com with ESMTPSA id x21-20020a026f15000000b00339e452c0d2sm5899953jab.82.2022.06.28.06.15.24 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 28 Jun 2022 06:15:25 -0700 (PDT) Received: (nullmailer pid 313745 invoked by uid 1000); Tue, 28 Jun 2022 13:15:23 -0000 From: Rob Herring To: Colin Foster Cc: Terry Bowman , UNGLinuxDriver@microchip.com, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, Jakub Kicinski , "David S. Miller" , Andy Shevchenko , Wolfram Sang , Andrew Lunn , Krzysztof Kozlowski , Paolo Abeni , Russell King , devicetree@vger.kernel.org, Heiner Kallweit , linux-gpio@vger.kernel.org, Rob Herring , linux-arm-kernel@lists.infradead.org, Steen Hegelund , Lee Jones , Eric Dumazet , Linus Walleij , Lars Povlsen , Vladimir Oltean In-Reply-To: <20220628081709.829811-9-colin.foster@in-advantage.com> References: <20220628081709.829811-1-colin.foster@in-advantage.com> <20220628081709.829811-9-colin.foster@in-advantage.com> Subject: Re: [PATCH v11 net-next 8/9] dt-bindings: mfd: ocelot: add bindings for VSC7512 Date: Tue, 28 Jun 2022 07:15:23 -0600 Message-Id: <1656422123.508891.313744.nullmailer@robh.at.kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org On Tue, 28 Jun 2022 01:17:08 -0700, Colin Foster wrote: > Add devicetree bindings for SPI-controlled Ocelot chips, specifically the > VSC7512. > > Signed-off-by: Colin Foster > --- > .../devicetree/bindings/mfd/mscc,ocelot.yaml | 160 ++++++++++++++++++ > MAINTAINERS | 1 + > 2 files changed, 161 insertions(+) > create mode 100644 Documentation/devicetree/bindings/mfd/mscc,ocelot.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: Documentation/devicetree/bindings/mfd/mscc,ocelot.example.dtb:0:0: /example-0/spi/switch@0: failed to match any schema with compatible: ['mscc,vsc7512'] doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/patch/ 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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id E9002C43334 for ; Tue, 28 Jun 2022 13:16:32 +0000 (UTC) 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=X/wfYclJj/IW9vgXt7xCOxBrpBFYqTFGIQNyT628yaE=; b=tofqOUBY8zPAzG a0vcxppx1Pa7zcFbnvXbJemHSCE+bqRzWQbQLZC7NT1yENYrnwvh95ZMEwG9IkCWifCr9nElHp2cI a9oU77KGHXNz9OFFtzNKKbznBB3hpSguMKFHZP7n8ptIfRAKQmFHoWaSVyGMQT6RepVe3G4YYW6if Lo+8C/75LsN5HRMp21szg4DO0cYFk3H1IZgo+0w6Jna6ziJeYcmrdeFgJ0ALeGC4ZD1cvaFFgqFwW 2kIDT7MYhDeuc/a6ieVSzATjuOSlJ8UNZ5ExRMUdBNt8PnWDJIyY+5CtH2b8Z/naKCK8AUNLxd5cd 5VYByWplZWVjZwHIFc3Q==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1o6B3y-006Lvv-FY; Tue, 28 Jun 2022 13:15:30 +0000 Received: from mail-il1-f179.google.com ([209.85.166.179]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1o6B3v-006LuL-G4 for linux-arm-kernel@lists.infradead.org; Tue, 28 Jun 2022 13:15:28 +0000 Received: by mail-il1-f179.google.com with SMTP id h20so8105828ilj.13 for ; Tue, 28 Jun 2022 06:15:26 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:in-reply-to:references:subject:date :message-id; bh=seJbEPSZZ1oPKMlcZ7LVvOigbkxOOLRfiPmd+7jzfLU=; b=i0/auQDYnG44HG8H9P2RXw4yNgVlg4yxaYm13yXVTv2scgwyZQUXx4wYdb1LGdHJKv OFuQSE/sLh1Q2esYiYVu/Lqx9/hlXiWb2HE14V6zkMdfiGzDJ7kbO/PJVPexK61nAayL rTBSAwkzP5q+pyR92ekMJ1dXB11Mbs74ds5dwG0850uDVt1na8CxF/TGtZh11C5MyhLF DWuzl/Bfcj8DGGqIfMYEtrhkP49DM17G/D3QXrBnDLc/4b367PIjJQp6J0RZrGsOaAJ6 zogsjwENX8zLOLo/fgSDf9Ph6wXqDEHG/QQK7f2qsKyALL1j6jTnSkIeU2vhVONSV/jJ DbBA== X-Gm-Message-State: AJIora9VR/Yf5Vujw6h/aPTkscNoYXAUQaym+X+wx2NY4W6k4Lberrtb AFUc3NO9+SjfsbHu1qYkOA== X-Google-Smtp-Source: AGRyM1shbhhTUzPKXR6WRP7M3rKcxslLqTEYSXzXTb7Y4hsk6MgLaTL2jrtWoe2oVp+PvwnkU2STTQ== X-Received: by 2002:a05:6e02:1aaa:b0:2da:8e4b:65a5 with SMTP id l10-20020a056e021aaa00b002da8e4b65a5mr7110050ilv.71.1656422126156; Tue, 28 Jun 2022 06:15:26 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.253]) by smtp.gmail.com with ESMTPSA id x21-20020a026f15000000b00339e452c0d2sm5899953jab.82.2022.06.28.06.15.24 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 28 Jun 2022 06:15:25 -0700 (PDT) Received: (nullmailer pid 313745 invoked by uid 1000); Tue, 28 Jun 2022 13:15:23 -0000 From: Rob Herring To: Colin Foster Cc: Terry Bowman , UNGLinuxDriver@microchip.com, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, Jakub Kicinski , "David S. Miller" , Andy Shevchenko , Wolfram Sang , Andrew Lunn , Krzysztof Kozlowski , Paolo Abeni , Russell King , devicetree@vger.kernel.org, Heiner Kallweit , linux-gpio@vger.kernel.org, Rob Herring , linux-arm-kernel@lists.infradead.org, Steen Hegelund , Lee Jones , Eric Dumazet , Linus Walleij , Lars Povlsen , Vladimir Oltean In-Reply-To: <20220628081709.829811-9-colin.foster@in-advantage.com> References: <20220628081709.829811-1-colin.foster@in-advantage.com> <20220628081709.829811-9-colin.foster@in-advantage.com> Subject: Re: [PATCH v11 net-next 8/9] dt-bindings: mfd: ocelot: add bindings for VSC7512 Date: Tue, 28 Jun 2022 07:15:23 -0600 Message-Id: <1656422123.508891.313744.nullmailer@robh.at.kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220628_061527_570984_8F31B24A X-CRM114-Status: GOOD ( 13.79 ) 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 Tue, 28 Jun 2022 01:17:08 -0700, Colin Foster wrote: > Add devicetree bindings for SPI-controlled Ocelot chips, specifically the > VSC7512. > > Signed-off-by: Colin Foster > --- > .../devicetree/bindings/mfd/mscc,ocelot.yaml | 160 ++++++++++++++++++ > MAINTAINERS | 1 + > 2 files changed, 161 insertions(+) > create mode 100644 Documentation/devicetree/bindings/mfd/mscc,ocelot.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: Documentation/devicetree/bindings/mfd/mscc,ocelot.example.dtb:0:0: /example-0/spi/switch@0: failed to match any schema with compatible: ['mscc,vsc7512'] doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/patch/ 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