arm64: Add PL011 uspace driver
commit7348c4b9a0c6014afb6f7a853e926f96e887ff26
authorPetr Pavlu <setup@dagobah.cz>
Sun, 31 Mar 2019 14:36:08 +0000 (31 15:36 +0100)
committerJakub Jermář <jakub@jermar.eu>
Wed, 10 Apr 2019 15:04:17 +0000 (10 17:04 +0200)
treec4a1adf1bf368b4767b7018c9eaf6d4fd2a5b248
parent8df0306a5f2bfb063203574aea6ec1bb4f8e124c
arm64: Add PL011 uspace driver
.gitignore
boot/arch/arm64/Makefile.inc
uspace/Makefile
uspace/drv/char/pl011/Makefile [new file with mode: 0644]
uspace/drv/char/pl011/main.c [new file with mode: 0644]
uspace/drv/char/pl011/pl011.c [new file with mode: 0644]
uspace/drv/char/pl011/pl011.h [new file with mode: 0644]
uspace/drv/char/pl011/pl011.ma [new file with mode: 0644]
uspace/srv/hid/input/input.c
uspace/srv/hid/input/port/chardev.c
uspace/srv/hid/output/port/chardev.c