Re: [PATCH v5 1/8] drivers: thermal: tsens: De-constify struct tsens_features

From: Stephen Boyd
Date: Wed Feb 19 2020 - 17:54:29 EST


Quoting Amit Kucheria (2020-02-18 10:12:05)
> struct tsens_features is currently initialized as part of platform data
> at compile-time and not modifiable. We now have some usecases in feature
> detection across IP versions where it is more flexible to update the
> features after probing registers.
>
> Remove const qualifier from tsens_features and the encapsulating
> tsens_plat_data.
>
> Signed-off-by: Amit Kucheria <amit.kucheria@xxxxxxxxxx>
> ---

Reviewed-by: Stephen Boyd <swboyd@xxxxxxxxxxxx>