]> 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)
commit40700b10023fb0b9cc1c8bd5bbd2f08cb70a07cf
tree35e8bb0bfb431ac09ab2ff66b464ca0b004e8474
parent38bfe41fce84a925b0611d01792a3808bad24229
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