iio/scmi: Adding support for IIO SCMI Based Sensors
authorJyoti Bhayana <jbhayana@google.com>
Tue, 9 Mar 2021 23:12:59 +0000 (23:12 +0000)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sat, 13 Mar 2021 16:43:04 +0000 (16:43 +0000)
commitf774117c96f94c7c4d2f076e4cacc80218b0df48
tree28b5812fd6be25930acfbbe2cff1d804f6db6139
parenta38fd8748464831584a19438cbb3082b5a2dab15
iio/scmi: Adding support for IIO SCMI Based Sensors

This change provides ARM SCMI Protocol based IIO device.
This driver provides support for Accelerometer and Gyroscope using
SCMI Sensor Protocol extensions added in the SCMIv3.0 ARM specification

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Jyoti Bhayana <jbhayana@google.com>
Link: https://lore.kernel.org/r/20210212172235.507028-2-jbhayana@google.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Link: https://lore.kernel.org/r/20210309231259.78050-2-jbhayana@google.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
MAINTAINERS
drivers/firmware/arm_scmi/driver.c
drivers/iio/common/Kconfig
drivers/iio/common/Makefile
drivers/iio/common/scmi_sensors/Kconfig [new file with mode: 0644]
drivers/iio/common/scmi_sensors/Makefile [new file with mode: 0644]
drivers/iio/common/scmi_sensors/scmi_iio.c [new file with mode: 0644]