Re: [PATCH v1 1/3] gpio: Add APM X-Gene standby GPIO controller driver
From: Arnd Bergmann <arnd@arndb.de>
Date: 2014-10-09 12:13:34
Also in:
linux-arm-kernel, linux-gpio
From: Arnd Bergmann <arnd@arndb.de>
Date: 2014-10-09 12:13:34
Also in:
linux-arm-kernel, linux-gpio
On Thursday 09 October 2014 16:31:18 Y Vo wrote:
Dear Arnd, Thanks a lot for your review. Pls see my answer on blue text below.
Please do not send html-encoded email, it will get dropped by all mailing lists.
On Wed, Oct 8, 2014 at 10:13 PM, Arnd Bergmann [off-list ref] wrote:quoted
On Wednesday 08 October 2014 21:52:26 Y Vo wrote:quoted
+ +#define GICD_SPI_BASE 0x78010000You can't hardcode register locations. Please use the proper interfaces to do whatever you want. *APM: We will do that.*quoted
It's probably not ok to map any GIC registers into the GPIO driver, it should operate as a nested irqchip.*APM: We will find the solution, the problem is we want to read the status of that GPIO in case it is configured IRQ. In this case we must access to GIC to read the true value.*
Can you explain what the hardware does here? Do you mean you have no way to read the GPIO level from the GPIO controller for any pin that is configured as an interrupt? Can you route all GPIO pins to arbitrary upstream IRQ lines, or is this hardwired in the GPIO block? Arnd