Mention devmem2 on platform device

This commit is contained in:
Ciro Santilli
2017-07-12 09:39:41 +01:00
parent f202ea6815
commit 438f38de84

View File

@@ -9,6 +9,12 @@ Expected outcome after insmod:
- QEMU reports MMIO with printfs
- IRQs are generated and handled by this module, which logs to dmesg
Also without insmodding this module, try:
devmem2 0x101e9000 w 0x12345678
which touches from userland through /dev/mem.
*/
#include <linux/init.h>