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 51029C433B4 for ; Mon, 10 May 2021 14:09:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 29E69610FA for ; Mon, 10 May 2021 14:09:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233321AbhEJOKE (ORCPT ); Mon, 10 May 2021 10:10:04 -0400 Received: from mail-ot1-f44.google.com ([209.85.210.44]:35751 "EHLO mail-ot1-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236589AbhEJOC5 (ORCPT ); Mon, 10 May 2021 10:02:57 -0400 Received: by mail-ot1-f44.google.com with SMTP id 69-20020a9d0a4b0000b02902ed42f141e1so4313326otg.2; Mon, 10 May 2021 07:01:52 -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=zkNOi+AeYy8RqgiLSjU5eLDqV8SPceK2kxXHGYMi+Fk=; b=CjaF/k3xFbHfnlZ8TmIVYiiuyc10VxLMd9Dzsy9ybSskqrJXf8ILDg9v/u2Vki6yBH Rf5SqUQQoIysNNi4UU0YSlMi9jpKwrr9XH4lV9JZkRQEq79gj7TQxJosgQP8GjQ25xAO H5rs1iNSFMqLtPbO8vEhQ/K65pyvOCwDR/luxxQiWyTKSfvA77HDkfka67/gXNP9mKTB oYsiFFUStZUqrbna/haj9HwHYoBG9wQlOlC0+kV7QrTeA/c+Z3kHw8WURI6tpifMxu8D Bfq9fL981mAc3usOKfPW36E+1M+ig2KOzfmz4X+UselOVY5D4vVQLjmJ5wC9FsThQUFR z7Sw== X-Gm-Message-State: AOAM532miDmB2pmiEJDdhRIoLuRuNaHSRgB142JRrkCUc2REkws0U36w aYgq5GhEk8SH6xu9yfy2Cg== X-Google-Smtp-Source: ABdhPJwNxwGjOycSmIuO9shvFfAj414aImA73XnzlSatPsdU0cbJlY7ybYvfpWCuc0uIUATaVU4tYQ== X-Received: by 2002:a9d:4697:: with SMTP id z23mr22002463ote.109.1620655312421; Mon, 10 May 2021 07:01:52 -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 k8sm2610032oig.6.2021.05.10.07.01.50 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 10 May 2021 07:01:51 -0700 (PDT) Received: (nullmailer pid 41437 invoked by uid 1000); Mon, 10 May 2021 14:01:39 -0000 From: Rob Herring To: Mark Kettenis Cc: linux-arm-kernel@lists.infradead.org, Linus Walleij , linux-gpio@vger.kernel.org, Hector Martin , linux-kernel@vger.kernel.org, Rob Herring , devicetree@vger.kernel.org In-Reply-To: <20210508142000.85116-2-kettenis@openbsd.org> References: <20210508142000.85116-1-kettenis@openbsd.org> <20210508142000.85116-2-kettenis@openbsd.org> Subject: Re: [PATCH 1/2] dt-bindings: pinctrl: Add DT bindings for apple,pinctrl Date: Mon, 10 May 2021 09:01:39 -0500 Message-Id: <1620655299.786306.41436.nullmailer@robh.at.kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org On Sat, 08 May 2021 16:19:55 +0200, Mark Kettenis wrote: > The Apple GPIO controller is a simple combined pin and GPIO conroller > present on Apple ARM SoC platforms, including various iPhone and iPad > devices and the "Apple Silicon" Macs. > > Signed-off-by: Mark Kettenis > --- > .../bindings/pinctrl/apple,pinctrl.yaml | 103 ++++++++++++++++++ > MAINTAINERS | 2 + > include/dt-bindings/pinctrl/apple.h | 13 +++ > 3 files changed, 118 insertions(+) > create mode 100644 Documentation/devicetree/bindings/pinctrl/apple,pinctrl.yaml > create mode 100644 include/dt-bindings/pinctrl/apple.h > 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/pinctrl/apple,pinctrl.example.dts:19:18: fatal error: dt-bindings/interrupt-controller/apple-aic.h: No such file or directory 19 | #include | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. make[1]: *** [scripts/Makefile.lib:377: Documentation/devicetree/bindings/pinctrl/apple,pinctrl.example.dt.yaml] Error 1 make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:1414: dt_binding_check] Error 2 See https://patchwork.ozlabs.org/patch/1475875 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 26830C433B4 for ; Mon, 10 May 2021 14:03:43 +0000 (UTC) Received: from desiato.infradead.org (desiato.infradead.org [90.155.92.199]) (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 8D4C0610FA for ; Mon, 10 May 2021 14:03:42 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 8D4C0610FA Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=desiato.20200630; 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=VFHYk+exfm4he/aG7Otn9sOQvD1RV0vsSXAnKZ6Ua54=; b=N06hTTOkU3TShlaoSgR1IC5BrS 1QzoFqnTqEdl6PQbWxcr5nJiOjiwg823zvI2Houz6+EUjwkiKsl+4kNRB7V27bPmp0Q9/QkH3JIX5 SsKr0VlPQQpqgq+QqQjP4uAjP9sUZbTpK0Hy4/gQE9hBFhzEseeJnH5QMEoRq6WEaTXmI8BOrU0EB qvCSM3ZHOWyA0nvdikIMt6yzHxop27OdhYEafW4AkKdia13If4127MJKBa0Cpq3BoFOsxniiYnLSB kyNmz2PYzTXrdcinS4GntSlSdoax8mc+pMrYYgARavHpNFjMMv+nKBrZEEyarYsCyyIFTahTKP/ds ACKcpTMQ==; Received: from localhost ([::1] helo=desiato.infradead.org) by desiato.infradead.org with esmtp (Exim 4.94 #2 (Red Hat Linux)) id 1lg6U7-00EYtV-LP; Mon, 10 May 2021 14:02:11 +0000 Received: from bombadil.infradead.org ([2607:7c80:54:e::133]) by desiato.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1lg6Tt-00EYrI-7K for linux-arm-kernel@desiato.infradead.org; Mon, 10 May 2021 14:01:57 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Message-Id:Date:Subject:References: In-Reply-To:Cc:To:From:Sender:Reply-To:MIME-Version:Content-Type: Content-Transfer-Encoding:Content-ID:Content-Description; bh=zkNOi+AeYy8RqgiLSjU5eLDqV8SPceK2kxXHGYMi+Fk=; b=LP8tL7HhxFLtD4Ow+l41BHyKs+ ApZX6INNtT+CIju0SWtHrgsCD/9y0lTwVXZhUggIrwVc3Lo7QY5Y1w4jEXejANGDIKu7MEzUtkxSJ w6q0rcsVLzBkNNOebsRFg1ACoNejHAO/72Hg6G6HzUHwc+V4aRCT9Gb06sJfSP4AXDqSSBj/fIklW LjgdhHAVcv0CfzU9sQgKsz3FEEvsCbsUMOSB2CcfjJo2rMdE8wP2zcNrlkWWhqmLlfoICjckDjGHe Sa7SyNUjnVQuc6MiI6oACtLdMdUYGxds5M7Bz6T+gAFmnFQsxGf1XSAcZPdEeaMF0qUX0+4ojsHBT cdCjRUgQ==; Received: from mail-ot1-f44.google.com ([209.85.210.44]) by bombadil.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1lg6Tq-008miI-JN for linux-arm-kernel@lists.infradead.org; Mon, 10 May 2021 14:01:56 +0000 Received: by mail-ot1-f44.google.com with SMTP id q7-20020a9d57870000b02902a5c2bd8c17so14499495oth.5 for ; Mon, 10 May 2021 07:01:52 -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=zkNOi+AeYy8RqgiLSjU5eLDqV8SPceK2kxXHGYMi+Fk=; b=CjRF/7AgRZb/rOXsuNeLxUp0XQF0loasB3GvjSFTB+mFAZ+k6I1rBRoAYkyCLcod3o YkpZVmu9+g20WbQzB7ZfCB+DiVUZRJHokd0Y07u6fP+epAGqd1jsWVDiBVPyi/kBBFHO fNmDEEuaD0UjSmhB8vn0+iWFU7H/in0UJOYpXt9YFIgHa4eN5+uIcdhO2cpjRPD1BjtH WDiS/bM31WiJVpgJoy+n3uHPllNgst5GWneofGb/n1ZjjLQlUXQv4tppTwKoEgxBVlwf EBvIEnZAhPG4FjO7OeYSVp9VO6OISPG8mfUDzYsZ7b6Eo1nyoOWPXQFQj3/uunu1rHki dxoA== X-Gm-Message-State: AOAM5300qMkRSjopIH1022sng2cEx25lN+zOkY73kFIAUWq3qNDm/MOn xwyDC7JVbqUWm4qCedQzsw== X-Google-Smtp-Source: ABdhPJwNxwGjOycSmIuO9shvFfAj414aImA73XnzlSatPsdU0cbJlY7ybYvfpWCuc0uIUATaVU4tYQ== X-Received: by 2002:a9d:4697:: with SMTP id z23mr22002463ote.109.1620655312421; Mon, 10 May 2021 07:01:52 -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 k8sm2610032oig.6.2021.05.10.07.01.50 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 10 May 2021 07:01:51 -0700 (PDT) Received: (nullmailer pid 41437 invoked by uid 1000); Mon, 10 May 2021 14:01:39 -0000 From: Rob Herring To: Mark Kettenis Cc: linux-arm-kernel@lists.infradead.org, Linus Walleij , linux-gpio@vger.kernel.org, Hector Martin , linux-kernel@vger.kernel.org, Rob Herring , devicetree@vger.kernel.org In-Reply-To: <20210508142000.85116-2-kettenis@openbsd.org> References: <20210508142000.85116-1-kettenis@openbsd.org> <20210508142000.85116-2-kettenis@openbsd.org> Subject: Re: [PATCH 1/2] dt-bindings: pinctrl: Add DT bindings for apple, pinctrl Date: Mon, 10 May 2021 09:01:39 -0500 Message-Id: <1620655299.786306.41436.nullmailer@robh.at.kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210510_070154_653996_0755CDE2 X-CRM114-Status: GOOD ( 15.86 ) 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 Sat, 08 May 2021 16:19:55 +0200, Mark Kettenis wrote: > The Apple GPIO controller is a simple combined pin and GPIO conroller > present on Apple ARM SoC platforms, including various iPhone and iPad > devices and the "Apple Silicon" Macs. > > Signed-off-by: Mark Kettenis > --- > .../bindings/pinctrl/apple,pinctrl.yaml | 103 ++++++++++++++++++ > MAINTAINERS | 2 + > include/dt-bindings/pinctrl/apple.h | 13 +++ > 3 files changed, 118 insertions(+) > create mode 100644 Documentation/devicetree/bindings/pinctrl/apple,pinctrl.yaml > create mode 100644 include/dt-bindings/pinctrl/apple.h > 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/pinctrl/apple,pinctrl.example.dts:19:18: fatal error: dt-bindings/interrupt-controller/apple-aic.h: No such file or directory 19 | #include | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. make[1]: *** [scripts/Makefile.lib:377: Documentation/devicetree/bindings/pinctrl/apple,pinctrl.example.dt.yaml] Error 1 make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:1414: dt_binding_check] Error 2 See https://patchwork.ozlabs.org/patch/1475875 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