Re: [PATCH] thermal: intel_pch_thermal: Fix enable check on Broadwell-DE

2017-08-14 Thread Pandruvada, Srinivas
On Wed, 2017-07-19 at 17:44 -0700, Ed Swierk wrote: > Using the TSDSS flag to determine whether the thermal sensor is > enabled is problematic. Broadwell-DE (Xeon D-1500) does not support > dynamic shutdown and the TSDSS flag always reads 0 (contrary to the > current datasheet). Even on hardware

Re: [PATCH] thermal: intel_pch_thermal: Fix enable check on Broadwell-DE

2017-08-14 Thread Pandruvada, Srinivas
On Wed, 2017-07-19 at 17:44 -0700, Ed Swierk wrote: > Using the TSDSS flag to determine whether the thermal sensor is > enabled is problematic. Broadwell-DE (Xeon D-1500) does not support > dynamic shutdown and the TSDSS flag always reads 0 (contrary to the > current datasheet). Even on hardware

[PATCH] thermal: intel_pch_thermal: Fix enable check on Broadwell-DE

2017-07-19 Thread Ed Swierk
Using the TSDSS flag to determine whether the thermal sensor is enabled is problematic. Broadwell-DE (Xeon D-1500) does not support dynamic shutdown and the TSDSS flag always reads 0 (contrary to the current datasheet). Even on hardware supporting dynamic shutdown, the driver does nothing to

[PATCH] thermal: intel_pch_thermal: Fix enable check on Broadwell-DE

2017-07-19 Thread Ed Swierk
Using the TSDSS flag to determine whether the thermal sensor is enabled is problematic. Broadwell-DE (Xeon D-1500) does not support dynamic shutdown and the TSDSS flag always reads 0 (contrary to the current datasheet). Even on hardware supporting dynamic shutdown, the driver does nothing to