]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: tegra: seaboard: Don't gpio_request() ISL29018_IRQ
authorStephen Warren <swarren@nvidia.com>
Mon, 19 Mar 2012 16:24:41 +0000 (10:24 -0600)
committerStephen Warren <swarren@nvidia.com>
Wed, 18 Apr 2012 16:26:38 +0000 (10:26 -0600)
commit86abf9ecb6c3b074a7e98af6369f45c7601e62f2
treeacd4fd0fb674b377abe2b31270b885b0ea712a1f
parentb38eddf2069c22f6f5c7c817d19bac64e88aab17
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>
arch/arm/mach-tegra/board-seaboard.c