linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Linus Walleij <linus.walleij@linaro.org>
To: William Breathitt Gray <vilhelm.gray@gmail.com>,
	Andrew Morton <akpm@linux-foundation.org>,
	Arnd Bergmann <arnd@arndb.de>
Cc: "open list:GPIO SUBSYSTEM" <linux-gpio@vger.kernel.org>,
	linux-arch@vger.kernel.org,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	Andy Shevchenko <andriy.shevchenko@linux.intel.com>,
	Rasmus Villemoes <linux@rasmusvillemoes.dk>,
	Andy Shevchenko <andy.shevchenko@gmail.com>
Subject: Re: [PATCH v6 1/8] bitops: Introduce the for_each_set_clump8 macro
Date: Fri, 11 Jan 2019 09:42:46 +0100	[thread overview]
Message-ID: <CACRpkdaL3LY6esgBfpJcox7AzQ8RoreqV0_gzM-AmQ_mYQHueQ@mail.gmail.com> (raw)
In-Reply-To: <9fb3981cbcfbce3fb8b42bf419d734c0e5a44d0e.1545198260.git.vilhelm.gray@gmail.com>

On Wed, Dec 19, 2018 at 7:00 AM William Breathitt Gray
<vilhelm.gray@gmail.com> wrote:

> This macro iterates for each 8-bit group of bits (clump) with set bits,
> within a bitmap memory region. For each iteration, "start" is set to the
> bit offset of the found clump, while the respective clump value is
> stored to the location pointed by "clump". Additionally, the
> bitmap_get_value8 and bitmap_set_value8 functions are introduced to
> respectively get and set an 8-bit value in a bitmap memory region.
>
> Suggested-by: Andy Shevchenko <andy.shevchenko@gmail.com>
> Suggested-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
> Cc: Arnd Bergmann <arnd@arndb.de>
> Cc: Andrew Morton <akpm@linux-foundation.org>
> Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com>

I am still waiting for feedback from the core lib maintainers on this patch.
If I just get an ACK I can apply it to the GPIO tree, if noone else cares
I might just go in and apply it, but it feels slightly outside of my
jurisdiction.

Maybe people were just a bit stressed out around christmas?

What about looking at it now?

Yours,
Linus Walleij

  parent reply	other threads:[~2019-01-11  8:42 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-19  5:59 [PATCH v6 0/8] Introduce the for_each_set_clump8 macro William Breathitt Gray
2018-12-19  5:59 ` William Breathitt Gray
2018-12-19  6:00 ` [PATCH v6 1/8] bitops: " William Breathitt Gray
2018-12-19  6:00   ` William Breathitt Gray
2019-01-11  8:42   ` Linus Walleij [this message]
2019-01-11  8:42     ` Linus Walleij
2019-01-11  9:00   ` Rasmus Villemoes
2019-01-11  9:00     ` Rasmus Villemoes
2018-12-19  6:00 ` [PATCH v6 2/8] lib/test_bitmap.c: Add for_each_set_clump8 test cases William Breathitt Gray
2018-12-19  6:00   ` William Breathitt Gray
2019-01-02  8:45   ` [LKP] [lib/test_bitmap.c] 467e3fea0c: kernel_selftests.lib.bitmap.sh.fail kernel test robot
2018-12-19  6:01 ` [PATCH v6 3/8] gpio: 104-dio-48e: Utilize for_each_set_clump8 macro William Breathitt Gray
2018-12-19  6:01   ` William Breathitt Gray
2018-12-19  6:01 ` [PATCH v6 4/8] gpio: 104-idi-48: " William Breathitt Gray
2018-12-19  6:01   ` William Breathitt Gray
2018-12-19  6:01 ` [PATCH v6 5/8] gpio: gpio-mm: " William Breathitt Gray
2018-12-19  6:01   ` William Breathitt Gray
2018-12-19  6:02 ` [PATCH v6 6/8] gpio: ws16c48: " William Breathitt Gray
2018-12-19  6:02   ` William Breathitt Gray
2018-12-19  6:02 ` [PATCH v6 7/8] gpio: pci-idio-16: " William Breathitt Gray
2018-12-19  6:02   ` William Breathitt Gray
2018-12-19  6:02 ` [PATCH v6 8/8] gpio: pcie-idio-24: " William Breathitt Gray
2018-12-19  6:02   ` William Breathitt Gray

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=CACRpkdaL3LY6esgBfpJcox7AzQ8RoreqV0_gzM-AmQ_mYQHueQ@mail.gmail.com \
    --to=linus.walleij@linaro.org \
    --cc=akpm@linux-foundation.org \
    --cc=andriy.shevchenko@linux.intel.com \
    --cc=andy.shevchenko@gmail.com \
    --cc=arnd@arndb.de \
    --cc=linux-arch@vger.kernel.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@rasmusvillemoes.dk \
    --cc=vilhelm.gray@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;
as well as URLs for NNTP newsgroup(s).