Re: [PATCH V9 0/2] Add support for aw96103/aw96105 proximity sensor
From: Jonathan Cameron
Date: Sat Aug 31 2024 - 10:07:43 EST
On Tue, 27 Aug 2024 08:02:27 +0000
wangshuaijie@xxxxxxxxxx wrote:
> From: shuaijie wang <wangshuaijie@xxxxxxxxxx>
>
> Add drivers that support Awinic aw96103/aw96105 proximity sensors.
>
> The aw9610x series are high-sensitivity capacitive proximity detection
> sensors. This device detects human proximity and assists electronic devices
> in reducing specific absorption rate (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.
>
> The specific absorption rate (SAR) is a metric that measures the degree of
> absorption of electromagnetic radiation emitted by wireless devices,
> such as mobile phones and tablets, by human tissue.
>
> This patch implements device initialization, registration,
> I/O operation handling and interrupt handling, and passed basic testing.
I made one trivial tweak to add static to the iio_info declaration and
applied to the togreg branch of iio.git, initially pushed out as testing
for 0-day to see if it can find any issues we missed.
Thanks,
Jonathan