the bitrig patrick_clock branch has been created by patrick. it is 0 commits behind master, and 2 commits ahead.
commit 2d4e76a77f9fcdb0224b57abbb4a9a6c82a26709 diff: https://github.com/bitrig/bitrig/commit/2d4e76a author: Patrick Wildt <[email protected]> date: Fri Apr 24 02:00:13 2015 +0200 fdt: attach clocks needed by a device beforehand Before we attach a device, we need to make sure that all clocks it depends on are available on attachment. To ensure that, parse the devices' clocks attribute and work the tree down until we have all available. M sys/arch/arm/fdt/fdtbus.c commit 0e4cb3fe2b0aed4a4427f7a68300a9776caacf87 diff: https://github.com/bitrig/bitrig/commit/0e4cb3f author: Patrick Wildt <[email protected]> date: Sat Dec 20 01:10:46 2014 +0100 arm: simple implementation to attach fixed clocks from fdt M sys/arch/arm/clock/clock.c M sys/arch/arm/clock/clock_fixed_factor.c M sys/arch/arm/clock/clock_fixed_rate.c A sys/arch/arm/clock/clockvar.h M sys/arch/arm/include/clock.h
