Re: [PATCH RFC 2/3] clk: dt: binding for basic multiplexor clock

2013-06-03 Thread Mike Turquette
On Mon, Jun 3, 2013 at 2:39 PM, Heiko Stübner wrote: > Am Montag, 3. Juni 2013, 22:15:45 schrieb Heiko Stübner: >> Am Montag, 3. Juni 2013, 22:07:22 schrieb Mike Turquette: >> > Quoting Heiko Stübner (2013-06-03 12:33:19) >> > >> > > Hi Mike, >> > > >> > > I think it's a multiplexEr clock in the p

Re: [PATCH RFC 2/3] clk: dt: binding for basic multiplexor clock

2013-06-03 Thread Heiko Stübner
Am Montag, 3. Juni 2013, 22:15:45 schrieb Heiko Stübner: > Am Montag, 3. Juni 2013, 22:07:22 schrieb Mike Turquette: > > Quoting Heiko Stübner (2013-06-03 12:33:19) > > > > > Hi Mike, > > > > > > I think it's a multiplexEr clock in the patch title, and see below > > > > Doh, you are right. But

Re: [PATCH RFC 2/3] clk: dt: binding for basic multiplexor clock

2013-06-03 Thread Heiko Stübner
Am Montag, 3. Juni 2013, 22:07:22 schrieb Mike Turquette: > Quoting Heiko Stübner (2013-06-03 12:33:19) > > > Hi Mike, > > > > I think it's a multiplexEr clock in the patch title, and see below > > Doh, you are right. But "xor" is so much cooler looking than "xer"... > > > Am Montag, 3. Juni 2

Re: [PATCH RFC 2/3] clk: dt: binding for basic multiplexor clock

2013-06-03 Thread Mike Turquette
Quoting Heiko Stübner (2013-06-03 12:33:19) > Hi Mike, > > I think it's a multiplexEr clock in the patch title, and see below > Doh, you are right. But "xor" is so much cooler looking than "xer"... > > Am Montag, 3. Juni 2013, 19:53:09 schrieb Mike Turquette: > > Device Tree binding for the b

Re: [PATCH RFC 2/3] clk: dt: binding for basic multiplexor clock

2013-06-03 Thread Heiko Stübner
Hi Mike, I think it's a multiplexEr clock in the patch title, and see below Am Montag, 3. Juni 2013, 19:53:09 schrieb Mike Turquette: > Device Tree binding for the basic clock multiplexor, plus the setup > function to register the clock. Based on the existing fixed-clock > binding. > > Also re

[PATCH RFC 2/3] clk: dt: binding for basic multiplexor clock

2013-06-03 Thread Mike Turquette
Device Tree binding for the basic clock multiplexor, plus the setup function to register the clock. Based on the existing fixed-clock binding. Also relocate declaration of of_fixed_factor_clk_setup to keep things tidy. Signed-off-by: Mike Turquette --- .../devicetree/bindings/clock/mux-clock.t