arm/tegra: Harmony: Configure PMC for low-level interrupts
authorStephen Warren <swarren@nvidia.com>
Wed, 21 Sep 2011 22:10:40 +0000 (16:10 -0600)
committerOlof Johansson <olof@lixom.net>
Thu, 13 Oct 2011 22:04:55 +0000 (15:04 -0700)
commit9eb4b91e69242a0fd249b8c320c307c17917cbf8
tree28c3af2176c9be6e5537b025522d89255991cd12
parentadd29e61d4651fc2f87dab443f47faa70ee96f8f
arm/tegra: Harmony: Configure PMC for low-level interrupts

Without this, the PMC continually detects an interrupt when the PMU_IRQ
line is high, causing the tps6686x IRQ handler thread to hog an entire
CPU.

This change was originally written by Wei Ni <wni@nvidia.com> for Seaboard
in the ChromeOS kernel.

Long-term, this should probably be moved into some kind of PMU driver,
or perhaps integrated into the GPIO/IRQ/pinmux system?

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/mach-tegra/board-harmony-power.c