firmware: arm_scmi: fetch and store sensor scale
authorFlorian Fainelli <f.fainelli@gmail.com>
Wed, 8 May 2019 18:46:34 +0000 (11:46 -0700)
committerSudeep Holla <sudeep.holla@arm.com>
Wed, 12 Jun 2019 11:29:20 +0000 (12:29 +0100)
commit0b673b6486998061b0489b09447ebe8452da0146
tree3ca308c1d9df498af76ddab98e9f245c6038cd41
parentc0759b9b5d411ab27c479125cee9bae391a96436
firmware: arm_scmi: fetch and store sensor scale

In preparation for dealing with scales within the SCMI HWMON driver,
fetch and store the sensor unit scale into the scmi_sensor_info
structure. In order to simplify computations for upper layer, take care
of sign extending the scale to a full 8-bit signed value.

Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
[sudeep.holla: update bitfield values as per specification]
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
drivers/firmware/arm_scmi/sensors.c
include/linux/scmi_protocol.h