Re: [PATCH 0/2] pl011: Refactor DR register handling in Rust implementation
Queued, thanks. Paolo
[PATCH 0/2] pl011: Refactor DR register handling in Rust implementation
This patch series refactors the rust PL011Registers read/write for DR: Patch 1/2 extracts DR read logic Patch 2/2 extracts DR write logic Rakesh Jeyasingh (2): rust/hw/char/pl011: Extract extract DR read logic into separate function rust/hw/char/pl011: Extract DR write logic into separate