From: Stephen Warren Date: Mon, 19 Mar 2012 16:31:58 +0000 (-0600) Subject: gpio: tegra: configure pins during irq_set_type X-Git-Tag: v3.5-rc1~152^2~6^2~9 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d941136fc6ead10a7ff319bad199869b593962c5;p=pandora-kernel.git gpio: tegra: configure pins during irq_set_type 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 Acked-by: Olof Johansson --- Reading git-diff-tree failed