]> 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)
commit69b869f666f6190a4697300f7574d8ab8aa2ac57
treeacd4fd0fb674b377abe2b31270b885b0ea712a1f
parent7a1d53028c7b2be81f7af9985ee4a97827201582
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