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 E956CC433DB for ; Sat, 27 Mar 2021 18:17:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B1541619D3 for ; Sat, 27 Mar 2021 18:17:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230316AbhC0SQm (ORCPT ); Sat, 27 Mar 2021 14:16:42 -0400 Received: from mail-ot1-f48.google.com ([209.85.210.48]:36726 "EHLO mail-ot1-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230170AbhC0SQ2 (ORCPT ); Sat, 27 Mar 2021 14:16:28 -0400 Received: by mail-ot1-f48.google.com with SMTP id g8-20020a9d6c480000b02901b65ca2432cso8363519otq.3; Sat, 27 Mar 2021 11:16:27 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=EiWtY8HAoFaOHhO63HVuyEaJaKbqYOtxk9O+hQVc9lM=; b=V6xvQKSedAMY3/rQjNo0qsZmIJqSJwAObTUro2HJq8pEZXTvJjA65OhDXAA7aOv0Br FHOWg5DEGvf/BpSa5Tmo7RLjMH5TuaBu3QhMUy2vCYrK56VBeC/GnR/LFpjdtbqfErDw sEkQoA0rSBLqrmeFkI0ISj0FCJRlk25dpv/YbNNqSSTw+KZCT+c281OfYy6HfW+cgqvJ H0QLUgf28QFSPHR6aeIt8oHsRJH//BRsDTDPZyl3EC0lm+CMiQPyGk9xzX0Be/J4BbXq D+2g6hdBOGzntIxW7zVOW5q/UuS5HveZ9oD9v/eEbj8AIWbsnFuR3KW5mOHqT88NK4ok yS1Q== X-Gm-Message-State: AOAM531jI+Gf1dDmKdneAlQgg5dpq6KZaNbXQjM4C9bE/sWugn0Q7Iwa MB68SUa84YkDgfxkCKN8fA== X-Google-Smtp-Source: ABdhPJwDYQJ5WcvZEadfqIsyZqwt9zAduXFDT6jUipxdUcQDw9Pe45WBjGQLJV4oV4Vz2u+NK2mjrw== X-Received: by 2002:a9d:7a87:: with SMTP id l7mr16121284otn.367.1616868987398; Sat, 27 Mar 2021 11:16:27 -0700 (PDT) Received: from robh.at.kernel.org ([172.58.99.41]) by smtp.gmail.com with ESMTPSA id m14sm3087890otn.69.2021.03.27.11.16.23 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 27 Mar 2021 11:16:26 -0700 (PDT) Received: (nullmailer pid 344794 invoked by uid 1000); Sat, 27 Mar 2021 18:16:21 -0000 Date: Sat, 27 Mar 2021 12:16:21 -0600 From: Rob Herring To: Sander Vanheule Cc: devicetree@vger.kernel.org, maz@kernel.org, tglx@linutronix.de, linus.walleij@linaro.org, robh+dt@kernel.org, bert@biot.com, andy.shevchenko@gmail.com, bgolaszewski@baylibre.com, linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v4 1/2] dt-bindings: gpio: Binding for Realtek Otto GPIO Message-ID: <20210327181621.GA344012@robh.at.kernel.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org On Fri, 26 Mar 2021 13:03:46 +0100, Sander Vanheule wrote: > Add a binding description for Realtek's GPIO controller found on several > of their MIPS-based SoCs (codenamed Otto), such as the RTL838x and > RTL839x series of switch SoCs. > > A fallback binding 'realtek,otto-gpio' is provided for cases where the > actual port ordering is not known yet, and enabling the interrupt > controller may result in uncaught interrupts. > > Signed-off-by: Sander Vanheule > Reviewed-by: Linus Walleij > --- > .../bindings/gpio/realtek,otto-gpio.yaml | 78 +++++++++++++++++++ > 1 file changed, 78 insertions(+) > create mode 100644 Documentation/devicetree/bindings/gpio/realtek,otto-gpio.yaml > Reviewed-by: Rob Herring