the bitrig master branch has been updated by patrick with 1 new commit: commit 8d22461b939a15777404d8f8cd523adac33d9e17 diff: https://github.com/bitrig/bitrig/commit/8d22461 author: Patrick Wildt <[email protected]> date: Tue May 5 00:47:40 2015 +0200
fdt: fix finding nodes through phandles The previous API was a bit over-engineered so that you could start the search on a specific node, so the tree is only scanned partly. This is not easily understandable and instead crippled another caller. Thus, simplify and clean up that API. M sys/arch/arm/clock/clock.c M sys/arch/arm/fdt/fdt.c M sys/arch/arm/fdt/fdtbus.c M sys/arch/arm/include/fdt.h M sys/arch/armv7/imx/if_tsec.c
