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=-13.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,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 50C80C4332F for ; Wed, 22 Sep 2021 10:24:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2CB12611C9 for ; Wed, 22 Sep 2021 10:24:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234785AbhIVK0E (ORCPT ); Wed, 22 Sep 2021 06:26:04 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55444 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234734AbhIVK0C (ORCPT ); Wed, 22 Sep 2021 06:26:02 -0400 Received: from mail-io1-xd33.google.com (mail-io1-xd33.google.com [IPv6:2607:f8b0:4864:20::d33]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 05451C061757 for ; Wed, 22 Sep 2021 03:24:33 -0700 (PDT) Received: by mail-io1-xd33.google.com with SMTP id p80so2613283iod.10 for ; Wed, 22 Sep 2021 03:24:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sartura-hr.20210112.gappssmtp.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=0hLJSyE9wuU9YTaKu3N80ADNOPO+XIm+ck4o5ZS44/M=; b=xu1s2EC8Tb8nwBHPZdOTRYDXlQdAvQDcn894yyHecUpxOQq4Gd9GfE80PBwK9Pmxzi HTp73vgWxvGN6Vsmm+pPjti8jm3Fx/NtTR2zw7cozJhcKAviCVkBSj0JfL3mL4Ryr/WV 3ibUvPQV41UmxoQ/priCtGV/Gm7WXRvPe3aiGkg6hRmZXylz0BAMqemGqaLczy1zBqJn OcWHn4MmidHfUugCGzW+WvxoSylyScLRoxwmcWyEJg7bSMufL6A5XXOt0cYuXGNjTF8X lokBYKWFMq9W7/RJkdvC2i/KuB1N8jQxOAZxuyYPOmPYocoE9SELmS2JrmgaTq3Dsy2F 6quQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=0hLJSyE9wuU9YTaKu3N80ADNOPO+XIm+ck4o5ZS44/M=; b=2oCtXc7k1ocARRb5dU5qWEuNzQawxRn90tk9cvQYUeTws6pnK4/phtABnOc7qZFh/4 KvNCo8+mhfOONuUX9E/SkeFx6lv9juOL2mE9zNWW1WWeWAzruXCuj4i0bUUODwZEuS2l 5ZSuLROVERlvB3f67SZfp/NBpM2kakIH//2LJB2skJRKabJ7IS9IHg7OlEcIMejQMtev 4liQNPqPGufrfKtkoKpD1MoPL36YUyhSJuF6Cs9g1rjIUqU+P4e47TujOjdMW9a6N3R5 433/Zb0yTxrgc2p7M5q+MCH5aXS7nOkXQ+h9YluJOyAXlTzTN3D6APMhW9EUFPPsfL47 nSKg== X-Gm-Message-State: AOAM531n2jWzALpySVEv2Ezy7GsfXWxgwsFUNnZJAiwgkFSdjCKQY8/+ JGneIfat7G8pJoFIXtrqhI0Ee2l7Vk+sSTnJ47vB6Q== X-Google-Smtp-Source: ABdhPJwMjSJ1NThQCgQRtGxigTVJaiKTSxHhoROseagFJArrM/TbqwiKKVGK4k4DGByA2UcCBucHuBAzFqbxbTG4nv0= X-Received: by 2002:a5e:8d07:: with SMTP id m7mr3642856ioj.31.1632306272378; Wed, 22 Sep 2021 03:24:32 -0700 (PDT) MIME-Version: 1.0 References: <20210716221744.5445-1-robert.marko@sartura.hr> <20210716221744.5445-2-robert.marko@sartura.hr> In-Reply-To: From: Robert Marko Date: Wed, 22 Sep 2021 12:24:21 +0200 Message-ID: Subject: Re: [PATCH 2/2] dt-bindings: gpio: tn48m: document TN4810M support To: Bartosz Golaszewski Cc: Linus Walleij , Rob Herring , linux-gpio , linux-devicetree , LKML , Luka Perkov Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Sep 22, 2021 at 12:16 PM Bartosz Golaszewski wrote: > > On Sat, Jul 17, 2021 at 12:17 AM Robert Marko wrote: > > > > Delta TN4810M expands the existing TN48M drivers, so lets > > document the new compatibles. > > > > Note that this patch depends on the following series: > > https://patchwork.ozlabs.org/project/linux-gpio/list/?series=247538 > > > > Signed-off-by: Robert Marko > > --- > > Documentation/devicetree/bindings/gpio/delta,tn48m-gpio.yaml | 4 ++++ > > 1 file changed, 4 insertions(+) > > > > diff --git a/Documentation/devicetree/bindings/gpio/delta,tn48m-gpio.yaml b/Documentation/devicetree/bindings/gpio/delta,tn48m-gpio.yaml > > index aca646aecb12..d729c5dbed65 100644 > > --- a/Documentation/devicetree/bindings/gpio/delta,tn48m-gpio.yaml > > +++ b/Documentation/devicetree/bindings/gpio/delta,tn48m-gpio.yaml > > @@ -24,6 +24,10 @@ properties: > > - delta,tn48m-gpio-sfp-tx-disable > > - delta,tn48m-gpio-sfp-present > > - delta,tn48m-gpio-sfp-los > > + - delta,tn4810m-gpio-sfp-tx-disable > > + - delta,tn4810m-gpio-sfp-tx-fault > > + - delta,tn4810m-gpio-sfp-present > > + - delta,tn4810m-gpio-sfp-los > > > > reg: > > maxItems: 1 > > -- > > 2.31.1 > > > > This series is still not upstream - what happened to it? Hi Bartosz, The TN48M path series that this depends on got stuck, and I haven't received a reply in a while. GPIO driver was initially reviewed and ACK-ed but then Linus W. requested further information to see if this truly fits as a GPIO driver, but then the discussion died a month ago. You can see the whole discussion here: https://patchwork.ozlabs.org/project/linux-gpio/patch/20210607123317.3242031-5-robert.marko@sartura.hr/ I have multiple devices in the queue with a similar approach, so until that one gets merged it makes no sense to send stuff upstream. I was hoping that we would reach some kind of a middle ground a long time ago. Regards, Robert > > Bart -- Robert Marko Staff Embedded Linux Engineer Sartura Ltd. Lendavska ulica 16a 10000 Zagreb, Croatia Email: robert.marko@sartura.hr Web: www.sartura.hr