-
Notifications
You must be signed in to change notification settings - Fork 7.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
drivers: sensor: Liteon LTR329 sensor support #85453
Merged
kartben
merged 3 commits into
zephyrproject-rtos:main
from
konrad1s:liteon329-sensor-support
Apr 1, 2025
Merged
drivers: sensor: Liteon LTR329 sensor support #85453
kartben
merged 3 commits into
zephyrproject-rtos:main
from
konrad1s:liteon329-sensor-support
Apr 1, 2025
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bf54d84
to
cd1ca48
Compare
yperess
requested changes
Feb 9, 2025
cd1ca48
to
1549765
Compare
Need to rebase this PR |
1549765
to
ee85dbb
Compare
yperess
previously approved these changes
Feb 26, 2025
cc18882
to
b1c9cc9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Commit message title has a typo: suport
b1c9cc9
to
bdf552d
Compare
MaureenHelm
requested changes
Mar 7, 2025
yperess
requested changes
Mar 7, 2025
90d3c4e
to
20bb210
Compare
yperess
previously approved these changes
Mar 29, 2025
The vendor prefix has been changed from 'ltr' to 'liteon'. This change is made to better reflect the actual name of the vendor, which is LiteOn. The previous prefix 'ltr' was referring to the LiteOn Optical Sensor family, which could lead to misunderstandings. Signed-off-by: Konrad Sikora <kontakt@konradsikora.pl>
Add support for Liteon LTR329 Digital Ambient Light Sensor Signed-off-by: Konrad Sikora <kontakt@konradsikora.pl>
Organizes liteon sensor drivers by vendor to make consistent with other drivers. Signed-off-by: Konrad Sikora <kontakt@konradsikora.pl>
20bb210
to
2fc20e1
Compare
fabiobaltieri
approved these changes
Mar 29, 2025
MaureenHelm
approved these changes
Apr 1, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hello,
This PR introduces following changes:
ltr
toliteon
.ltr
only referes to the light sensors.Datasheet for the sensor is available at the link: datasheet
The ambient light conversion equation is as shown in the following document: LTR-303ALS & LTR-329ALS Appendix A
All changes tested:

This PR is related to the #65832. I created new PR since the original one was closed for over 1year, the changes have also been refactored and for some reason I don't have reopen button