On Mon, Oct 1, 2012 at 5:42 PM, Alexander Shiyan [off-list ref] wrote:
The CLPS711X CPUs provide some GPIOs for use in the system. This
driver provides support for these via gpiolib. Due to platform
limitations, driver does not support interrupts, only inputs and
outputs.
Signed-off-by: Alexander Shiyan <redacted>
I agree with Russell's comment that all register access macros need
to be pushed down to drivers/gpio/gpio-clps711x.c.
Preferably they should also be replaced by register #defines
and ioremap:ed accesses but I'm not going to be pushy about
that since the driver certainly looks way better after this than
before, so it can be fixed up later.
Yours,
Linus Walleij