Skip to content
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: ti: ina23x: Refactor INA230 trigger #82910

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jurenat
Copy link
Contributor

@jurenat jurenat commented Dec 12, 2024

The trigger uses its own thread or system work queue to handle interrupts. This allows the trigger handler to read the device state. The trigger can distinguish between data ready and alert functionality and does not require preparing the device state before setting the trigger.

@jurenat
Copy link
Contributor Author

jurenat commented Dec 12, 2024

Requires #82707

@jurenat jurenat force-pushed the refactor-ina230-trigger branch from 27650c9 to 46f8222 Compare December 12, 2024 18:10
@jurenat jurenat force-pushed the refactor-ina230-trigger branch from 46f8222 to 64fb6f0 Compare December 21, 2024 13:47
@zephyrbot zephyrbot requested a review from asemjonovs December 21, 2024 13:48
@jurenat jurenat force-pushed the refactor-ina230-trigger branch 2 times, most recently from 9f575ef to 0ea6192 Compare December 21, 2024 17:19
The trigger uses its own thread or system work queue to handle interrupts.
This allows the trigger handler to read the device state. The trigger can
distinguish between data ready and alert functionality and does not
require preparing the device state before setting the trigger.

Signed-off-by: Tomáš Juřena <jurenatomas@gmail.com>
@jurenat jurenat force-pushed the refactor-ina230-trigger branch from 0ea6192 to 40da07d Compare December 21, 2024 19:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants