-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
[TOPIC-GPIO]: Convert LMP90xxx ADC and GPIO drivers to new GPIO API #22212
Merged
pabigot
merged 3 commits into
zephyrproject-rtos:topic-gpio
from
vestas-wind-systems:topic-gpio-lmp90xxx
Jan 28, 2020
Merged
[TOPIC-GPIO]: Convert LMP90xxx ADC and GPIO drivers to new GPIO API #22212
pabigot
merged 3 commits into
zephyrproject-rtos:topic-gpio
from
vestas-wind-systems:topic-gpio-lmp90xxx
Jan 28, 2020
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
henrikbrixandersen
requested review from
anangl,
carlescufi,
erwango,
galak,
MaureenHelm and
nashif
as code owners
January 26, 2020 22:36
zephyrbot
added
area: ADC
Analog-to-Digital Converter (ADC)
area: Boards
area: API
Changes to public APIs
labels
Jan 26, 2020
pabigot
approved these changes
Jan 27, 2020
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.
This seems ok. Have you tested gpio_basic_api
and gpio_api_1pin
?
henrikbrixandersen
force-pushed
the
topic-gpio-lmp90xxx
branch
2 times, most recently
from
January 27, 2020 19:15
f748d42
to
ba7d093
Compare
Add ngpios device tree property to the GPIO controller node of the LMP90100 EVB shield. Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
Update the TI LMP90xxx GPIO driver to the new GPIO API. Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
Update the DRDYB pin interrupt handling code of the TI LMP90xxx ADC driver to use the new GPIO API. Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
henrikbrixandersen
force-pushed
the
topic-gpio-lmp90xxx
branch
from
January 27, 2020 19:17
ba7d093
to
2ee183d
Compare
@pabigot Yes. Both pass. |
mnkp
reviewed
Jan 27, 2020
carlescufi
approved these changes
Jan 28, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area: ADC
Analog-to-Digital Converter (ADC)
area: API
Changes to public APIs
area: Boards
area: GPIO
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.
Convert both the GPIO controller part and the GPIO consumer (interrupt consumer) part of the TI LMP90xxx drivers to use the new GPIO API.