All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Add Semtech SX9360 SAR Sensor support
@ 2021-11-17  9:16 Gwendal Grignou
  2021-11-17  9:16 ` [PATCH 1/3] iio: proximity: Add sx9360 support Gwendal Grignou
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Gwendal Grignou @ 2021-11-17  9:16 UTC (permalink / raw)
  To: jic23, lars, swboyd; +Cc: andy.shevchenko, linux-iio, Gwendal Grignou

Add a new Semtech SAR sensor SX9360.
It is a simpler version of SX9324, with only one phase instead of 4.
Leverage sx_common.h interface defined when SX9324 was added.

Gwendal Grignou (3):
  iio: proximity: Add sx9360 support
  dt-bindings: iio: Add sx9360 binding
  iio: sx9360: Add dt-binding support

 .../iio/proximity/semtech,sx9360.yaml         |  91 ++
 drivers/iio/proximity/Kconfig                 |  14 +
 drivers/iio/proximity/Makefile                |   1 +
 drivers/iio/proximity/sx9360.c                | 909 ++++++++++++++++++
 4 files changed, 1015 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/iio/proximity/semtech,sx9360.yaml
 create mode 100644 drivers/iio/proximity/sx9360.c

-- 
2.34.0.rc1.387.gb447b232ab-goog


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

end of thread, other threads:[~2021-11-19  1:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-17  9:16 [PATCH 0/3] Add Semtech SX9360 SAR Sensor support Gwendal Grignou
2021-11-17  9:16 ` [PATCH 1/3] iio: proximity: Add sx9360 support Gwendal Grignou
2021-11-17  9:16 ` [PATCH 2/3] dt-bindings: iio: Add sx9360 binding Gwendal Grignou
2021-11-19  1:08   ` Stephen Boyd
2021-11-17  9:16 ` [PATCH 3/3] iio: sx9360: Add dt-binding support Gwendal Grignou
2021-11-19  1:08   ` Stephen Boyd

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.