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 9507AC433FE for ; Thu, 9 Dec 2021 00:54:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241642AbhLIA6S (ORCPT ); Wed, 8 Dec 2021 19:58:18 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44710 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233448AbhLIA6R (ORCPT ); Wed, 8 Dec 2021 19:58:17 -0500 Received: from mail-ot1-x32d.google.com (mail-ot1-x32d.google.com [IPv6:2607:f8b0:4864:20::32d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 88AA5C0617A2 for ; Wed, 8 Dec 2021 16:54:44 -0800 (PST) Received: by mail-ot1-x32d.google.com with SMTP id n104-20020a9d2071000000b005799790cf0bso4596716ota.5 for ; Wed, 08 Dec 2021 16:54:44 -0800 (PST) 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=oayw19YcubpFrAM2rcGj+T1Oq/bzfF0MfoBjvEgDhvY=; b=DrC9twi4Lta/weWbKj7I1tdRFQUzvZcDA4bRPMXw/xdzUC5w/r7G4HputChGNvDqDi H761KnA9rgUpg32HJOuMzcbMRLV3n/Dl0ekGuVRBniHdYULujTaZ7DtTn9Y6F5AUZ4cU XPTEIPo7Nssr618Oxgciyvxi1LGYYHvWGJ3yPZR1yvp4aQWx8wm8pn5O6RwwRY/oePTH lUdzs4Xoq+plOyFsgXSXHQv0Ef6BRemc4znW09nkfnZQLRCmX8miDDZQJ0N1XcXXddQM iFY9ss/q7GfZe1N+dB7WdlAS37UecYu5sCRGWGCEM/b7/f3plB8jTT2oK86tWZVGStmA Tb0A== 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=oayw19YcubpFrAM2rcGj+T1Oq/bzfF0MfoBjvEgDhvY=; b=ql+d1uFTmqnJS3qn0o/lKXgPCH6l1e1faj1XHg0bQhDWwuLLOj9Ir+h1dogriZnixq +kh5oN08gwnN16YvBQms4uKYzVdd5hi0bsRFDl2IGBDMBxkdgjJPzPjktSMXRLshpXtV K3J3W54ci3W6XnXvc3e+WF8asw6XOdTUUxwIg5Jffu8vvrozoAlEjp1Cjc0Stvi1QyaO rFpdWBbLdqj2s28zyN1NlhFu1b1/5HrkXmLs8QdmS5FSDE3fCJn9eVk5U457CFgUX3Ta uWA+RYs4CYYZGTB6IV8LXv1cjb/SekMTnuZ+3RSTvLfAZVK+MV0RkUI4ObhlP07sGDHa JCjA== X-Gm-Message-State: AOAM532W82AmvjXz6BL8GzIW/AvGsMAw+Iau6cDo7qosiFuO+OThBJCZ 3ob7mDAobZush9DBfEsc9Vh4Dg1wd5SNs+xzOOcbRA== X-Google-Smtp-Source: ABdhPJzGomSzkekQE828bfIUo/WHIX1ZFsfqM14FCi2GjwhNdEgjuJeCXj0n+HSC4lxJQZf70dA/USaOLKrkkQOCskw= X-Received: by 2002:a9d:74d0:: with SMTP id a16mr2615930otl.237.1639011283934; Wed, 08 Dec 2021 16:54:43 -0800 (PST) MIME-Version: 1.0 References: <20211207093412.27833-1-brgl@bgdev.pl> In-Reply-To: <20211207093412.27833-1-brgl@bgdev.pl> From: Linus Walleij Date: Thu, 9 Dec 2021 01:54:32 +0100 Message-ID: Subject: Re: [PATCH v13 0/7] gpio-sim: configfs-based GPIO simulator To: Bartosz Golaszewski Cc: Kent Gibson , Andy Shevchenko , Shuah Khan , Geert Uytterhoeven , Viresh Kumar , linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Dec 7, 2021 at 10:34 AM Bartosz Golaszewski wrote: > Hopefully this will be the last iteration of this series. Just some > minor changes requested by Andy in this one. > > Tested both with configfs as well as device-tree. This patch set: Acked-by: Linus Walleij Thanks for your perseverance!! Yours, Linus Walleij