summaryrefslogtreecommitdiff
path: root/drivers/platform
diff options
context:
space:
mode:
authorPaul Walmsley <pwalmsley@nvidia.com>2014-04-14 20:32:16 -0700
committerSeema Khowala <seemaj@nvidia.com>2014-04-23 14:04:59 -0700
commite61c79b70d14ce5401ba3943570037c2a47e2f22 (patch)
tree19d4112127bfd93f0efd3b8d4892719a04551872 /drivers/platform
parent6a03ef793b4eb446e9046b6ca1f08c8e15c21cc5 (diff)
drivers: tegra: pmc: change name of struct tegra_tsensor_pmu_data
At Aleks' request, change the name of struct tegra_tsensor_pmu_data, to clarify what it is and what it does. This structure has nothing to do with PMIC temperature sensors. Instead it's used to configure the boot ROM appropriately to tell the PMIC how to power off the SoC after SOC_THERM's critical thermal trip point has been reached ("thermtrip"). The name will now be 'struct tegra_thermtrip_pmic_data'. Change-Id: I40e5aeeb74267993272e33c92300d3506a15a4a8 Cc: Aleksandr Frid <afrid@nvidia.com> Cc: Diwakar Tundlam <dtundlam@nvidia.com> Cc: Matthew Longnecker <mlongnecker@nvidia.com> Signed-off-by: Paul Walmsley <pwalmsley@nvidia.com> Reviewed-on: http://git-master/r/396170 Reviewed-by: Matthew Longnecker <mlongnecker@nvidia.com> Reviewed-by: Diwakar Tundlam <dtundlam@nvidia.com>
Diffstat (limited to 'drivers/platform')
-rw-r--r--drivers/platform/tegra/pmc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/platform/tegra/pmc.c b/drivers/platform/tegra/pmc.c
index d4f69642e7a0..1b7e6983031a 100644
--- a/drivers/platform/tegra/pmc.c
+++ b/drivers/platform/tegra/pmc.c
@@ -181,7 +181,7 @@ EXPORT_SYMBOL(tegra_pmc_enable_thermal_trip);
*
* XXX This function does no input validation, but it should.
*/
-void tegra_pmc_config_thermal_trip(struct tegra_tsensor_pmu_data *data)
+void tegra_pmc_config_thermal_trip(struct tegra_thermtrip_pmic_data *data)
{
u32 v = 0;
u32 c, w;