Re: [PATCH v2 00/10] Marvell Berlin full clock support

2014-05-29 Thread Sebastian Hesselbarth
On 05/29/2014 02:07 AM, Mike Turquette wrote: > Quoting Sebastian Hesselbarth (2014-05-19 09:43:21) >> Mike, >> >> this is v2 of the Berlin SoC clock driver [1] but with a reworked DT >> binding as requested [2]. We decided to not even try to split up the chip >> control registers that deal with pi

Re: [PATCH v2 00/10] Marvell Berlin full clock support

2014-05-28 Thread Mike Turquette
Quoting Sebastian Hesselbarth (2014-05-19 09:43:21) > Mike, > > this is v2 of the Berlin SoC clock driver [1] but with a reworked DT > binding as requested [2]. We decided to not even try to split up the chip > control registers that deal with pinmux, padmux, clock, reset, and evil > stuff we have

Re: [PATCH v2 00/10] Marvell Berlin full clock support

2014-05-19 Thread Sebastian Hesselbarth
On 05/19/2014 06:43 PM, Sebastian Hesselbarth wrote: > Mike, > > this is v2 of the Berlin SoC clock driver [1] but with a reworked DT > binding as requested [2]. We decided to not even try to split up the chip > control registers that deal with pinmux, padmux, clock, reset, and evil > stuff we hav

[PATCH v2 00/10] Marvell Berlin full clock support

2014-05-19 Thread Sebastian Hesselbarth
Mike, this is v2 of the Berlin SoC clock driver [1] but with a reworked DT binding as requested [2]. We decided to not even try to split up the chip control registers that deal with pinmux, padmux, clock, reset, and evil stuff we haven't even looked at. Instead we keep a single node that clock dri

[PATCH v2 00/10] Marvell Berlin full clock support

2014-05-14 Thread Sebastian Hesselbarth
This is version 2 of a patch set to bring proper DT based clocks to Marvell Berlin SoCs. The overall changes are: * Dropped of_clk_create_name() helper Booting into an initramfs rootfs revealed that the unique clock names created with that helper clash with the way of_clk_get_parent_name() resolv