mbox series

[SRU,B/E/F/U,0/1] intel_pch_thermal: Add Comet Lake (CML) platform support

Message ID 20200212083742.2138718-1-vicamo.yang@canonical.com
Headers show
Series intel_pch_thermal: Add Comet Lake (CML) platform support | expand

Message

You-Sheng Yang Feb. 12, 2020, 8:37 a.m. UTC
BugLink: https://bugs.launchpad.net/bugs/1853219

[Impact]
Missing thermal_zone info for Intel PCH on Comet Lake (CML) platform.

[Fix]
Commit 35709c4ee772 ("thermal: intel: intel_pch_thermal: Add Comet Lake
(CML) platform support") from v5.6-rc1 to be backported.

[Test Case]
Check if sysfs thermal zone entry of type "pch_cometlake" exists:

  $ cat /sys/class/thermal/thermal_zone*/type | grep pch_cometlake

[Regression Potential]
Low. This affects only CML platforms.

Gayatri Kammela (1):
  thermal: intel: intel_pch_thermal: Add Comet Lake (CML) platform
    support

 drivers/thermal/intel/intel_pch_thermal.c | 8 ++++++++
 1 file changed, 8 insertions(+)

Comments

Anthony Wong Feb. 12, 2020, 4:30 p.m. UTC | #1
On Wed, Feb 12, 2020 at 04:37:41PM +0800, You-Sheng Yang wrote:
> BugLink: https://bugs.launchpad.net/bugs/1853219
> 
> [Impact]
> Missing thermal_zone info for Intel PCH on Comet Lake (CML) platform.
> 
> [Fix]
> Commit 35709c4ee772 ("thermal: intel: intel_pch_thermal: Add Comet Lake
> (CML) platform support") from v5.6-rc1 to be backported.
> 
> [Test Case]
> Check if sysfs thermal zone entry of type "pch_cometlake" exists:
> 
>   $ cat /sys/class/thermal/thermal_zone*/type | grep pch_cometlake
> 
> [Regression Potential]
> Low. This affects only CML platforms.
> 
> Gayatri Kammela (1):
>   thermal: intel: intel_pch_thermal: Add Comet Lake (CML) platform
>     support
> 
>  drivers/thermal/intel/intel_pch_thermal.c | 8 ++++++++
>  1 file changed, 8 insertions(+)
> 
> -- 
> 2.25.0

Clean cherry-pick.

Acked-by: Anthony Wong <anthony.wong@canonical.com>
You-Sheng Yang Feb. 13, 2020, 6:49 a.m. UTC | #2
Sorry, should be OEM-OSP1-B, not for generic bionic. Going to send a V2.

On 2020-02-12 16:37, You-Sheng Yang wrote:
> BugLink: https://bugs.launchpad.net/bugs/1853219
> 
> [Impact]
> Missing thermal_zone info for Intel PCH on Comet Lake (CML) platform.
> 
> [Fix]
> Commit 35709c4ee772 ("thermal: intel: intel_pch_thermal: Add Comet Lake
> (CML) platform support") from v5.6-rc1 to be backported.
> 
> [Test Case]
> Check if sysfs thermal zone entry of type "pch_cometlake" exists:
> 
>   $ cat /sys/class/thermal/thermal_zone*/type | grep pch_cometlake
> 
> [Regression Potential]
> Low. This affects only CML platforms.
> 
> Gayatri Kammela (1):
>   thermal: intel: intel_pch_thermal: Add Comet Lake (CML) platform
>     support
> 
>  drivers/thermal/intel/intel_pch_thermal.c | 8 ++++++++
>  1 file changed, 8 insertions(+)
>