[PATCH 01/11] ARM/gpio: ep93xx: build standalone
From: Olof Johansson <hidden>
Date: 2018-08-24 15:51:57
Also in:
linux-gpio
From: Olof Johansson <hidden>
Date: 2018-08-24 15:51:57
Also in:
linux-gpio
On Wed, Aug 22, 2018 at 10:41:01PM +0200, Linus Walleij wrote:
From: Arnd Bergmann <arnd@arndb.de> As a preparation for multiplatform support, this ensures that the ep93xx gpio driver can be built without any of the platform specific header files. We pass the IRQ numbers as a resource now, and use the virtual mmio base from the already existing resource, rather than relying on the hardwired virtual address from the header file. Some numbers are now hardcoded that came from macros in the past, but for all I can tell, the driver already relied on the specific values. Cc: arm at kernel.org Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Linus Walleij <redacted> --- Arnd/other ARM SoC person: Please provide an ACK for this patch so I can merge it with the rest of the refactorings into the GPIO tree.
Acked-by: Olof Johansson <redacted> (As Arnd said, isn't really needed but here's a redundant one anyway. :) -Olof