]> git.karo-electronics.de Git - karo-tx-linux.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)
commit4dd59cdd35506b77ed4ebf4bb90347d7653ba585
tree35e8bb0bfb431ac09ab2ff66b464ca0b004e8474
parent5a88b0d10f198ddd5f988f40d34b52f34c87a5c6
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