Re: [RESEND PATCH v2 1/6] ARM: dts: Declare clocks as fixed on bcm11351

2013-11-08 Thread Christian Daudt
I can pick up the dt related changes as long as the other code works as-is both with and without the change (i.e. no backwards/forwards compatibility issues). If this must be introduced alongside the other changes, then the patches will have to be reworked to break them up by subtree so they can

Re: [RESEND PATCH v2 1/6] ARM: dts: Declare clocks as fixed on bcm11351

2013-11-08 Thread Tim Kryger
On Fri, Nov 8, 2013 at 2:53 AM, Daniel Lezcano wrote: > I was wondering what is the status of this patchset ? > > The patchset touches different areas maintained by different people. Through > what tree do you expect this patchset to be merged ?? Hi Daniel, I plan to send an updated version

Re: [RESEND PATCH v2 1/6] ARM: dts: Declare clocks as fixed on bcm11351

2013-11-08 Thread Daniel Lezcano
On 10/16/2013 11:47 PM, Tim Kryger wrote: Declare clocks that are enabled and configured by bootloaders as fixed rate clocks in the DTS such that device drivers may use standard clock function calls. Signed-off-by: Tim Kryger Reviewed-by: Markus Mayer Reviewed-by: Matt Porter --- Hi Tim,

Re: [RESEND PATCH v2 1/6] ARM: dts: Declare clocks as fixed on bcm11351

2013-11-08 Thread Daniel Lezcano
On 10/16/2013 11:47 PM, Tim Kryger wrote: Declare clocks that are enabled and configured by bootloaders as fixed rate clocks in the DTS such that device drivers may use standard clock function calls. Signed-off-by: Tim Kryger tim.kry...@linaro.org Reviewed-by: Markus Mayer

Re: [RESEND PATCH v2 1/6] ARM: dts: Declare clocks as fixed on bcm11351

2013-11-08 Thread Tim Kryger
On Fri, Nov 8, 2013 at 2:53 AM, Daniel Lezcano daniel.lezc...@linaro.org wrote: I was wondering what is the status of this patchset ? The patchset touches different areas maintained by different people. Through what tree do you expect this patchset to be merged ?? Hi Daniel, I plan to send

Re: [RESEND PATCH v2 1/6] ARM: dts: Declare clocks as fixed on bcm11351

2013-11-08 Thread Christian Daudt
I can pick up the dt related changes as long as the other code works as-is both with and without the change (i.e. no backwards/forwards compatibility issues). If this must be introduced alongside the other changes, then the patches will have to be reworked to break them up by subtree so they can

[RESEND PATCH v2 1/6] ARM: dts: Declare clocks as fixed on bcm11351

2013-10-16 Thread Tim Kryger
Declare clocks that are enabled and configured by bootloaders as fixed rate clocks in the DTS such that device drivers may use standard clock function calls. Signed-off-by: Tim Kryger Reviewed-by: Markus Mayer Reviewed-by: Matt Porter --- arch/arm/boot/dts/bcm11351.dtsi | 97

[RESEND PATCH v2 1/6] ARM: dts: Declare clocks as fixed on bcm11351

2013-10-16 Thread Tim Kryger
Declare clocks that are enabled and configured by bootloaders as fixed rate clocks in the DTS such that device drivers may use standard clock function calls. Signed-off-by: Tim Kryger tim.kry...@linaro.org Reviewed-by: Markus Mayer markus.ma...@linaro.org Reviewed-by: Matt Porter