public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] iio: proximity: hx9023s: firmware property, safety fixes, and ACPI support
@ 2026-02-09  3:37 Yasin Lee
  2026-02-09  3:37 ` [PATCH 1/5] iio: proximity: hx9023s: fix out-of-bounds access when copying firmware Yasin Lee
                   ` (4 more replies)
  0 siblings, 5 replies; 22+ messages in thread
From: Yasin Lee @ 2026-02-09  3:37 UTC (permalink / raw)
  To: Jonathan Cameron, David Lechner, Nuno Sá, Andy Shevchenko,
	Rob Herring, Krzysztof Kozlowski, Conor Dooley, yasin.lee.x
  Cc: linux-iio, linux-kernel, devicetree, Yasin Lee

Hi,

This series contains a set of small fixes and improvements for the hx9023s
proximity sensor driver.

The changes include:

 - Fixing a potential out-of-bounds access when copying firmware data.
 - Avoiding a division-by-zero case when the sampling frequency is unspecified.
 - Allowing the firmware file name to be specified via firmware-name property,
   along with the corresponding DT binding update.
 - Adding ACPI device ID support to enable hx9023s on ACPI-based platforms.

All changes are independent but related to robustness and platform support,
and are grouped together for easier review.

Tested on a DT-based platform with firmware loading enabled.

Thanks for your time and review.

Best regards,
Yasin Lee

Signed-off-by: Yasin Lee <yasin.lee.x@gmail.com>
---
Yasin Lee (5):
      iio: proximity: hx9023s: fix out-of-bounds access when copying firmware
      iio: proximity: hx9023s: Protect against division by zero in set_samp_freq
      iio: proximity: hx9023s: support firmware-name property
      dt-bindings: iio: proximity: hx9023s: support firmware-name property
      iio: proximity: hx9023s: add ACPI support

 .../bindings/iio/proximity/tyhx,hx9023s.yaml       |  7 ++++++
 drivers/iio/proximity/hx9023s.c                    | 26 +++++++++++++++++-----
 2 files changed, 28 insertions(+), 5 deletions(-)
---
base-commit: c8bfb63c902678228a0a265e22a5f55404988a43
change-id: 20260209-upstream-20260219-a7af6d9a85ad

Best regards,
-- 
Yasin Lee <yasin.lee.x@gmail.com>


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

end of thread, other threads:[~2026-02-14 17:24 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-09  3:37 [PATCH 0/5] iio: proximity: hx9023s: firmware property, safety fixes, and ACPI support Yasin Lee
2026-02-09  3:37 ` [PATCH 1/5] iio: proximity: hx9023s: fix out-of-bounds access when copying firmware Yasin Lee
2026-02-09  8:45   ` Andy Shevchenko
2026-02-10 16:35     ` Yasin Lee
2026-02-14 17:24       ` Jonathan Cameron
2026-02-09  3:37 ` [PATCH 2/5] iio: proximity: hx9023s: Protect against division by zero in set_samp_freq Yasin Lee
2026-02-09  8:46   ` Andy Shevchenko
2026-02-10 16:29     ` Yasin Lee
2026-02-10 17:34       ` Andy Shevchenko
2026-02-11  6:57         ` Yasin Lee
2026-02-09  3:37 ` [PATCH 3/5] iio: proximity: hx9023s: support firmware-name property Yasin Lee
2026-02-09  8:02   ` Krzysztof Kozlowski
2026-02-10 15:19     ` Yasin Lee
2026-02-09  8:50   ` Andy Shevchenko
2026-02-10 16:14     ` Yasin Lee
2026-02-09  3:37 ` [PATCH 4/5] dt-bindings: " Yasin Lee
2026-02-09  8:01   ` Krzysztof Kozlowski
2026-02-11  6:44     ` Yasin Lee
2026-02-09  3:37 ` [PATCH 5/5] iio: proximity: hx9023s: add ACPI support Yasin Lee
2026-02-09  8:44   ` Andy Shevchenko
2026-02-11  3:54     ` Yasin Lee
2026-02-11  8:47       ` Andy Shevchenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox