summary refs log tree commit diff
path: root/devices/src/register_space
Commit message (Expand)AuthorAge
* Remove redundant single-component importsDaniel Verkamp2020-04-26
* Reformat with rustfmt from Rust 1.38.0Daniel Verkamp2019-10-17
* Add explicit `dyn` for trait objectsDaniel Verkamp2019-10-17
* edition: Eliminate blocks superseded by NLLDavid Tolnay2019-04-17
* clippy: Resolve clone_on_copyDavid Tolnay2019-04-17
* clippy: Resolve assign_op_patternDavid Tolnay2019-04-17
* edition: Fill in macro importsDavid Tolnay2019-04-15
* devices: usb: remove unused imports in testsDaniel Verkamp2019-04-10
* edition: Use 2018-style paths in devices crateDavid Tolnay2019-04-09
* edition: Use dyn syntax for trait objectsDavid Tolnay2019-04-08
* register_space: Only run panic test when debug assertions are onChirantan Ekbote2019-03-13
* allow dead code for usb modulesJingkui Wang2019-03-13
* devices: compile usb module and update current codeJingkui Wang2019-03-13
* rename mmio_space to register spaceJingkui Wang2019-03-08
* register_space: fix u64 write callbackJingkui 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