RE: [PATCH v3 1/2] scsi: ufs: Probe for temperature notification support

From: Avri Altman
Date: Mon Sep 13 2021 - 03:49:46 EST


> >> 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