lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Sat, 8 Jun 2024 17:50:55 +0100
From: Jonathan Cameron <jic23@...nel.org>
To: Yasin Lee <yasin.lee.x@...look.com>
Cc: andy.shevchenko@...il.com, lars@...afoo.de, linux-iio@...r.kernel.org,
 linux-kernel@...r.kernel.org, nuno.a@...log.com, swboyd@...omium.org,
 u.kleine-koenig@...gutronix.de, yasin.lee.x@...il.com
Subject: Re: [PATCH v4 0/2] iio:proximity:hx9023s: Add TYHX HX9023S sensor
 driver

On Fri,  7 Jun 2024 19:41:36 +0800
Yasin Lee <yasin.lee.x@...look.com> wrote:

> From: Yasin Lee <yasin.lee.x@...il.com>
> 
> v4:
> - Removed hardware-irrelevant properties from dt-bindings, retaining only channel configuration
>   related `channel-positive` and `channel-negative`. Grouped by channel. 
>   Retained `channel-in-use` as it is hardware-related.
> - Removed redundant register definitions.
> - Reorganized `struct hx9023s_data`, extracting channel-related attributes 
>   into a new `struct hx9023s_ch_data`.
> - Optimized bit operation related code.
> - Replaced `of_` versions with generic firmware parsing functions.
> - Fixed other issues mentioned in the email feedback.
> 
> Link: https://lore.kernel.org/linux-iio/20240602152638.2c674930@jic23-huawei/

Hi Yasin,

Please fix your patch threading if possible. If it's corporate email getting in
the way, take a look at the b4 tool. It has a nice trick of being able to use
a web gateway and that tends to get out of almost all company networks.

Jonathan

> 
> Yasin Lee (2):
>   dt-bindings:iio:proximity: Add hx9023s binding
>   iio:proximity:hx9023s: Add TYHX HX9023S sensor driver
> 
>  .../bindings/iio/proximity/tyhx,hx9023s.yaml  |  103 ++
>  .../devicetree/bindings/vendor-prefixes.yaml  |    2 +
>  drivers/iio/proximity/Kconfig                 |   14 +
>  drivers/iio/proximity/Makefile                |    1 +
>  drivers/iio/proximity/hx9023s.c               | 1162 +++++++++++++++++
>  5 files changed, 1282 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/iio/proximity/tyhx,hx9023s.yaml
>  create mode 100644 drivers/iio/proximity/hx9023s.c
> 


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ