]> git.karo-electronics.de Git - linux-beck.git/commit
ARM: tegra: Add a simple PMC driver
authorStephen Warren <swarren@nvidia.com>
Wed, 25 Jan 2012 21:43:28 +0000 (14:43 -0700)
committerOlof Johansson <olof@lixom.net>
Tue, 7 Feb 2012 02:25:01 +0000 (18:25 -0800)
commitd3b8bdd5f9bc538fb17466cbb7af43209b55cb93
treeebad05f40bd821d30c1b777000ca04999bc04b98
parent8bc4f556bd740789cf6fab36d1776d6d4d8bd375
ARM: tegra: Add a simple PMC driver

This PMC driver is enough to parse the nvidia,invert-interrupt property
from device tree, and configure the PMC's to honor that.

In the future, this file could expand to centralize all other PMC accesses
within the mach-tegra code.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/mach-tegra/Makefile
arch/arm/mach-tegra/common.c
arch/arm/mach-tegra/pmc.c [new file with mode: 0644]
arch/arm/mach-tegra/pmc.h [new file with mode: 0644]