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.7 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED 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 81BDEC64E7B for ; Tue, 1 Dec 2020 18:21:27 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0A47F20870 for ; Tue, 1 Dec 2020 18:21:26 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=bgdev-pl.20150623.gappssmtp.com header.i=@bgdev-pl.20150623.gappssmtp.com header.b="UGtZmI5u" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727003AbgLASV0 (ORCPT ); Tue, 1 Dec 2020 13:21:26 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53946 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726803AbgLASV0 (ORCPT ); Tue, 1 Dec 2020 13:21:26 -0500 Received: from mail-io1-xd42.google.com (mail-io1-xd42.google.com [IPv6:2607:f8b0:4864:20::d42]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3A6D3C0613CF for ; Tue, 1 Dec 2020 10:20:46 -0800 (PST) Received: by mail-io1-xd42.google.com with SMTP id f20so2581747ioc.12 for ; Tue, 01 Dec 2020 10:20:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=9VB4WdJpknAhtdy/6FU5lpgVyQvzyyXRv43V/9k8IIg=; b=UGtZmI5uMYtK2j8reNzIsyprn805+aTQG8IEtXBx/wGYt54MWP0paYcBfYu/zUEzBx gxTo5K+7m42S2QcbeYNCaOe6Du/NsG84wl1uSC0RcC4+OUyqRWTcbU71kqttZXjUdSbz Q5Fe7pN0YGjlfs0xaFQ1AU9Uw1Y0XQr6ZZWC1JTvl67xOMDeiQZfCv0jO5LwmLupNJ0e VZ/Y5lUnVkBbvrVkJfYkkgAONtYJ4JQ5pZ9IW3wtlPAY+JjUZKYxroShbxpk5ec6Z8Qt N2gdz1Ujt+HXy13JQy/rc8GnMOYQ0r1Fbnqf3aFaB7Jf8rsIkkB8NjpGUoRwftpe/YnP HuEw== 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=9VB4WdJpknAhtdy/6FU5lpgVyQvzyyXRv43V/9k8IIg=; b=s7Zqh2YQE0YwPmhQiKSnRETI7pf7rqCXmzBcDARqmLo7m3LGr5uxbKUi3iMpYJSi/o qJaUvIyp06yNV8YxQkESSEnqB7RjU2uJqGQ6S+LD2nl2i4t4ZmSC0i26FoNtwEpdzl+D H3S3989uS6sAMp4kA7kJJ3Rpmn3LaNPWjK04QJRDg3/Lx41rOApxucaErEhWwmBNIbRE 9Yp8bH+d/R8tNOqyIEyfRGZm/LPapAjMFKBQddPzSMo5/DQgVZBxAoIu+PRGJdegRR6Y PaD4Qy6s0dxvdJNYYkvqjY5FafktyCrFGeTMfAX/jCt8HLSjrjZM6VWnJ7mJHL90o48n ClPA== X-Gm-Message-State: AOAM532ajwIqkdxOH3CAIKdBUvgGmQP0H2fg5Np/1Mj6l/oEqFi/+elU fFlAl1ceVxIc1Uh5VZKKu8aXTBuCFT3Q+AkDDYDIJA== X-Google-Smtp-Source: ABdhPJyA/x5M6ycyZAEa1UC93jJ/ctxhlSWPFIvDzBIEz5KFMsYDbZfHW//l9ShSmwH4SH1GSfL+h6Gdu1JeCUQHE5I= X-Received: by 2002:a02:3b26:: with SMTP id c38mr3731469jaa.114.1606846845673; Tue, 01 Dec 2020 10:20:45 -0800 (PST) MIME-Version: 1.0 References: <20201014231158.34117-1-warthog618@gmail.com> <20201028232211.GB4384@sol> <20201031000139.GA7042@sol> In-Reply-To: From: Bartosz Golaszewski Date: Tue, 1 Dec 2020 19:20:35 +0100 Message-ID: Subject: Re: [PATCH v2 0/3] gpiolib: cdev: allow edge event timestamps to be configured as REALTIME To: Linus Walleij Cc: Kent Gibson , Bartosz Golaszewski , "linux-kernel@vger.kernel.org" , "open list:GPIO SUBSYSTEM" Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org On Fri, Nov 6, 2020 at 2:49 PM Linus Walleij wrote: > > On Sat, Oct 31, 2020 at 1:01 AM Kent Gibson wrote: > > On Fri, Oct 30, 2020 at 03:52:24PM +0100, Bartosz Golaszewski wrote: > > > > The series no longer applies on top of v5.10-rc1. Could you rebase and resend? > > > > Nuts, it relies on my doc tidy-up series that Linus has pulled into > > fixes, and so will likely go into v5.10-rc2?? > > If I have time to get the GPIO fixes into -rc2. Otherwise -rc3 > and then I need to merge the resulting -rc into the devel branch > before applying. > > I will get to it sooner or later, I think Bartosz might have some > more GPIO fixes that I need to pull first before sending any > fixes upstream. > > Yours, > Linus Walleij Hi Linus, Just a gentle ping on this, so it doesn't get forgotten before the next merge window. Bartosz