[PATCH V5 1/3] ARM64 LPC: Indirect ISA port IO introduced
From: arnd@arndb.de (Arnd Bergmann)
Date: 2016-11-08 16:16:43
Also in:
linux-devicetree, linux-pci, linux-serial, lkml
From: arnd@arndb.de (Arnd Bergmann)
Date: 2016-11-08 16:16:43
Also in:
linux-devicetree, linux-pci, linux-serial, lkml
On Tuesday, November 8, 2016 5:09:59 PM CET Arnd Bergmann wrote:
I don't see a better alternative. I earlier suggested having these out of line so we don't grow the object code too much when it is enabled.
On second look, I see that they are all done out of line, I would just move around the BUILD_EXTIO macro to the file that uses it and remove and open-code the DECLARE_EXTIO() as that makes it easier to grep. Arnd