linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC PATCH v2 0/1] Adding support for IIO SCMI based sensors
@ 2020-12-24  3:19 Jyoti Bhayana
  2020-12-24  3:19 ` [RFC PATCH v2 1/1] iio/scmi: Adding support for IIO SCMI Based Sensors Jyoti Bhayana
  2020-12-30 12:37 ` [RFC PATCH v2 0/1] Adding support for IIO SCMI based sensors Jonathan Cameron
  0 siblings, 2 replies; 20+ messages in thread
From: Jyoti Bhayana @ 2020-12-24  3:19 UTC (permalink / raw)
  To: Jonathan Cameron, Hartmut Knaack, Lars-Peter Clausen,
	Peter Meerwald-Stadler, Jyoti Bhayana, Mauro Carvalho Chehab,
	David S. Miller, Rob Herring, Lukas Bulwahn
  Cc: linux-kernel, linux-iio, cristian.marussi, sudeep.holla,
	egranata, mikhail.golubev, Igor.Skalkin, Peter.hilber,
	ankitarora

Hi,

This series adds support for ARM SCMI Protocol based IIO Device.
This driver provides support for Accelerometer and Gyroscope sensor
using new SCMI Sensor Protocol defined by the upcoming SCMIv3.0 ARM
specification, which is available at 

https://developer.arm.com/documentation/den0056/c/

The series is currently based on top of:

commit f83eb664cdb4 ("Merge tag 'scmi-voltage-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into for-next/scmi")

in Sudeep for-next/scmi branch:

https://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/\
linux.git/log/?h=for-next/scmi

This version of the patch series has been tested using 
version 5.4.21 branch of Android common kernel.

Any feedback welcome,

Thanks,

Jyoti Bhayana

v1 --> v2
- Incorporated the feedback comments from v1 review of the patch
- Regarding the new ABI for sensor_power,sensor_max_range,
and sensor_resolution, these are some of the sensor attributes
which Android passes to the apps. If there is any other way of getting
those values, please let us know

Jyoti Bhayana (1):
  iio/scmi: Adding support for IIO SCMI Based Sensors

 MAINTAINERS                                |   6 +
 drivers/iio/common/Kconfig                 |   1 +
 drivers/iio/common/Makefile                |   1 +
 drivers/iio/common/scmi_sensors/Kconfig    |  18 +
 drivers/iio/common/scmi_sensors/Makefile   |   5 +
 drivers/iio/common/scmi_sensors/scmi_iio.c | 693 +++++++++++++++++++++
 6 files changed, 724 insertions(+)
 create mode 100644 drivers/iio/common/scmi_sensors/Kconfig
 create mode 100644 drivers/iio/common/scmi_sensors/Makefile
 create mode 100644 drivers/iio/common/scmi_sensors/scmi_iio.c

-- 
2.29.2.729.g45daf8777d-goog


^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2021-01-18 13:45 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-24  3:19 [RFC PATCH v2 0/1] Adding support for IIO SCMI based sensors Jyoti Bhayana
2020-12-24  3:19 ` [RFC PATCH v2 1/1] iio/scmi: Adding support for IIO SCMI Based Sensors Jyoti Bhayana
2020-12-30 13:41   ` Jonathan Cameron
2020-12-30 16:09     ` Lars-Peter Clausen
2020-12-30 12:37 ` [RFC PATCH v2 0/1] Adding support for IIO SCMI based sensors Jonathan Cameron
2021-01-05 23:09   ` Reply to " Jyoti Bhayana
2021-01-06 10:29     ` Jonathan Cameron
2021-01-06 11:26       ` Cristian Marussi
2021-01-06 14:36         ` Jonathan Cameron
2021-01-06 16:12           ` Cristian Marussi
2021-01-06 21:23             ` Jyoti Bhayana
2021-01-09 19:01               ` Jonathan Cameron
2021-01-11  6:44                 ` Jyoti Bhayana
2021-01-11 12:33                   ` Jonathan Cameron
2021-01-11 21:17                     ` Jyoti Bhayana
2021-01-16 19:33                       ` Jonathan Cameron
2021-01-17  7:15                         ` Jyoti Bhayana
2021-01-17 11:56                           ` Jonathan Cameron
2021-01-17 21:02                             ` Jyoti Bhayana
2021-01-18 13:42                               ` Jonathan Cameron

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).