From 2267d376673dd077c51d2e30146053a0fef396d6 Mon Sep 17 00:00:00 2001 From: Alex Frid Date: Tue, 10 Dec 2013 22:29:34 -0800 Subject: ARM: tegra: thermal: Re-factor trip-points APIs Re-named, and re-arranged trip-points installation interfaces, so that interface name reflects module/parameter subject to thermal control, instead of designated thermal zone (the latter may change on different platforms creating a confusion with old names). Change-Id: Ie3714d14103b85720598cf9da44e0abf51326ac5 Signed-off-by: Alex Frid Reviewed-on: http://git-master/r/344606 Reviewed-by: Diwakar Tundlam Tested-by: Diwakar Tundlam --- arch/arm/mach-tegra/board-common.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'arch/arm/mach-tegra/board-common.h') diff --git a/arch/arm/mach-tegra/board-common.h b/arch/arm/mach-tegra/board-common.h index a46164c351ef..682644ca826d 100644 --- a/arch/arm/mach-tegra/board-common.h +++ b/arch/arm/mach-tegra/board-common.h @@ -27,13 +27,14 @@ extern struct platform_device *uart_console_debug_device; int uart_console_debug_init(int defaul_debug_port); int tegra_vibrator_init(void); -void tegra_add_cdev_trips(struct thermal_trip_info *trips, int *num_trips); +void tegra_add_all_vmin_trips(struct thermal_trip_info *trips, int *num_trips); void tegra_add_cpu_vmin_trips(struct thermal_trip_info *trips, int *num_trips); void tegra_add_gpu_vmin_trips(struct thermal_trip_info *trips, int *num_trips); void tegra_add_core_vmin_trips(struct thermal_trip_info *trips, int *num_trips); -void tegra_add_tj_trips(struct thermal_trip_info *trips, int *num_trips); +void tegra_add_cpu_vmax_trips(struct thermal_trip_info *trips, int *num_trips); +void tegra_add_core_edp_trips(struct thermal_trip_info *trips, int *num_trips); void tegra_add_tgpu_trips(struct thermal_trip_info *trips, int *num_trips); void tegra_add_vc_trips(struct thermal_trip_info *trips, int *num_trips); -void tegra_add_tpll_trips(struct thermal_trip_info *trips, int *num_trips); +void tegra_add_core_vmax_trips(struct thermal_trip_info *trips, int *num_trips); #endif -- cgit v1.2.3