linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC PATCH 0/1] Adding support for IIO SCMI based sensors
@ 2020-11-13 17:06 Jyoti Bhayana
  2020-11-13 17:06 ` [RFC PATCH 1/1] iio/scmi: Adding support for IIO SCMI Based Sensors Jyoti Bhayana
  0 siblings, 1 reply; 4+ messages in thread
From: Jyoti Bhayana @ 2020-11-13 17:06 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 b9ceca6be432 ("firmware: arm_scmi: Fix duplicate workqueue name")

in Sudeep for-next/scmi branch:

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

Also, apply latest patches on the SCMI V3.0 Sensors extensions series
found at:

https://lore.kernel.org/linux-arm-kernel/\
20201026201007.23591-1-cristian.marussi@arm.com/

The purpose of this RFC patch series is to get the initial level of
feedback. This version of the patch series is not fully tested.
Only the older verion of this patch series based on linux kernel 
version 5.4.21 has been tested using branch of Android common kernel.

Any feedback welcome,

Thanks,

Jyoti Bhayana

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

 MAINTAINERS                 |   6 +
 drivers/iio/Kconfig         |   1 +
 drivers/iio/Makefile        |   1 +
 drivers/iio/scmi/Kconfig    |  16 +
 drivers/iio/scmi/Makefile   |   5 +
 drivers/iio/scmi/scmi_iio.c | 780 ++++++++++++++++++++++++++++++++++++
 6 files changed, 809 insertions(+)
 create mode 100644 drivers/iio/scmi/Kconfig
 create mode 100644 drivers/iio/scmi/Makefile
 create mode 100644 drivers/iio/scmi/scmi_iio.c

-- 
2.29.2.222.g5d2a92d10f8-goog


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

end of thread, other threads:[~2020-11-17 18:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-13 17:06 [RFC PATCH 0/1] Adding support for IIO SCMI based sensors Jyoti Bhayana
2020-11-13 17:06 ` [RFC PATCH 1/1] iio/scmi: Adding support for IIO SCMI Based Sensors Jyoti Bhayana
2020-11-13 18:58   ` Jonathan Cameron
2020-11-17 18:23   ` Cristian Marussi

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).