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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id A3D0BC4332F for ; Tue, 8 Feb 2022 11:25:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S245180AbiBHLYG (ORCPT ); Tue, 8 Feb 2022 06:24:06 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43544 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1355434AbiBHJhE (ORCPT ); Tue, 8 Feb 2022 04:37:04 -0500 Received: from mail-ed1-x533.google.com (mail-ed1-x533.google.com [IPv6:2a00:1450:4864:20::533]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DA997C03FEC0 for ; Tue, 8 Feb 2022 01:37:02 -0800 (PST) Received: by mail-ed1-x533.google.com with SMTP id b13so36170013edn.0 for ; Tue, 08 Feb 2022 01:37:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20210112.gappssmtp.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=JvnJjK0RDJicPSg7G8U97zBPT489yzRM1hbnPJc6o4c=; b=4Zp/2W6eFuUZHfmWZI7PrD3HbFCSnvK4stjXRh7lXp8/iFXJOiQkzeSzdy2DZb5hsd oTO5DJTGvx827oj8qp/o85iwlp0ulq/yRMWoRwby7tWwGwlPrdV/5d77fzxdHI6hXjVO qXchSa6Z5eUQGLEN9PVRMACIgNwS1qqpfg2CZilYUaoVUn55Sn7YD9rkBF4Yg/p0FIGq 6cU0C1cOVqw10kxCFmJklxui3pXDABUteXnY2HQl/b4gA3SjB/W8S09YpHNgz2+VVPPB geZqwWKKMBCiOspjl0O1uWrtZYgM4G1rMfslHCj30eU8spQqil+Fpn9RYq/Llcms+8hM zryQ== 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=JvnJjK0RDJicPSg7G8U97zBPT489yzRM1hbnPJc6o4c=; b=xQsWBMfs3zPkHlZflV7gbw9ZciAvck/QA0y6CSYZ/iFRlX7hTLchwjG7ubrGeQc6jw AZza/rhIkfEDt2EkvWpfIC1OIRq5KHuFDbQASAr3WFYD57d+zGd9pc7uxCC3Kf29d6hS jqw3e4uQusHdKLpH6c77l/dYvciKI91glHgcgjaneJcdDCgWVXv42ybY/e8sQB5TK2D1 G3se6Cp8jUNz5T/yVmULLsLqMJoN1er6EMkl/1UGcZvlQ1Q2wYJEIplZ/XdH9E1gPt3P ukCL/ke7GqRK8XNgtp8ooL33sXGDiU57vKzztHxDyW+3CQpcVfc/C8pfZ2fsQzuni1kN itLg== X-Gm-Message-State: AOAM530GO+suFbYlYcrCi1lBeT/xtF8Pa73c1MVTlVLsCVWc/DoYzFWx X7RhkTwLvpL8TQxJC8VhDx8hFzg9ixFGMSWZ7oI4mA== X-Google-Smtp-Source: ABdhPJxJknyMB+UBPJFW5JPQLhQR0+oe+zM3S/WKleJgV8L5XezH7YE99N7EnTFVKszVy3EQplEatN2iLsdywR8zMQA= X-Received: by 2002:aa7:de91:: with SMTP id j17mr3640705edv.396.1644313021435; Tue, 08 Feb 2022 01:37:01 -0800 (PST) MIME-Version: 1.0 References: <20220201152758.40391-1-andriy.shevchenko@linux.intel.com> In-Reply-To: From: Bartosz Golaszewski Date: Tue, 8 Feb 2022 10:36:50 +0100 Message-ID: Subject: Re: [PATCH v3 0/4] gpiolib: A fix and a few cleanups To: Andy Shevchenko Cc: Bartosz Golaszewski , "open list:GPIO SUBSYSTEM" , Linux Kernel Mailing List , Linus Walleij Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org On Mon, Feb 7, 2022 at 3:44 PM Andy Shevchenko wrote: > > On Tue, Feb 01, 2022 at 05:27:54PM +0200, Andy Shevchenko wrote: > > Patch 1 is a fix for wrong error code to user space. > > Patches 2-4 are small cleanups. > > > Can be routed via my tree, or directly into GPIO, whatever maintainers > > prefer. > > Bart, if the series is okay for you tell me which route to take? > Queued the first one for fixes and 2-4 for v5.18. Bart