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=-16.7 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,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 A7592C43460 for ; Mon, 10 May 2021 18:18:48 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7626361469 for ; Mon, 10 May 2021 18:18:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232571AbhEJSTw (ORCPT ); Mon, 10 May 2021 14:19:52 -0400 Received: from mail.kernel.org ([198.145.29.99]:42922 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231538AbhEJSTu (ORCPT ); Mon, 10 May 2021 14:19:50 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 497AC61482; Mon, 10 May 2021 18:18:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1620670725; bh=MKrc8vxS2hqXSFWYT5qeFMnsprfwoWsgRYppPKS+pYs=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=WlQXgxkDUb8Y+UzZafia+3jSCAC4mZVopyOWkmhHfYd0xiiRzQhHXWT1J2TnUTelv ecT98+BaetxDHp81MQevQaY0Pu9wh5AabTKtv9h7n10g6pbHh388LWc46UmnYSW+Kh 04ir2WZD0/Hrd+OIYc6a4O8HuzML126orV6+uUq9bO1X5GKvQKnVid1yeW90SiaLCs 1GGGatvcE5+PGtxcR0/byPOo1TyZqfs+IWo2xueyCU2jl0IT3QB/5HU+oB4rHaKx5W HinybqQLSLiN9IR1VB34CCpspFoWpokoHhNXfeZxMTAIS01zbSTsp+o81xZ1vqd2/C WaTk/qCWa1BpA== Received: by mail-ej1-f51.google.com with SMTP id t4so26016428ejo.0; Mon, 10 May 2021 11:18:45 -0700 (PDT) X-Gm-Message-State: AOAM531SC7l1AfFYSh+HHx/NFRscNoxUHJ9gfnta3tiveaqa/xUmaD2Q w8h2KYHwJBIgspS3y2H9dIqUPvaFbD0Qzk8H8Q== X-Google-Smtp-Source: ABdhPJzH+hWCzV2ejRCH4BuU2aXMIebOAlVCVaxn3xqgOo25O8ps5efikMC8FhthVf6UqTFwq48Jn4/sdw6T+XLt4I8= X-Received: by 2002:a17:906:dbdc:: with SMTP id yc28mr7579257ejb.130.1620670723760; Mon, 10 May 2021 11:18:43 -0700 (PDT) MIME-Version: 1.0 References: <20210508142000.85116-1-kettenis@openbsd.org> <20210508142000.85116-2-kettenis@openbsd.org> <1620655299.786306.41436.nullmailer@robh.at.kernel.org> In-Reply-To: <1620655299.786306.41436.nullmailer@robh.at.kernel.org> From: Rob Herring Date: Mon, 10 May 2021 13:18:31 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH 1/2] dt-bindings: pinctrl: Add DT bindings for apple,pinctrl To: Mark Kettenis Cc: linux-arm-kernel , Linus Walleij , "open list:GPIO SUBSYSTEM" , Hector Martin , "linux-kernel@vger.kernel.org" , devicetree@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, May 10, 2021 at 9:01 AM Rob Herring wrote: > > 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 Ignore this. I've now updated the base to 5.13-rc1. Rob