the bitrig patrick_clock branch has been created by patrick.

it is 0 commits behind master, and 4 commits ahead.

commit 28ad96a900a56620878e3e7561c5a3030b169ffc
diff: https://github.com/bitrig/bitrig/commit/28ad96a
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/arm/fdt.c
M       sys/arch/arm/include/fdt.h
M       sys/arch/arm/mainbus/mainbus.c
M       sys/arch/armv7/armv7/clock.c
M       sys/arch/armv7/armv7/clock_fixed_factor.c
M       sys/arch/armv7/armv7/clock_fixed_rate.c
M       sys/arch/armv7/include/clock.h

commit 462f357fe8a244d2288f681d1d65810d6e7617b4
diff: https://github.com/bitrig/bitrig/commit/462f357
author: Patrick Wildt <[email protected]>
date: Sat Dec 20 01:09:24 2014 +0100

fdt: Implement a simple way to find a node by phandle.

M       sys/arch/arm/arm/fdt.c
M       sys/arch/arm/include/fdt.h

commit d43975c55afad100d1ddfd9f0b1233594da32fc8
diff: https://github.com/bitrig/bitrig/commit/d43975c
author: Patrick Wildt <[email protected]>
date: Sat Dec 20 01:07:11 2014 +0100

fdt: don't crash if we didn't find a node

If we're looking for a node by name and have not found it,
make sure we don't crash when the node's name ptr is null.

M       sys/arch/arm/arm/fdt.c

commit 09df3f8a6d2981fb4e73cd299b82aee3d355db18
diff: https://github.com/bitrig/bitrig/commit/09df3f8
author: Patrick Wildt <[email protected]>
date: Fri Dec 19 23:25:51 2014 +0100

arm: move fixed factor and rate to generic clock framework

fixed factor and fixed rate clocks are rather generic an can
should be generalised.  This commits makes those part of the
generic clock framework.

A       sys/arch/armv7/armv7/clock_fixed_factor.c
A       sys/arch/armv7/armv7/clock_fixed_rate.c
M       sys/arch/armv7/conf/files.armv7
M       sys/arch/armv7/imx/imxccm.c
M       sys/arch/armv7/include/clock.h

Reply via email to