Re: [PATCH v4 1/3] gpio-tz1090: add TZ1090 gpio driver

2013-07-20 Thread Linus Walleij
On Tue, Jun 25, 2013 at 4:27 PM, James Hogan james.ho...@imgtec.com wrote: Add a GPIO driver for the main GPIOs found in the TZ1090 (Comet) SoC. This doesn't include low-power GPIOs as they're controlled separately via the Powerdown Controller (PDC) registers. The driver is instantiated by

[PATCH v4 1/3] gpio-tz1090: add TZ1090 gpio driver

2013-06-25 Thread James Hogan
Add a GPIO driver for the main GPIOs found in the TZ1090 (Comet) SoC. This doesn't include low-power GPIOs as they're controlled separately via the Powerdown Controller (PDC) registers. The driver is instantiated by device tree and supports interrupts for all GPIOs. Signed-off-by: James Hogan