Module Name: src Committed By: jakllsch Date: Fri Jun 15 19:52:01 UTC 2018
Modified Files: src/sys/arch/evbarm/conf: VIRT src/sys/dev/fdt: files.fdt Added Files: src/sys/dev/fdt: pl061gpio_fdt.c src/sys/dev/ic: pl061reg.h Log Message: Add basic ARM PL061 GPIO driver with FDT attachment. Mostly for Qemu 'virt' platform; really needs interrupt support in gpiokeys(4) and this driver to work efficently and reliably. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/evbarm/conf/VIRT cvs rdiff -u -r1.30 -r1.31 src/sys/dev/fdt/files.fdt cvs rdiff -u -r0 -r1.1 src/sys/dev/fdt/pl061gpio_fdt.c cvs rdiff -u -r0 -r1.1 src/sys/dev/ic/pl061reg.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.