Re: [RFC PATCH v2 1/1] iio/scmi: Adding support for IIO SCMI Based Sensors

2020-12-30 Thread Lars-Peter Clausen
On 12/30/20 2:41 PM, Jonathan Cameron wrote: On Thu, 24 Dec 2020 03:19:21 + Jyoti Bhayana wrote: + /* +* The seconds field in the sensor interval in SCMI is 16 bits long +* Therefore seconds = 1/Hz <= 0x. As floating point calculations are +* discouraged

Re: [RFC PATCH v2 1/1] iio/scmi: Adding support for IIO SCMI Based Sensors

2020-12-30 Thread Jonathan Cameron
On Thu, 24 Dec 2020 03:19:21 + Jyoti Bhayana wrote: > This change provides ARM SCMI Protocol based IIO device. > This driver provides support for Accelerometer and Gyroscope using > new SCMI Sensor Protocol defined by the upcoming SCMIv3.0 > ARM specification > > Signed-off-by: Jyoti Bhayana