]> git.baikalelectronics.ru Git - kernel.git/commit
clk: tegra: Export peripheral reset functions
authorThierry Reding <thierry.reding@avionic-design.de>
Thu, 28 Mar 2013 20:31:27 +0000 (21:31 +0100)
committerStephen Warren <swarren@nvidia.com>
Thu, 4 Apr 2013 22:08:31 +0000 (16:08 -0600)
commit1f9d3809bd61505fb7c691b11d2b57af65d07df9
tree35e8bb0bfb431ac09ab2ff66b464ca0b004e8474
parent7ffcde38772f7e9247af58b95df6864d515dbfa1
clk: tegra: Export peripheral reset functions

The tegra_periph_reset_assert() and tegra_periph_reset_deassert()
functions can be used by drivers to reset peripherals. In order to allow
such drivers to be built as modules, export the functions.

Note that this restores the status quo as the functions were exported
before the move to the drivers/clk tree.

Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
Acked-by: Mike Turquette <mturquette@linaro.org>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
drivers/clk/tegra/clk-periph.c