-
Notifications
You must be signed in to change notification settings - Fork 1.8k
drivers:adc:ltc2378: Add support for LTC2378-20 #2794
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
base: main
Are you sure you want to change the base?
Conversation
8e480e9 to
e1c00ca
Compare
|
It appears to have the same failed checks as PR #2783. Unless all checks are required to pass, this PR is ready for review. |
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.
looks good overall, but the documentation issues ar valid. check for the warnings in the log file, those are treated as errors too.
e1c00ca to
118b0d2
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.
118b0d2 to
9f4765c
Compare
9f4765c to
67b68ba
Compare
|
v2:
|
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.
Some changes to fix the LinuxBuilds documentation errors.
67b68ba to
36f7683
Compare
36f7683 to
850761a
Compare
|
v3:
|
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.
Some minor changes.
Add initial header and source files for LTC2378 driver. Signed-off-by: Cherrence Sarip <[email protected]>
Add initial header and source file for LTC2378 IIO driver. Signed-off-by: Cherrence Sarip <[email protected]>
Add README.rst documentation file for LTC2378 alongside other documentation related files. Signed-off-by: Cherrence Sarip <[email protected]>
Add initial project files for both basic and IIO examples for LTC2378. Signed-off-by: Cherrence Sarip <[email protected]>
Add README.rst documentation file for project alongside other documentation related files. Signed-off-by: Cherrence Sarip <[email protected]>
850761a to
71f0c5e
Compare
|
v4:
|
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.
Just a minor change. Otherwise, LGTM.
| * ``scale`` - The scale factor to convert raw values to millivolts | ||
| * ``processed`` - The processed voltage value in millivolts (raw * scale) |
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.
You used microvolts in your driver.
Pull Request Description
This PR adds initial driver support for the LTC2378-20 20-bit SAR ADC with project examples.
Driver Features Implemented:
Project Examples Added:
PR Type
PR Checklist