the bitrig patrick_clock branch has been created by patrick.

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

commit e00665895087c99fe15e767400492bfc9b73f249
diff: https://github.com/bitrig/bitrig/commit/e006658
author: Patrick Wildt <patr...@blueri.se>
date: Sat Dec 20 01:10:46 2014 +0100

arm: simple implementation to attach fixed clocks from fdt

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
A       sys/arch/armv7/armv7/clockvar.h
M       sys/arch/armv7/include/clock.h

commit 57ba5369654e300296e9787777f58e6536c32e48
diff: https://github.com/bitrig/bitrig/commit/57ba536
author: Patrick Wildt <patr...@blueri.se>
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 338477a4dcf06e29531685ddfe2db2e8f6ffe03b
diff: https://github.com/bitrig/bitrig/commit/338477a
author: Patrick Wildt <patr...@blueri.se>
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 6e03b32ff466eb8fc43723df7fff2c34a38c67be
diff: https://github.com/bitrig/bitrig/commit/6e03b32
author: Patrick Wildt <patr...@blueri.se>
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