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: spi: add Broadcom iProc QSPI driver #72612

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

Conversation

ycsin
Copy link
Collaborator

@ycsin ycsin commented May 11, 2024

Add device driver, bindings and build-only test for Broadcom iProc QSPI.

Add device driver, bindings and build-only test for
Broadcom iProc QSPI.

Signed-off-by: Yong Cong Sin <ycsin@meta.com>
@ycsin ycsin marked this pull request as ready for review May 14, 2024 04:23
@zephyrbot zephyrbot added area: Devicetree Binding PR modifies or adds a Device Tree binding area: SPI SPI bus labels May 14, 2024
spi_context_cs_control(&data->ctx, true);

do {
ret = iproc_qspi_xfer(dev);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think such advanced controller does not support interrupt mode.

Please, switch to interrupt mode. This is a mandatory requirement.

Copy link
Collaborator Author

@ycsin ycsin May 14, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unfortunately this is what we (Meta) have, I think it provides a good starting point to whoever is going to use it, PRs are welcomed to add more features - its open sourced.

Do you think if we can merge this as-is? Otherwise I see no point leaving this PR opened.

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: SPI SPI bus
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants