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 6C8AFEB64D8 for ; Tue, 13 Jun 2023 14:55:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241194AbjFMOzt (ORCPT ); Tue, 13 Jun 2023 10:55:49 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33642 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239870AbjFMOzs (ORCPT ); Tue, 13 Jun 2023 10:55:48 -0400 Received: from mail-vs1-xe2c.google.com (mail-vs1-xe2c.google.com [IPv6:2607:f8b0:4864:20::e2c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BAEE310FC for ; Tue, 13 Jun 2023 07:55:47 -0700 (PDT) Received: by mail-vs1-xe2c.google.com with SMTP id ada2fe7eead31-43b4b5378ecso469322137.1 for ; Tue, 13 Jun 2023 07:55:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20221208.gappssmtp.com; s=20221208; t=1686668147; x=1689260147; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=eUjBNQR3ayKs+c7PtNJMktv7NPrLUhbz12wWwvQ4mnE=; b=zBmRFI3G1eexEjmXLDT7CdfJ8PPO20byDmYp9SBqqUFGFdsVzlotKgIwWK5JEYLN5h LTX71RchE7A6EJ0cDhvVRxamsPqv9+FPOEtzIpvtyJ1j9xFT2kRDnjOGUTpT2TeUFj9a 3q7Lno/PlspWCdt04VG0dCZnmg/6r2NFiojbkc/J4EWU2GGLLlk83kxUY2XwZPiD4rF0 WOofcJdfGjbXdiVuvgye14FzFK8qrsO5oirRN2rp9bs6DjaNXKHvGSZhQfCvJpd6xtrp Tbp8UtblfHOK0Gby+lnmksuCRgotre8zfyt2lGSs4zbabXR81ZgSHoXFLKu/lPLJwqAF whSA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1686668147; x=1689260147; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=eUjBNQR3ayKs+c7PtNJMktv7NPrLUhbz12wWwvQ4mnE=; b=ghcgV2EjPGfzOobCSDcAlP2FoSkMU8G6Jqy2Cm5MQVZvLvmqfjkREWT7Ttslsk0Zwa heK13DeypmHz+ZMbF6WToXG3Y9kLCcPRO2ywGSluocpioV42LzM7s43sx5A7kHuQDWcZ sqiY2pcYUcZaX7V3rhaJPOUWrzS08rR6t5rRjYYElHPd9qlgCCWWpzYKxGtU4rEct/H3 NovVA1cI86JaUscPQmewzcejZ7YSbecicDwXvrAb/3Z/2Pa9TT2Q1PH+ZBBrzh9t1OM9 G3I3P5c+PN7cgLude5QIRpuZUyvGTZcmw0l2bUrULkd69Zpj18qrMjxQdnDlrVsUPdBy Q5Dg== X-Gm-Message-State: AC+VfDxlipWvWRUkpt40JX8UYHAbmlU541ckWwns/9Bx94nWQaFG3iTV QO2hbwbyzVSOHjY1ndwTbRRBTbKqUTtwrCsZsE36yg== X-Google-Smtp-Source: ACHHUZ6zGp2wWUBczZ3EZNkyAM/WjSHCJx+x6suhmZczY/H+a7+tSuxScOYQkbuwQxm7A/Mg2w5Oem1IJtilPRj83Mg= X-Received: by 2002:a05:6102:e4b:b0:43b:431d:8d51 with SMTP id p11-20020a0561020e4b00b0043b431d8d51mr6882544vst.8.1686668146887; Tue, 13 Jun 2023 07:55:46 -0700 (PDT) MIME-Version: 1.0 References: <20230424123522.18302-1-nikita.shubin@maquefel.me> <20230601054549.10843-15-nikita.shubin@maquefel.me> In-Reply-To: From: Bartosz Golaszewski Date: Tue, 13 Jun 2023 16:55:35 +0200 Message-ID: Subject: Re: [PATCH v1 33/43] dt-bindings: gpio: Add Cirrus EP93xx To: Linus Walleij Cc: Krzysztof Kozlowski , Nikita Shubin , Alexander Sverdlin , Arnd Bergmann , Rob Herring , Krzysztof Kozlowski , Michael Peters , Kris Bahnsen , linux-gpio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org On Fri, Jun 2, 2023 at 9:41=E2=80=AFAM Linus Walleij wrote: > > On Thu, Jun 1, 2023 at 10:20=E2=80=AFAM Krzysztof Kozlowski > wrote: > > > > +title: EP93xx GPIO controller > > > + > > > +maintainers: > > > + - Linus Walleij > > > + - Bartosz Golaszewski > > > > Did you choose correct maintainers? Bartosz, Linus, do you take care > > about EP93xx platform? > > I'm fine with it (I have a platform). I don't but I'm actually not sure how DT bindings maintainership works - do GPIO bindings all fall under the GPIO jurisdiction automatically? Bart