Re: [PATCH 1/2] thermal/int340x_thermal: Add additional UUIDs

From: Zhang Rui
Date: Mon Dec 03 2018 - 10:08:37 EST


Hi, Matthew,

On ä, 2018-10-10 at 01:30 -0700, Matthew Garrett wrote:
> Platforms support more DPTF policies than the driver currently
> exposes.
> Add them. This effectively reverts
> 31908f45a583e8f21db37f402b6e8d5739945afd which removed several UUIDs
> without explaining why.
>
I'm going to apply this patch series, just with two minor changes,
1.Â31908f45a583e8f21db37f402b6e8d5739945afd does not follow theÂgit
commit description style 'commit <12+ chars of sha1> ("<title line>")'
2. the UUIDs were removed previously because these policies were not
used.

thanks,
rui

> Signed-off-by: Matthew Garrett <mjg59@xxxxxxxxxx>
> Cc: Zhang Rui <rui.zhang@xxxxxxxxx>
> Cc: Nisha Aram <nisha.aram@xxxxxxxxx>
> ---
> Âdrivers/thermal/int340x_thermal/int3400_thermal.c | 14
> ++++++++++++++
> Â1 file changed, 14 insertions(+)
>
> diff --git a/drivers/thermal/int340x_thermal/int3400_thermal.c
> b/drivers/thermal/int340x_thermal/int3400_thermal.c
> index e26b01c05e82..51c9097eaf7a 100644
> --- a/drivers/thermal/int340x_thermal/int3400_thermal.c
> +++ b/drivers/thermal/int340x_thermal/int3400_thermal.c
> @@ -22,6 +22,13 @@ enum int3400_thermal_uuid {
> Â INT3400_THERMAL_PASSIVE_1,
> Â INT3400_THERMAL_ACTIVE,
> Â INT3400_THERMAL_CRITICAL,
> + INT3400_THERMAL_ADAPTIVE_PERFORMANCE,
> + INT3400_THERMAL_EMERGENCY_CALL_MODE,
> + INT3400_THERMAL_PASSIVE_2,
> + INT3400_THERMAL_POWER_BOSS,
> + INT3400_THERMAL_VIRTUAL_SENSOR,
> + INT3400_THERMAL_COOLING_MODE,
> + INT3400_THERMAL_HARDWARE_DUTY_CYCLING,
> Â INT3400_THERMAL_MAXIMUM_UUID,
> Â};
> Â
> @@ -29,6 +36,13 @@ static char
> *int3400_thermal_uuids[INT3400_THERMAL_MAXIMUM_UUID] = {
> Â "42A441D6-AE6A-462b-A84B-4A8CE79027D3",
> Â "3A95C389-E4B8-4629-A526-C52C88626BAE",
> Â "97C68AE7-15FA-499c-B8C9-5DA81D606E0A",
> + "63BE270F-1C11-48FD-A6F7-3AF253FF3E2D",
> + "5349962F-71E6-431D-9AE8-0A635B710AEE",
> + "9E04115A-AE87-4D1C-9500-0F3E340BFE75",
> + "F5A35014-C209-46A4-993A-EB56DE7530A1",
> + "6ED722A7-9240-48A5-B479-31EEF723D7CF",
> + "16CAF1B7-DD38-40ED-B1C1-1B8A1913D531",
> + "BE84BABF-C4D4-403D-B495-3128FD44dAC1",
> Â};
> Â
> Âstruct int3400_thermal_priv {