From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
To: Bartosz Golaszewski <brgl@bgdev.pl>
Cc: "Joel Becker" <jlbec@evilplan.org>,
"Christoph Hellwig" <hch@lst.de>,
"open list:GPIO SUBSYSTEM" <linux-gpio@vger.kernel.org>,
"Linux Kernel Mailing List" <linux-kernel@vger.kernel.org>,
"Shuah Khan" <shuah@kernel.org>,
linux-doc <linux-doc@vger.kernel.org>,
"Bartosz Golaszewski" <bgolaszewski@baylibre.com>,
"Linus Walleij" <linus.walleij@linaro.org>,
"Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>,
"Geert Uytterhoeven" <geert@linux-m68k.org>,
"Kent Gibson" <warthog618@gmail.com>,
"Jonathan Corbet" <corbet@lwn.net>,
"Greg Kroah-Hartman" <gregkh@linuxfoundation.org>
Subject: Re: [PATCH v5 00/11] gpio: implement the configfs testing module
Date: Tue, 23 Mar 2021 18:17:10 +0200 [thread overview]
Message-ID: <YFoUhlEG8NcJ3jfi@smile.fi.intel.com> (raw)
In-Reply-To: <CAMRc=MfQnofWQKz9tbnTA_1M8BkN37FcxbJpK4hs0RoRebWWkw@mail.gmail.com>
On Mon, Mar 22, 2021 at 03:32:24PM +0100, Bartosz Golaszewski wrote:
> On Mon, Mar 15, 2021 at 10:14 AM Bartosz Golaszewski <brgl@bgdev.pl> wrote:
> >
> > From: Bartosz Golaszewski <bgolaszewski@baylibre.com>
> >
> > This series adds a new GPIO testing module based on configfs committable items
> > and sysfs. The goal is to provide a testing driver that will be configurable
> > at runtime (won't need module reload) and easily extensible. The control over
> > the attributes is also much more fine-grained than in gpio-mockup.
> >
> > This series also contains a respin of the patches I sent separately to the
> > configfs maintainers - these patches implement the concept of committable
> > items that was well defined for a long time but never actually completed.
> >
> > Apart from the new driver itself, its selftests and the configfs patches, this
> > series contains some changes to the bitmap API - most importantly: it adds
> > devres managed variants of bitmap_alloc() and bitmap_zalloc().
> FYI The configfs patches from this series have been on the mailing
> list for months (long before the GPIO part) and have been re-sent
> several times. You have neither acked or opposed these changes. I
> don't want to delay the new testing driver anymore so I intend to
> apply the entire series and take it upstream through the GPIO tree by
> the end of this week.
Fine with me, feel free to add
Acked-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
where it's appropriate.
--
With Best Regards,
Andy Shevchenko
next prev parent reply other threads:[~2021-03-23 16:18 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-15 9:13 [PATCH v5 00/11] gpio: implement the configfs testing module Bartosz Golaszewski
2021-03-15 9:13 ` [PATCH v5 01/11] configfs: increase the item name length Bartosz Golaszewski
2021-03-15 9:13 ` [PATCH v5 02/11] configfs: use (1UL << bit) for internal flags Bartosz Golaszewski
2021-03-15 15:31 ` David Laight
2021-03-15 16:36 ` Andy Shevchenko
2021-03-15 9:13 ` [PATCH v5 03/11] configfs: implement committable items Bartosz Golaszewski
2021-03-15 9:13 ` [PATCH v5 04/11] samples: configfs: add a committable group Bartosz Golaszewski
2021-03-15 9:13 ` [PATCH v5 05/11] lib: bitmap: remove the 'extern' keyword from function declarations Bartosz Golaszewski
2021-03-15 9:13 ` [PATCH v5 06/11] lib: bitmap: order includes alphabetically Bartosz Golaszewski
2021-03-15 9:13 ` [PATCH v5 07/11] lib: bitmap: provide devm_bitmap_alloc() and devm_bitmap_zalloc() Bartosz Golaszewski
2021-03-15 9:13 ` [PATCH v5 08/11] gpio: sim: new testing module Bartosz Golaszewski
2021-03-15 9:13 ` [PATCH v5 09/11] selftests: gpio: provide a helper for reading chip info Bartosz Golaszewski
2021-03-15 9:13 ` [PATCH v5 10/11] selftests: gpio: add a helper for reading GPIO line names Bartosz Golaszewski
2021-03-15 9:14 ` [PATCH v5 11/11] selftests: gpio: add test cases for gpio-sim Bartosz Golaszewski
2021-03-22 14:32 ` [PATCH v5 00/11] gpio: implement the configfs testing module Bartosz Golaszewski
2021-03-23 16:17 ` Andy Shevchenko [this message]
2021-03-25 9:29 ` Linus Walleij
2021-03-26 14:00 ` Bartosz Golaszewski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=YFoUhlEG8NcJ3jfi@smile.fi.intel.com \
--to=andriy.shevchenko@linux.intel.com \
--cc=bgolaszewski@baylibre.com \
--cc=brgl@bgdev.pl \
--cc=corbet@lwn.net \
--cc=geert@linux-m68k.org \
--cc=gregkh@linuxfoundation.org \
--cc=hch@lst.de \
--cc=jlbec@evilplan.org \
--cc=linus.walleij@linaro.org \
--cc=linux-doc@vger.kernel.org \
--cc=linux-gpio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=shuah@kernel.org \
--cc=u.kleine-koenig@pengutronix.de \
--cc=warthog618@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox