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=-3.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no 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 E067EC433FE for ; Wed, 22 Sep 2021 12:50:19 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C1797600D4 for ; Wed, 22 Sep 2021 12:50:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236073AbhIVMvs (ORCPT ); Wed, 22 Sep 2021 08:51:48 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33352 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236027AbhIVMvs (ORCPT ); Wed, 22 Sep 2021 08:51:48 -0400 Received: from mail-qk1-x731.google.com (mail-qk1-x731.google.com [IPv6:2607:f8b0:4864:20::731]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5F28EC061574 for ; Wed, 22 Sep 2021 05:50:18 -0700 (PDT) Received: by mail-qk1-x731.google.com with SMTP id a10so8819710qka.12 for ; Wed, 22 Sep 2021 05:50:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=baylibre-com.20210112.gappssmtp.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=HndHJ7ZUEW+xisuoTw70puWbLmjsMn7XD42T3lfhJeA=; b=5ZeAMwUCt0ve0hDwYkIUvwCnhz/Gl9TGdTKCjpoZqDQpIvi5WGyVoZabBgdRCrUCP6 QgfvEUIrnEQhybPkp7uerSQzcwEdY3ILVWHzm6WFJtSImwJ+zV31ZHsgjhG43G35rQKK BGrbs+gROzLtW+mpFjBw7ts0zkx3vPl3qD9gI4xANVXJTfWvELo6YewiNFbA0ESAQAOW CV+LdO9KZXaJbmNhg/PSiBCPUrZHfHT1mRHfEM4tNmgKXLargI36mgRgw5l9Ry/4GBuP Q0JY5PPyoTNaeNOANoAz3PJJdbNzbCXj8mt3MAsyKA1SVo4rKGO0/AopD8wenhSGtSon Gw0A== 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=HndHJ7ZUEW+xisuoTw70puWbLmjsMn7XD42T3lfhJeA=; b=akL2MymVvr3A7ssj3Ul3lp0lpi5Q3RPFFfquREG+I/TuTM9nkGbCeauVT8uBg/lHqJ NkzVptNyF3CDor9WMQJUK6eLrLqHJSRYv/IW+12ZdCGfC+eAT0xqwJI1Us01I+6yL7WS F2r0fwrGrwpzpMJbeBW04wkdrq4Dfi71lshaJDebbJTSpGdQThxhpxOXtOZURDx960KN V23HrlAGosBr2El4ln9p/c85LaeBACSNzhvPRxdfFt9ZAILl7mkHaPKz/wPUm35QZ/DF cUzu3oB6LsW7yJpBy+j0SQ8D9U74K0Ev4ACoHYcH3zJLzpFc/YwQSVd8gjRLaj1tlxVN g13w== X-Gm-Message-State: AOAM532SdHPChladEtwOhEJl0QwdMiOy5PW2b8xjoANwuHGRsBUAh/gk NkG29TEB+Dp/vLntyFEdm20hAeaANX2BwP5TYbik0w== X-Google-Smtp-Source: ABdhPJxUFVjiblcTCC3jDe1LZWVRPuDRtn1tONvxJnHGP+NBYcE7+e8ypUKHjLNNSF4K1K/9XsQ3iVtcmdJ5U6C8VME= X-Received: by 2002:a5b:783:: with SMTP id b3mr41042313ybq.328.1632315017572; Wed, 22 Sep 2021 05:50:17 -0700 (PDT) MIME-Version: 1.0 References: <20210717045627.1739959-1-daniel@0x0f.com> In-Reply-To: From: Bartosz Golaszewski Date: Wed, 22 Sep 2021 14:50:06 +0200 Message-ID: Subject: Re: [PATCH 00/10] gpio: msc313: Add gpio support for ssd20xd To: Andy Shevchenko Cc: Daniel Palmer , Linus Walleij , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , "open list:GPIO SUBSYSTEM" , Linux ARM , linux-kernel , Rob Herring , Romain Perier Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Wed, Sep 22, 2021 at 12:52 PM Andy Shevchenko wrote: > > On Wed, Sep 22, 2021 at 1:21 PM Bartosz Golaszewski > wrote: > > On Wed, Aug 25, 2021 at 1:50 PM Daniel Palmer wrote: > > > Hi Linus, Bartosz, > > ... > > > > I just noticed I hadn't to'd Bartosz about these. Is there anything I > > > need to do for the first patches? > > > > I only have a part of this series in my inbox and patchwork doesn't > > have it at all - can you resend it with me in Cc? > > Have you tried to use the `b4` tool? It is capable of getting > everything from the lore archive. > I haven't tried it because I have never heard of it. :) Thanks for the heads-up. At the same time - is it too much to ask of people to just use scripts/get_maintainer.pl? It's so much easier to just actually get the patches in my inbox than to have to look for them manually. Bartosz