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 EEC65C433F5 for ; Mon, 22 Nov 2021 09:57:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232870AbhKVKAS (ORCPT ); Mon, 22 Nov 2021 05:00:18 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40254 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229906AbhKVKAR (ORCPT ); Mon, 22 Nov 2021 05:00:17 -0500 Received: from mail-ed1-x536.google.com (mail-ed1-x536.google.com [IPv6:2a00:1450:4864:20::536]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F3F7CC061574 for ; Mon, 22 Nov 2021 01:57:10 -0800 (PST) Received: by mail-ed1-x536.google.com with SMTP id w1so74219416edc.6 for ; Mon, 22 Nov 2021 01:57:10 -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=pTSYVLeh/yXoJu2Zf4MZKwy5izFdU2MnMx2Yvekckkg=; b=WYzfylaxM2cUnx+ATjtwY2j0ElBwvtd5QyE0/ztAl98zf0T+l7suWoxZQOPGqsVOOz Ouf23dR0fBWTiAuWV+d9KFWphlpbN40dAQ2j9DVptkdLIQzkToWqTYUrvRx6qI1BWkze ajuPNB6SgdICdKiM4VwSpJGio2UFjb2H65xoyyi6qPgU8bSXfaWF8h4Earrv7pOHYh67 brHBEqJCgSxnPzAIBRP3s9uhj5CmWDbmL1r6HFrfNUUBKOACDCbNdliXBl5bNKmjJ7KW zAQMuJWXnY3czYb0xlUBBicgXjXye+f2PQXjikvQr+yXW5AlZvy3FbJFa9dVQQYcMvoc Gg6w== 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=pTSYVLeh/yXoJu2Zf4MZKwy5izFdU2MnMx2Yvekckkg=; b=su8ZNO9evKuUOvd090bCu1hoZ31pNBIMc3Bz0fns4T3YYz/eooqBGQCypjweFqTRvs yDgt4OyWwnaMFKNhWbRKFtadik/H9xDFYHfDUzvU+oosQ9AV/nl6KhVFmr9aZbzmQOMQ i/qVJ7sEWEul1jrkQZ3byNG+FFmZPR82I6kAwB+nmR5K74TGaEPSizRaHYQn+p3iyETZ 5vSihVUyiSgvzvB3tqmR0PRhUsg3dT2Q+QRUyXn8JjXia/LoY/7CiFHIwQY1spV7j//Z pp6jMPfaw0aOtX86rPZLuZrSPbc+linvGeHugVjjy6N45OhRktuItMcrdGsASUvQx6dy EOfw== X-Gm-Message-State: AOAM531/dNaSyCUQ/Ghm7jqAPFrnoTA5B4MhT5kVBxXA9m7sAtD0eRr4 eTs3S5iA8D2n3y7Z8tStzF0e591AhvdGssxhX/XIGw== X-Google-Smtp-Source: ABdhPJwTYtcGZ5yqcOmIyTe+ojQ5tNYK7OL2XSCnAAVWmc/tXIguj1fKYRNX2ETGv64xWB9ML3i7Mhl7Y3fbi/umBhE= X-Received: by 2002:a05:6402:50d4:: with SMTP id h20mr63158558edb.52.1637575029592; Mon, 22 Nov 2021 01:57:09 -0800 (PST) MIME-Version: 1.0 References: <20211118145142.14519-1-brgl@bgdev.pl> In-Reply-To: From: Bartosz Golaszewski Date: Mon, 22 Nov 2021 10:56:58 +0100 Message-ID: Subject: Re: [PATCH v9 0/4] gpio-sim: configfs-based GPIO simulator To: Linus Walleij Cc: Kent Gibson , Andy Shevchenko , Shuah Khan , Geert Uytterhoeven , "open list:GPIO SUBSYSTEM" , Linux Kernel Mailing List , 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 Mon, Nov 22, 2021 at 1:02 AM Linus Walleij wrote: > > On Thu, Nov 18, 2021 at 3:51 PM Bartosz Golaszewski wrote: > > > v8 -> v9: > > - dropped the patches implementing committable-items and reworked the > > driver to not use them > > - reworked the gpio-line-names property and configuring specific lines > > in general > > - many smaller tweaks here and there > > The series: > Acked-by: Linus Walleij > Let's go with this. > > Yours, > Linus Walleij Thanks but Kent and Andy are right, I'm about to send another version that synchronously waits during `echo 1 > live` for the device to come on-line. Bart