在 2024/6/16 15:43, Krzysztof Kozlowski 写道:
On 16/06/2024 09:36, Yasin Lee wrote:
From: Yasin Lee <yasin.lee.x@xxxxxxxxx>
Add NanjingTianyihexin Electronics Ltd.
Please use subject prefixes matching the subsystem. You can get them for
example with `git log --oneline -- DIRECTORY_OR_FILE` on the directory
your patch is touching. For bindings, the preferred subjects are
explained here:
https://www.kernel.org/doc/html/latest/devicetree/bindings/submitting-patches.html#i-for-patch-submitters
Best regards,
Krzysztof
Hi Krzysztof,
Thank you for your guidance. I have modified the subject lines according
to your instructions. Please review and confirm if they are correct:
commit 18f572f2b3c2c7827c168d9d44a471d4610ecc6d
Author: Yasin Lee <yasin.lee.x@xxxxxxxxx>
Date: Sun Jun 16 10:35:32 2024 +0800
iio: proximity: Add driver support for TYHX's HX9023S capacitive
proximity sensor
A SAR sensor from NanjingTianyihexin Electronics Ltd.
The device has the following entry points:
Usual frequency:
- sampling_frequency
Instant reading of current values for different sensors:
- in_proximity0_raw
- in_proximity1_raw
- in_proximity2_raw
- in_proximity3_raw
- in_proximity4_raw
and associated events in events/
Signed-off-by: Yasin Lee <yasin.lee.x@xxxxxxxxx>
commit 4aeda539237a0eeb02458aff617e6ac2db539e3f
Author: Yasin Lee <yasin.lee.x@xxxxxxxxx>
Date: Sun Jun 16 10:34:43 2024 +0800
dt-bindings: iio: proximity: Add TYHX HX9023S
A capacitive proximity sensor
Signed-off-by: Yasin Lee <yasin.lee.x@xxxxxxxxx>
commit 98da4516aa8169465ddcda67ed9d7c526fdebeb7
Author: Yasin Lee <yasin.lee.x@xxxxxxxxx>
Date: Sun Jun 16 10:31:06 2024 +0800
dt-bindings: vendor-prefixes: add tyhx
Add vendor prefix for NanjingTianyihexin Electronics Ltd.
(http://www.tianyihexin.com)
Signed-off-by: Yasin Lee <yasin.lee.x@xxxxxxxxx>
Best regards,
Yasin Lee