-
Notifications
You must be signed in to change notification settings - Fork 8.2k
drivers: i2c: i2c_max32: Add DMA support #77014
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
nashif
merged 16 commits into
zephyrproject-rtos:main
from
analogdevicesinc:i2c-max32_dma
Aug 15, 2024
Merged
drivers: i2c: i2c_max32: Add DMA support #77014
nashif
merged 16 commits into
zephyrproject-rtos:main
from
analogdevicesinc:i2c-max32_dma
Aug 15, 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
Contributor
Contributor
Author
e1d97b7 to
dfbb6f1
Compare
teburd
previously approved these changes
Aug 14, 2024
MaureenHelm
reviewed
Aug 15, 2024
Member
MaureenHelm
left a comment
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.
Needs to be rebased
drivers/i2c/Kconfig.max32
Outdated
Member
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.
Redundant, can be removed.
Add DMA0 node to MAX32662 dtsi file and add binding file for DMA slots. Signed-off-by: Furkan Akkiz <[email protected]>
Add DMA into 'index.rst' and '.yaml' files. Signed-off-by: Furkan Akkiz <[email protected]>
Insert dma0 in MAX32666 devicetree and add devicetree bindings for MAX32 DMA driver. Signed-off-by: Mert Ekren <[email protected]>
Add DMA in supported driver list Signed-off-by: Mert Ekren <[email protected]>
Add DMA into 'index.rst' and '.yaml' files. Signed-off-by: Furkan Akkiz <[email protected]>
Add DMA0 node to MAX32675 dtsi file and add binding file for DMA slots. Signed-off-by: Mert Ekren <[email protected]>
Add DMA into 'index.rst' and '.yaml' files. Signed-off-by: Mert Ekren <[email protected]>
Add I2C into 'index.rst' and '.yaml' file of MAX32662EVKIT. Signed-off-by: Furkan Akkiz <[email protected]>
Add I2C to .yaml and .rst files for MAX32666EVKIT and MAX32666FTHR. Signed-off-by: Tahsin Mutlugun <[email protected]>
Add I2C into 'index.rst' and '.yaml' files. Signed-off-by: Mert Ekren <[email protected]>
MAX32 I2C peripheral can benefit from DMA transfers. This patch adds DMA support for transactions made in controller mode. Signed-off-by: Tahsin Mutlugun <[email protected]>
Add DMA channels to test overlay files as DMA support is now available for MAX32 I2C driver. Signed-off-by: Tahsin Mutlugun <[email protected]>
Enable I2C test for MAX32662EVKIT. Signed-off-by: Furkan Akkiz <[email protected]>
Enable I2C test for MAX32675EVKIT. Signed-off-by: Mert Ekren <[email protected]>
Enable I2C target API tests for MAX32666EVKIT. Signed-off-by: Tahsin Mutlugun <[email protected]>
Enable single role I2C target API tests for MAX32 boards. Signed-off-by: Tahsin Mutlugun <[email protected]>
MaureenHelm
approved these changes
Aug 15, 2024
teburd
approved these changes
Aug 15, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area: Devicetree Binding
PR modifies or adds a Device Tree binding
area: DMA
Direct Memory Access
area: I2C
platform: ADI
Analog Devices, Inc.
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.
Add DMA support to controller mode transfers in MAX32 I2C driver. Enable i2c_target_api single role tests for MAX32xxx boards.