thermal: cpu_cooling: remove set_freezable() when suspend not implemented
requested to merge martin.kepplinger/linux-next:imx8-current-librem5_20191216_cpuidle_bugfix into imx8-current-librem5
The cpu_cooling driver prevents system suspend due to one hung task per cpu. This is because it is "set freezable" by accident. That's a bug.
Note: In newer kernels, this issue goes away because of a different implementation altogether and system suspend will work there.
We at least should include this fix for people in order to be able to experiment with S3 suspend.