summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/clock.h
diff options
context:
space:
mode:
authorAlex Frid <afrid@nvidia.com>2013-08-23 20:21:44 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2013-09-14 13:43:46 -0700
commit6cf1873464a217816d52720dc19ef64dff662035 (patch)
tree7c5fcf6f9ab4928f8daacd06c95182dddf4732bc /arch/arm/mach-tegra/clock.h
parent802398b71fddbb2262cfef398d77a53b969eabe3 (diff)
ARM: tegra: clock: Support clock operations export
Added mechanism for clock producers outside of tegra clock-and-reset module to register clock operations with tegra clock framework. Bug 1320966 Change-Id: I5dd49dabd1624e042309f550d68cdf3de8ba2afe Signed-off-by: Alex Frid <afrid@nvidia.com> Reviewed-on: http://git-master/r/265874 Reviewed-by: Kaz Fukuoka <kfukuoka@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Yu-Huan Hsu <yhsu@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/clock.h')
-rw-r--r--arch/arm/mach-tegra/clock.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/clock.h b/arch/arm/mach-tegra/clock.h
index 0101882f5a25..d692ba3d17bd 100644
--- a/arch/arm/mach-tegra/clock.h
+++ b/arch/arm/mach-tegra/clock.h
@@ -260,6 +260,9 @@ struct clk {
enum shared_bus_users_mode mode;
u32 usage_flag;
} shared_bus_user;
+ struct {
+ struct tegra_clk_export_ops *ops;
+ } export_clk;
} u;
struct raw_notifier_head *rate_change_nh;