devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V3 0/2] Add support for Awinic SAR sensor
@ 2024-07-12 11:31 wangshuaijie
  2024-07-12 11:31 ` [PATCH V3 1/2] dt-bindings: iio: Add YAML to Awinic proximity sensor wangshuaijie
                   ` (2 more replies)
  0 siblings, 3 replies; 20+ messages in thread
From: wangshuaijie @ 2024-07-12 11:31 UTC (permalink / raw)
  To: jic23, lars, robh, krzk+dt, conor+dt, waqar.hameed, linux-iio,
	devicetree, linux-kernel
  Cc: wangshuaijie, liweilei, kangjiajun

From: shuaijie wang <wangshuaijie@awinic.com>

Add drivers that support Awinic SAR (Specific Absorption Rate)
sensors to the Linux kernel.

The AW9610X series and AW963XX series are high-sensitivity
capacitive proximity detection sensors.

This device detects human proximity and assists electronic devices
in reducing SAR to pass SAR related certifications.

The device reduces RF power and reduces harm when detecting human proximity.
Increase power and improve signal quality when the human body is far away.

This patch implements device initialization, registration,
I/O operation handling and interrupt handling, and passed basic testing.

shuaijie wang (2):
  dt-bindings: iio: Add YAML to Awinic proximity sensor
  Add support for Awinic proximity sensor

 .../iio/proximity/awinic,aw96xxx.yaml         |  127 ++
 drivers/iio/proximity/Kconfig                 |   10 +
 drivers/iio/proximity/Makefile                |    2 +
 drivers/iio/proximity/aw9610x.c               | 1150 ++++++++++
 drivers/iio/proximity/aw963xx.c               | 1371 ++++++++++++
 drivers/iio/proximity/aw_sar.c                | 1850 +++++++++++++++++
 drivers/iio/proximity/aw_sar.h                |   23 +
 drivers/iio/proximity/aw_sar_comm_interface.c |  550 +++++
 drivers/iio/proximity/aw_sar_comm_interface.h |  172 ++
 drivers/iio/proximity/aw_sar_type.h           |  371 ++++
 10 files changed, 5626 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/iio/proximity/awinic,aw96xxx.yaml
 create mode 100644 drivers/iio/proximity/aw9610x.c
 create mode 100644 drivers/iio/proximity/aw963xx.c
 create mode 100644 drivers/iio/proximity/aw_sar.c
 create mode 100644 drivers/iio/proximity/aw_sar.h
 create mode 100644 drivers/iio/proximity/aw_sar_comm_interface.c
 create mode 100644 drivers/iio/proximity/aw_sar_comm_interface.h
 create mode 100644 drivers/iio/proximity/aw_sar_type.h


base-commit: 43db1e03c086ed20cc75808d3f45e780ec4ca26e
-- 
2.45.1


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

end of thread, other threads:[~2024-07-27 12:22 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-12 11:31 [PATCH V3 0/2] Add support for Awinic SAR sensor wangshuaijie
2024-07-12 11:31 ` [PATCH V3 1/2] dt-bindings: iio: Add YAML to Awinic proximity sensor wangshuaijie
2024-07-12 11:55   ` Krzysztof Kozlowski
2024-07-13 12:15     ` Jonathan Cameron
2024-07-25 12:47     ` wangshuaijie
2024-07-25 13:53       ` Krzysztof Kozlowski
2024-07-12 12:34   ` Rob Herring (Arm)
2024-07-12 11:32 ` [PATCH V3 2/2] Add support for " wangshuaijie
2024-07-12 12:01   ` Krzysztof Kozlowski
2024-07-25 12:48     ` wangshuaijie
2024-07-12 14:33   ` Markus Elfring
2024-07-12 22:22   ` kernel test robot
2024-07-13  6:15   ` kernel test robot
2024-07-13  8:50   ` kernel test robot
2024-07-13 10:33   ` kernel test robot
2024-07-13 14:27   ` Jonathan Cameron
2024-07-25 12:47     ` wangshuaijie
2024-07-27 12:22       ` Jonathan Cameron
2024-07-12 11:49 ` [PATCH V3 0/2] Add support for Awinic SAR sensor Waqar Hameed
2024-07-25 12:48   ` wangshuaijie

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