Re: [RFC 2/3] gpiolib: remove empty asm/gpio.h files
From: Arnd Bergmann <arnd@kernel.org>
Date: 2021-11-09 12:21:09
Also in:
linux-arm-kernel, linux-m68k, linux-sh, lkml
From: Arnd Bergmann <arnd@kernel.org>
Date: 2021-11-09 12:21:09
Also in:
linux-arm-kernel, linux-m68k, linux-sh, lkml
On Tue, Nov 9, 2021 at 12:51 PM Linus Walleij [off-list ref] wrote:
On Fri, Nov 5, 2021 at 2:04 PM Arnd Bergmann [off-list ref] wrote:quoted
From: Arnd Bergmann <arnd@arndb.de> The arm and sh versions of this file are identical to the generic versions and can just be removed. The drivers that actually use the sh3 specific version also include cpu/gpio.h directly. This leaves coldfire as the only gpio driver that needs something custom for gpiolib. Signed-off-by: Arnd Bergmann <arnd@arndb.de>Excellent! Reviewed-by: Linus Walleij <redacted> I suggest Bartosz can queue this in the GPIO tree.
I just sent v2 with slightly updated changelog texts and additional patches
but without your Reviewed-by:. I suppose I'll have a v3 after the merge window,
let's use that.
Arnd