Skip to content

rust: iomem: add readx/writex relaxed family of functions #621

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
merged 1 commit into from
Jan 12, 2022

Conversation

m-falkowski1
Copy link

This patch adds a set of functions for the IoMem<T> type
by reusing existing macros used for generating read/write
methods for that type. The handling of arch-specific cross-compilation
is done entirely on the C's side.

This patch is a dependency of a Samsung Exynos trng driver provided initially in #554.

Signed-off-by: Maciej Falkowski [email protected]

This patch adds a set of functions for the `IoMem<T>` type
by reusing existing macros used for generating read/write
methods for that type. The handling of arch-specific cross-compilation
is done entirely on the C's side.

Signed-off-by: Maciej Falkowski <[email protected]>
@wedsonaf wedsonaf merged commit b487aa6 into Rust-for-Linux:rust Jan 12, 2022
@m-falkowski1 m-falkowski1 deleted the add_readx_writex_relaxed branch February 16, 2022 11:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants