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=-10.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, 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 1C540C433E0 for ; Thu, 25 Mar 2021 09:30:40 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D0CE561A13 for ; Thu, 25 Mar 2021 09:30:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229833AbhCYJaH (ORCPT ); Thu, 25 Mar 2021 05:30:07 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42388 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230005AbhCYJaA (ORCPT ); Thu, 25 Mar 2021 05:30:00 -0400 Received: from mail-lj1-x232.google.com (mail-lj1-x232.google.com [IPv6:2a00:1450:4864:20::232]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4501EC06174A for ; Thu, 25 Mar 2021 02:29:59 -0700 (PDT) Received: by mail-lj1-x232.google.com with SMTP id s17so2241048ljc.5 for ; Thu, 25 Mar 2021 02:29:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=vmKMFioY0zVZQp03F1ln+3gU2DK5top6vTpPu+FZnDs=; b=KpfFtXzYNEauysABC3X5zU0EiEkxsudLmFnRzACbzQq+9rckx4xi2e6dfZb7bQEFEB ifq+Mx5xaYTPSVq8raYbw2/d1ssOGWbNiaLpnDe9IQmUsl35oIXzDA6JfoQkdoEyc7c2 8BmEZUd55RaM2Xc3PUVnujU99sZ5neuBVDcIaeTDh+YxJ02gkwPjjkOMqHL8hKJ/DCgh Md5dTPVuajkoRQ63aJsG9MgYGrEYzvNbdWhR+VZE4jlYrtoGCRSLVQy45hjLbPDYPPsZ 5lo5rnjwY8dC/cGe12ryE4X/bRn4zVP8nlY4b++QsDtHpXheRVaMwxWnAO03UzYoAtZg rZew== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=vmKMFioY0zVZQp03F1ln+3gU2DK5top6vTpPu+FZnDs=; b=N14jViq4bOef5T7fdrntxrKd1AFE3MKSvDAzNADkblp1G7au0GdERm1EIp3hczueNS oVI4LMQwXyMioMZuQNAdUVLdRHMCY6Y8w1WF07PZvYMPArw2jp4E3VtJQlDdrlaPDzT9 zsPQyzr8xFAw3nUZu9fzksFqok1x+59VxC1s936s4C3OdHXUTKUxZTB2gTN1JCGFFfX9 yw6SRaA70ToHecJmPexnVhOb/D93lunh/BjI6LSvvtns/pj6fsxJzo6v/dKoj3HP7+D3 nJiUzDADSuzMW/QZ1D2j3IjciJWcyxn6c7X25xPmcokUUE1fQAjmBnQQ53mXRqbcQiOJ lmOw== X-Gm-Message-State: AOAM533esiIc8HwCzRR7vhur47BvxpbBZkRrfhh+35wUm1jUm2SQCDm6 Ku0NzQVwg01Poja40vs7z/ae4Y27zeuEeqbVBy/ynQ== X-Google-Smtp-Source: ABdhPJxB/I6kt1nPORWmNNUzemQAZpFOwtiNSsfBP3HL3imlrcuJEDouMOsJrxmy/ls2i8ggSYMfVxwKEFHNH5/x3N0= X-Received: by 2002:a2e:1649:: with SMTP id 9mr5244812ljw.74.1616664597825; Thu, 25 Mar 2021 02:29:57 -0700 (PDT) MIME-Version: 1.0 References: <20210315091400.13772-1-brgl@bgdev.pl> In-Reply-To: From: Linus Walleij Date: Thu, 25 Mar 2021 10:29:46 +0100 Message-ID: Subject: Re: [PATCH v5 00/11] gpio: implement the configfs testing module To: Bartosz Golaszewski Cc: Joel Becker , Christoph Hellwig , "open list:GPIO SUBSYSTEM" , Linux Kernel Mailing List , Shuah Khan , linux-doc , Bartosz Golaszewski , =?UTF-8?Q?Uwe_Kleine=2DK=C3=B6nig?= , Andy Shevchenko , Geert Uytterhoeven , Kent Gibson , Jonathan Corbet , Greg Kroah-Hartman Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Mar 22, 2021 at 3:32 PM Bartosz Golaszewski wrote: > FYI The configfs patches from this series have been on the mailing > list for months (long before the GPIO part) and have been re-sent > several times. You have neither acked or opposed these changes. I > don't want to delay the new testing driver anymore so I intend to > apply the entire series and take it upstream through the GPIO tree by > the end of this week. I say go ahead. Acked-by: Linus Walleij Yours, Linus Walleij