Module Name: src Committed By: jmcneill Date: Sun May 28 15:55:11 UTC 2017
Modified Files: src/sys/arch/evbarm/tegra: tegra_machdep.c src/sys/dev/fdt: fdtvar.h files.fdt src/sys/dev/i2c: as3722.c Added Files: src/sys/dev/fdt: fdt_power.c Log Message: Add facility for fdt devices to register reset and poweroff handlers. Use this to remove as3722-specific code in tegra_machdep.c To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/sys/arch/evbarm/tegra/tegra_machdep.c cvs rdiff -u -r0 -r1.1 src/sys/dev/fdt/fdt_power.c cvs rdiff -u -r1.17 -r1.18 src/sys/dev/fdt/fdtvar.h cvs rdiff -u -r1.13 -r1.14 src/sys/dev/fdt/files.fdt cvs rdiff -u -r1.11 -r1.12 src/sys/dev/i2c/as3722.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.