[RFC] drivers: gpio: PrimeCell PL061 in Rust
authorWedson Almeida Filho <wedsonaf@google.com>
Tue, 30 Nov 2021 20:03:44 +0000 (21:03 +0100)
committerMiguel Ojeda <ojeda@kernel.org>
Fri, 11 Feb 2022 19:43:14 +0000 (20:43 +0100)
commit3191308cf30af54fca75531e8a18a6f2b2706fba
treec8e70ea66560be7dea260655f213bf85266e2382
parent8009947b056ce1a9df699cdb2d94a10d8182c3c3
[RFC] drivers: gpio: PrimeCell PL061 in Rust

A port to Rust of the PrimeCell PL061 GPIO driver.

This module is a work in progress and will be sent for review later
on, as well as separately from the Rust support.

However, it is included to show how an actual working module
written in Rust may look like.

Signed-off-by: Wedson Almeida Filho <wedsonaf@google.com>
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
drivers/gpio/Kconfig
drivers/gpio/Makefile
drivers/gpio/gpio_pl061_rust.rs [new file with mode: 0644]