summary refs log tree commit diff
path: root/devices/src/register_space/register.rs
Commit message (Expand)AuthorAge
* Remove redundant single-component importsDaniel Verkamp2020-04-26
* 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
* edition: Fill in macro importsDavid Tolnay2019-04-15
* edition: Use 2018-style paths in devices crateDavid Tolnay2019-04-09
* edition: Use dyn syntax for trait objectsDavid Tolnay2019-04-08
* 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