[PATCH 05/11] gpio: tegra: configure pins during irq_set_type
From: Olof Johansson <hidden>
Date: 2012-04-04 17:58:55
Also in:
linux-tegra
From: Olof Johansson <hidden>
Date: 2012-04-04 17:58:55
Also in:
linux-tegra
On Fri, Mar 30, 2012 at 04:59:58PM -0600, Stephen Warren wrote:
From: Stephen Warren <redacted> When a Tegra GPIO is used as an IRQ, it should be enabled as a GPIO (so the pinmux module isn't driving it as an output) and configured as a GPIO input (so the GPIO module isn't driving it as an output). Set this up automatically whenever an IRQ is requested, so that users of IRQs don't need to do this. Signed-off-by: Stephen Warren <redacted>
Acked-by: Olof Johansson <redacted>