Re: [PATCH v2 4/5] clk: dt: binding for basic divider clock

2013-06-20 Thread Heiko Stübner
Hi Mike, Am Montag, 17. Juni 2013, 04:58:24 schrieb Mike Turquette: > Devicetree binding for the basic clock divider, plus the setup function > to register the clock. Based on the existing fixed-clock binding. > > Signed-off-by: Mike Turquette > --- > Changes since v1: > * mask is u32, shift is

[PATCH v2 4/5] clk: dt: binding for basic divider clock

2013-06-16 Thread Mike Turquette
Devicetree binding for the basic clock divider, plus the setup function to register the clock. Based on the existing fixed-clock binding. Signed-off-by: Mike Turquette --- Changes since v1: * mask is u32, shift is u8 * use bit mask instead of bitfield width * DT property names use dashes instead