RE: [PATCH v3 1/2] scsi: ufs: Probe for temperature notification support
From: Avri Altman <Avri.Altman@wdc.com>
Date: 2021-09-13 07:49:46
Also in:
lkml
From: Avri Altman <Avri.Altman@wdc.com>
Date: 2021-09-13 07:49:46
Also in:
lkml
quoted
quoted
The "enable" attribute only makes sense if it can be used to actually enable or disable a specific sensor, and is not tied to limit attributes but to the actual sensor values.See explanation above. Will make it writable as well.That only makes sense if the information is passed to the chip. What is going to happen if the user writes 0 into the attribute ?
Will turn off the temperature exception bits, so that Tcase is no longer valid, and the device will always return Tcase = 0.
Guenter