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 4DF8DC7EE29 for ; Sun, 4 Jun 2023 19:29:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231478AbjFDT3L (ORCPT ); Sun, 4 Jun 2023 15:29:11 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48472 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229449AbjFDT3K (ORCPT ); Sun, 4 Jun 2023 15:29:10 -0400 Received: from mail-io1-f46.google.com (mail-io1-f46.google.com [209.85.166.46]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6F5D8B0; Sun, 4 Jun 2023 12:29:09 -0700 (PDT) Received: by mail-io1-f46.google.com with SMTP id ca18e2360f4ac-777b2af1c53so28397639f.2; Sun, 04 Jun 2023 12:29:09 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1685906948; x=1688498948; h=date:subject:message-id:references:in-reply-to:cc:to:from :mime-version:content-transfer-encoding:x-gm-message-state:from:to :cc:subject:date:message-id:reply-to; bh=ij5XhT5jB8Nf96u95NnR46WqBGb6FiYB0L867QNIR/M=; b=UpTEQPPLNmsdzrGKK71NKTXmQ8QVfr4aO3ixFS9ctHmPjvnSLegVkopyWAXkVRWpVP SjIt2qb2DAPQ6JorrxHmj+AL7yIRejV0bbNrehlXA6zKhPZMT4IvIJ1QmgGzt6ARHmXe Z6b2lChC3pRE7dZdWusutpoO6uyOrR0lmqphjLVi6k+PTNyw72bBwaSWXLlEH4Nzy0/Y KPv6H8J8pUfJ7mcGtQUejas9We2eqV8M0jcZq+xsEHxi0ahmGh0VMxM7Yyi7UprDx54Q wqeLkPoXyWM2HPMp210ZLHqYAp/GIVIe79r9Z0k40Y97I+fIHiOgS2Ra+fdPVXepfbSV Ockg== X-Gm-Message-State: AC+VfDzwc254v+Qa6xIljvmuXkMqlUHEo9S5Lg8TSUr9i22e369KzWq5 CThkoxYYPq2MS51BXBet7Q== X-Google-Smtp-Source: ACHHUZ4JJS8XBgdt1+SzDtD2MEpxUV98/xM2bSyFtyQkPzj8iOewpvgcay8t2+isMQNpFA3ff4OK9g== X-Received: by 2002:a05:6602:2584:b0:76c:785f:8f82 with SMTP id p4-20020a056602258400b0076c785f8f82mr11914911ioo.6.1685906948618; Sun, 04 Jun 2023 12:29:08 -0700 (PDT) Received: from robh_at_kernel.org ([64.188.179.250]) by smtp.gmail.com with ESMTPSA id a22-20020a056638019600b0041abd81975bsm1697542jaq.153.2023.06.04.12.29.05 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 04 Jun 2023 12:29:07 -0700 (PDT) Received: (nullmailer pid 3700333 invoked by uid 1000); Sun, 04 Jun 2023 19:29:04 -0000 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit MIME-Version: 1.0 From: Rob Herring To: Maksim Kiselev Cc: ChiYuan Huang , ChiaEn Wu , Cristian Ciocaltea , Paul Walmsley , Albert Ou , Arnd Bergmann , linux-kernel@vger.kernel.org, Conor Dooley , Samuel Holland , Jonathan Cameron , Andy Shevchenko , Jernej Skrabec , linux-sunxi@lists.linux.dev, William Breathitt Gray , linux-arm-kernel@lists.infradead.org, AngeloGioacchino Del Regno , linux-riscv@lists.infradead.org, Rob Herring , Palmer Dabbelt , Haibo Chen , devicetree@vger.kernel.org, Miquel Raynal , Andre Przywara , Mike Looijmans , Chen-Yu Tsai , Ramona Bolboaca , Lars-Peter Clausen , Cosmin Tanislav , linux-iio@vger.kernel.org, Philipp Zabel , Krzysztof Kozlowski , Ibrahim Tilki , Caleb Connolly , =?UTF-8?Q?Leonard_G=C3=B6hrs?= In-Reply-To: <20230604185336.1943889-3-bigunclemax@gmail.com> References: <20230604185336.1943889-1-bigunclemax@gmail.com> <20230604185336.1943889-3-bigunclemax@gmail.com> Message-Id: <168590694462.3700314.2525765521559343425.robh@kernel.org> Subject: Re: [PATCH v3 2/3] dt-bindings: iio: adc: Add Allwinner D1/T113s/R329/T507 SoCs GPADC Date: Sun, 04 Jun 2023 13:29:04 -0600 Precedence: bulk List-ID: X-Mailing-List: linux-iio@vger.kernel.org On Sun, 04 Jun 2023 21:53:15 +0300, Maksim Kiselev wrote: > From: Maxim Kiselev > > Allwinner's D1/T113s/R329/T507 SoCs have a new general purpose ADC. > This ADC is the same for all of this SoCs. The only difference is > the number of available channels. > > Signed-off-by: Maxim Kiselev > --- > .../iio/adc/allwinner,sun20i-d1-gpadc.yaml | 90 +++++++++++++++++++ > 1 file changed, 90 insertions(+) > create mode 100644 Documentation/devicetree/bindings/iio/adc/allwinner,sun20i-d1-gpadc.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: /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/iio/adc/allwinner,sun20i-d1-gpadc.yaml: 'maintainers' is a required property hint: Metaschema for devicetree binding documentation from schema $id: http://devicetree.org/meta-schemas/base.yaml# /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/iio/adc/allwinner,sun20i-d1-gpadc.example.dtb: adc@2009000: interrupts: [[73], [4]] is too long From schema: /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/iio/adc/allwinner,sun20i-d1-gpadc.yaml doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20230604185336.1943889-3-bigunclemax@gmail.com The base for the series is generally the latest rc1. A different dependency should be noted in *this* patch. 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 after running the above command yourself. Note that DT_SCHEMA_FILES can be set to your schema file to speed up checking your schema. However, it must be unset to test all examples with your schema.