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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 73334C4332F for ; Sat, 16 Oct 2021 22:23:30 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4E74760FE3 for ; Sat, 16 Oct 2021 22:23:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236469AbhJPWZh (ORCPT ); Sat, 16 Oct 2021 18:25:37 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54790 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233464AbhJPWZf (ORCPT ); Sat, 16 Oct 2021 18:25:35 -0400 Received: from mail-lf1-x132.google.com (mail-lf1-x132.google.com [IPv6:2a00:1450:4864:20::132]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C7BC9C061765 for ; Sat, 16 Oct 2021 15:23:26 -0700 (PDT) Received: by mail-lf1-x132.google.com with SMTP id x27so57252650lfa.9 for ; Sat, 16 Oct 2021 15:23:26 -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=p3FVWFHYEJvia2KboNohOnop6t5qjPeV+JIRsjfGAvQ=; b=PcAfAJ7La6ATrlQFcKj7Yet2plWqrYwTqKqG/hqo3fQBaEj6mz9AjBYZpLX7Goa7kG WONoO8E7+mM4nmkHFzZLwRWN6R7cbBo4QYHHG456kCYDvZ/RRM58fp3jMbBN9mJ8Lgi2 sLYv9K5RYXsm+91VwuyzZBqiIq5H/yAlZVhhGN9Odnp43B2MXKkQ9N3p0KsiiVgVTciD OOEmPLMpfxafQu6UWwRvwDG7p77SdPnKMTg+bsSib0rt16VzJNDug1yI1+Y5Vqw7FaQK /9lxOCfxHnxNFisfQXozF2WYWF0N6v27DXcrdxFuYLthvGEUF3EWFtE6Nj4sNnzORmBs X0wg== 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=p3FVWFHYEJvia2KboNohOnop6t5qjPeV+JIRsjfGAvQ=; b=3hmF8O/pvWMQc4FXZrRKIXh+xIHncYAoJJriW1NlHW/JIVKGqTRE6UBBf/nlBVlu3X vWvatUTQAYZIXfZZTdEQmt3dYCswsaUYUJCDEWljkKFK5VPQHnOCcmi5SqD6YuAwioNO I35xsYGGpyDM3Cpmp3ku7efNXQo5dPgxhpBH25zfwLbfTHSzjxzG2GWSLu6nDByqqYj4 pps2Dma/K/q7sDxljjoNZ4gx/vBO9/6oXMQ0lZcjtnBaFsjfVifrNjXdcBbww+Yu00VI FLCqptMV64AkIwBxOq1tTEJ+TRAzJ0qQy2/L2ldXIKMZJAkoZ+JZ4LUN2kZYBbnhhZw8 BBpw== X-Gm-Message-State: AOAM530uuRxZrXxM0MFFErvO1XMuBFH5pb/bDoiFPe4tNIR71kVyc5GU eQ6ZzssnWDqryJfgd37rXZoUsWggbcRmxDjQGUsSsw== X-Google-Smtp-Source: ABdhPJy82eQjg2a0KgyXHCV7OyYHGgWPCMzm75KYH0/22I29cGhFGc7f/I9ftrW1M4rzVCVFOHqliZaq2imdQccEUC4= X-Received: by 2002:a05:6512:3e9:: with SMTP id n9mr21107873lfq.72.1634423005077; Sat, 16 Oct 2021 15:23:25 -0700 (PDT) MIME-Version: 1.0 References: <20211008081739.26807-1-brgl@bgdev.pl> In-Reply-To: From: Linus Walleij Date: Sun, 17 Oct 2021 00:23:13 +0200 Message-ID: Subject: Re: [PATCH v7 0/8] gpio: implement the configfs testing module To: Bartosz Golaszewski Cc: Joel Becker , Christoph Hellwig , Shuah Khan , Andy Shevchenko , =?UTF-8?Q?Uwe_Kleine=2DK=C3=B6nig?= , Geert Uytterhoeven , Kent Gibson , Jonathan Corbet , Greg Kroah-Hartman , Al Viro , Jack Winch , Viresh Kumar , "open list:GPIO SUBSYSTEM" , Linux Kernel Mailing List , linux-doc Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Oct 15, 2021 at 4:13 PM Bartosz Golaszewski wrote: > Another ping... If it's hard to get attention I would simply queue these on a immutable branch in the GPIO tree, then merge it into what you send to linux-next and offer the interested parties to pull it in. If noone complains as we get really close to the merge window, just offer this branch to Torvalds in a separate pull request. Yours, Linus Walleij