From: Yasin Lee <yasin.lee.x@gmail.com>
To: Jonathan Cameron <jic23@kernel.org>,
Lars-Peter Clausen <lars@metafoo.de>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
yasin.lee.x@outlook.com
Cc: linux-iio@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org, Yasin Lee <yasin.lee.x@gmail.com>
Subject: [PATCH v3 0/2] iio: proximity: hx9023s: Add performance tuning function
Date: Thu, 17 Oct 2024 18:36:43 +0800 [thread overview]
Message-ID: <20241017-add-performance-tuning-configuration-v3-0-e7289791f523@gmail.com> (raw)
When hardware design introduces significant sensor data noise,
performance can be improved by adjusting register settings.
Signed-off-by: Yasin Lee <yasin.lee.x@gmail.com>
---
Changes in v3:
- Removed global register block configuration:
- Replaced global tuning blob with individual properties for each configurable setting.
- New properties added for individual configurations:
- tyhx,odr: Added scanning period configuration.
- tyhx,range: Full-scale range configuration for each channel.
- tyhx,avg: ADC averaging number configuration for each channel.
- tyhx,osr: Oversampling rate configuration for each channel.
- tyhx,sample-num: ADC sample frequency configuration.
- tyhx,integration-num: Integration number configuration.
- tyhx,lp-alpha: Low-pass filter coefficient configuration for each channel.
- tyhx,bl-up-alpha: Baseline filter up coefficient configuration.
- tyhx,bl-down-alpha: Baseline filter down coefficient configuration.
- tyhx,drdy-interrupt: Added interrupt function enable configuration.
- tyhx,int-high-num: Proximity persistency number (Near).
- tyhx,int-low-num: Proximity persistency number (Far).
- General improvements:
- Improved description clarity for all properties.
- Updated examples section for better clarity and accuracy based on new properties.
- Parsing functions added:
- Implemented parsing functions for the newly added properties.
- Link to v2: https://lore.kernel.org/r/20240926-add-performance-tuning-configuration-v2-0-fdbb654f5767@gmail.com
Changes in v2:
- In the YAML file, boundary constraints have been applied to the `tyhx,performance-tuning` property, requiring the number of elements to be between 2 and 512. The description also informs users that the number of elements must be a multiple of 2.
- In the function implementation, boundary checks have been added for this property, ensuring that the number of elements is even.
- Link to v1: https://lore.kernel.org/r/20240923-add-performance-tuning-configuration-v1-0-587220c8aece@gmail.com
---
Yasin Lee (2):
dt-bindings: iio: tyhx,hx9023s: Add performance tuning configuration
iio: proximity: hx9023s: Add performance tuning function
.../bindings/iio/proximity/tyhx,hx9023s.yaml | 195 +++++++++++++++++
drivers/iio/proximity/hx9023s.c | 234 +++++++++++++++++++++
2 files changed, 429 insertions(+)
---
base-commit: 7f6f44a9e58cd19093b544423bc04e1d668ec341
change-id: 20240923-add-performance-tuning-configuration-e2016e4d6e02
Best regards,
--
Yasin Lee <yasin.lee.x@gmail.com>
next reply other threads:[~2024-10-17 10:38 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-17 10:36 Yasin Lee [this message]
2024-10-17 10:36 ` [PATCH v3 1/2] dt-bindings: iio: tyhx,hx9023s: Add performance tuning configuration Yasin Lee
2024-10-20 13:06 ` Jonathan Cameron
2024-11-14 15:16 ` Yasin Lee
2024-11-23 13:21 ` Jonathan Cameron
2024-11-26 8:40 ` Yasin Lee
2024-10-17 10:36 ` [PATCH v3 2/2] iio: proximity: hx9023s: Add performance tuning function Yasin Lee
2024-10-20 13:07 ` Jonathan Cameron
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20241017-add-performance-tuning-configuration-v3-0-e7289791f523@gmail.com \
--to=yasin.lee.x@gmail.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=jic23@kernel.org \
--cc=krzk+dt@kernel.org \
--cc=lars@metafoo.de \
--cc=linux-iio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=robh@kernel.org \
--cc=yasin.lee.x@outlook.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®