]> Pileus Git - ~andy/linux/commit
ARM: tegra: Export tegra_powergate_sequence_power_up()
authorThierry Reding <thierry.reding@avionic-design.de>
Thu, 28 Mar 2013 20:35:03 +0000 (21:35 +0100)
committerStephen Warren <swarren@nvidia.com>
Fri, 29 Mar 2013 16:38:25 +0000 (10:38 -0600)
commit99f69fea23d3c87c4f3067cb69499ff76499d93b
treeb51ddd82fdf8630f02cc3f3b2f34d744c08034e9
parentd4cba7fa7e2b25b463e51006bdeab7110f96ec33
ARM: tegra: Export tegra_powergate_sequence_power_up()

This function can be used by drivers to enable power to the hardware
blocks that they drive. Most of the drivers can be built as a module
and therefore require this function to be exported.

Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
arch/arm/mach-tegra/powergate.c