On Wed, Jan 30, 2019 at 2:07 AM Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> wrote: > On Mon, 14 Jan 2019 15:19:17 +0900 William Breathitt Gray <vilhelm.gray@xxxxxxxxx> wrote: > > drivers/gpio/gpio-104-dio-48e.c | 73 ++++++-------------- > > drivers/gpio/gpio-104-idi-48.c | 37 +++------- > > drivers/gpio/gpio-gpio-mm.c | 73 ++++++-------------- > > drivers/gpio/gpio-pci-idio-16.c | 75 ++++++++------------ > > drivers/gpio/gpio-pcie-idio-24.c | 111 +++++++++++------------------- > > drivers/gpio/gpio-ws16c48.c | 72 ++++++------------- > > include/asm-generic/bitops/find.h | 14 ++++ > > include/linux/bitops.h | 5 ++ > > lib/find_bit.c | 81 ++++++++++++++++++++++ > > lib/test_bitmap.c | 65 +++++++++++++++++ > > 10 files changed, 307 insertions(+), 299 deletions(-) > > It's a shame that it doesn't actually dercease the kernel line count, > but there are other benefits. > > The patches are missing the hoped-for acks, but I think you maintain > most/all of those drivers. He does, but FWIW: Reviewed-by: Linus Walleij <linus.walleij@xxxxxxxxxx> Yours, Linus Walleij