-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Support Renesas RA GPIO interrupt #79849
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
Merged
kartben
merged 5 commits into
zephyrproject-rtos:main
from
renesas:support_renesas_ra_gpio_interrupt
Dec 19, 2024
Merged
Support Renesas RA GPIO interrupt #79849
kartben
merged 5 commits into
zephyrproject-rtos:main
from
renesas:support_renesas_ra_gpio_interrupt
Dec 19, 2024
Conversation
This file contains hidden or 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
cfd7dda
to
6af191c
Compare
7cd4a9f
to
54931aa
Compare
54931aa
to
afd21df
Compare
c25ee03
to
ce1e41d
Compare
soburi
requested changes
Dec 4, 2024
drivers/misc/renesas_ra_external_interrupt/renesas_ra_external_interrupt.c
Outdated
Show resolved
Hide resolved
fbabf34
to
8ac8bcc
Compare
Last push to rebase main branch and solve conflicts |
soburi
previously approved these changes
Dec 6, 2024
8ac8bcc
to
ade296b
Compare
Last push to rebase main and solve conflict |
ade296b
to
4137a9f
Compare
bjarki-andreasen
previously approved these changes
Dec 17, 2024
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.
I think this is implemented correctly, but damn, is it complex :D I would add a doc entry somewhere to explain how it works with the ioports
duynguyenxa
previously approved these changes
Dec 18, 2024
soburi
previously approved these changes
Dec 18, 2024
needs a rebase |
Move ioport6, ioport7, ioport8 to r7fa6m4ax due to it is common part of RA6M4 Impacted file: - dts/arm/renesas/ra/ra6/r7fa6m4ax.dtsi - dts/arm/renesas/ra/ra6/r7fa6m4af3cfb.dtsi Signed-off-by: The Nguyen <the.nguyen.yf@renesas.com>
First commit to add support for gpio interrupt on Renesas RA - Add support for external interrupt driver - Add support for gpio interrupt config Signed-off-by: The Nguyen <the.nguyen.yf@renesas.com>
Add dts node to support for gpio interrupt on Renesas RA SoC - Add external interrupt node - Add gpio interrupt pins Signed-off-by: The Nguyen <the.nguyen.yf@renesas.com>
Add gpio keys support for these boards: ek_ra2a1, ek_ra4e2, ek_ra4m2, ek_ra4m3, ek_ra4w1, ek_ra6e2, ek_ra6m1, ek_ra6m2, ek_ra6m3, ek_ra6m4, ek_ra6m5, ek_ra8d1, ek_ra8m1, fpb_ra6e1, fpb_ra6e2 Signed-off-by: The Nguyen <the.nguyen.yf@renesas.com>
Prevent 'DT_FOREACH_PROP_ELEM_SEP' macro from being formatted Signed-off-by: The Nguyen <the.nguyen.yf@renesas.com>
3fc2cbf
4137a9f
to
3fc2cbf
Compare
bjarki-andreasen
approved these changes
Dec 18, 2024
soburi
approved these changes
Dec 19, 2024
KhiemNguyenT
approved these changes
Dec 19, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area: Coding Guidelines
Coding guidelines and style
area: GPIO
platform: Renesas RA
Renesas Electronics Corporation, RA
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.
DT_FOREACH_PROP_ELEM_SEP