summary refs log tree commit diff
path: root/devices/src/register_space/register_space.rs
Commit message (Expand)AuthorAge
* Reformat with rustfmt from Rust 1.38.0Daniel Verkamp2019-10-17
* clippy: Resolve assign_op_patternDavid Tolnay2019-04-17
* devices: usb: remove unused imports in testsDaniel Verkamp2019-04-10
* edition: Use dyn syntax for trait objectsDavid Tolnay2019-04-08
* register_space: Only run panic test when debug assertions are onChirantan Ekbote2019-03-13
* rename mmio_space to register spaceJingkui Wang2019-03-08
* register_space: use sync::Mutex instead of std::sync::MutexJingkui Wang2019-03-08
* Move and rename mmio_register to devices/srcJingkui Wang2019-03-08