-
Notifications
You must be signed in to change notification settings - Fork 734
[nrf fromlist] drivers: spi: spi_nrfx_spi(m/s): use standard instantiation #3332
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
[nrf fromlist] drivers: spi: spi_nrfx_spi(m/s): use standard instantiation #3332
Conversation
c883e11 to
9d6f7cb
Compare
f759a85 to
c579627
Compare
magp-nordic
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.
@mstasiaknordic why is this a draft? Is it not ready for review yet? Only PRs in upstream were supposed to be drafts, as they will not be merged yet, but PRs in NCS can be regular ones.
I will get it out of draft once I confirm it works in all cases, probably when CI is more green |
Used API for standard instantiation and replaced nrfx_err_t error values with errno. Upstream PR #: 96792 Signed-off-by: Michał Stasiak <[email protected]>
c579627 to
967f34d
Compare
|
CI seems to be green now, apart from unrelated fails. Ready for review :) |
bjarki-andreasen
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.
Looks pretty much perfect
Removed Kconfig symbols for each SPIM instance which are no longer needed. Upstream PR #: 96792 Signed-off-by: Michał Stasiak <[email protected]>
Changed error codes, driver instantiation and removed unnecessary symbols. Upstream PR #: 96792 Signed-off-by: Michał Stasiak <[email protected]>
Addded macro responsible for translating new errno error codes to strings. Upstream PR #: 96792 Signed-off-by: Michał Stasiak <[email protected]>
Used API for standard instantiation and replaced nrfx_err_t error values with errno. Upstream PR #: 96792 Signed-off-by: Michał Stasiak <[email protected]>
Removed Kconfig symbols for each SPIS instance which are no longer needed. Upstream PR #: 96792 Signed-off-by: Michał Stasiak <[email protected]>
967f34d to
6fe33d5
Compare
12fab80
into
nrfconnect:collab-nrfx-4.0
Used API for standard instantiation and replaced nrfx_err_t error values with errno.
Removed Kconfig symbols for each SPIM and SPIS instance which are no longer needed.