commit | c61b3da0aca4cccb1dca757eb94e443faba4e88f | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Mon Mar 19 10:24:41 2012 -0600 |
committer | Stephen Warren <swarren@nvidia.com> | Wed Apr 18 10:26:38 2012 -0600 |
tree | acd4fd0fb674b377abe2b31270b885b0ea712a1f | |
parent | d941136fc6ead10a7ff319bad199869b593962c5 [diff] |
ARM: tegra: seaboard: Don't gpio_request() ISL29018_IRQ Don't call gpio_request() or gpio_direction_input() for ISL29018_IRQ. This pin is only used as an IRQ, and hence no GPIO configuration should be necessary; the GPIO/IRQ driver should (and does) perform any required setup when the IRQ is requested. Signed-off-by: Stephen Warren <swarren@nvidia.com> Acked-by: Olof Johansson <olof@lixom.net>