Re: [PATCH 0/2] OMAP3 ISP: Simplify clock usage

2013-01-21 Thread Laurent Pinchart
Hi Mike,

On Monday 14 January 2013 17:10:15 Mike Turquette wrote:
 Quoting Laurent Pinchart (2013-01-08 05:43:52)
 
  Hello,
  
  Now that the OMAP3 supports the common clock framework, clock rate
  back-propagation is available for the ISP clocks. Instead of setting the
  cam_mclk parent clock rate to control the cam_mclk clock rate, we can mark
  the dpll4_m5x2_ck_3630 and cam_mclk clocks as supporting
  back-propagation, and set the cam_mclk rate directly. This simplifies the
  ISP clocks configuration.

 I'm pleased to see this feature get used on OMAP.  Plus your driver gets
 a negative diffstat :)
 
 Reviewed-by: Mike Turquette mturque...@linaro.org

Thanks.

Would you like to take the arch/ patch in your tree, or should I push it 
through the linux-media tree along with the omap3isp patch ?

  Laurent Pinchart (2):
ARM: OMAP3: clock: Back-propagate rate change from cam_mclk to
  dpll4_m5
omap3isp: Set cam_mclk rate directly
   
   arch/arm/mach-omap2/cclock3xxx_data.c |   10 +-
   drivers/media/platform/omap3isp/isp.c |   18 ++
   drivers/media/platform/omap3isp/isp.h |8 +++-
   3 files changed, 14 insertions(+), 22 deletions(-)

-- 
Regards,

Laurent Pinchart

--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 0/2] OMAP3 ISP: Simplify clock usage

2013-01-19 Thread Sakari Ailus
Hi Laurent,

On Tue, Jan 08, 2013 at 02:43:52PM +0100, Laurent Pinchart wrote:
 Hello,
 
 Now that the OMAP3 supports the common clock framework, clock rate
 back-propagation is available for the ISP clocks. Instead of setting the
 cam_mclk parent clock rate to control the cam_mclk clock rate, we can mark the
 dpll4_m5x2_ck_3630 and cam_mclk clocks as supporting back-propagation, and set
 the cam_mclk rate directly. This simplifies the ISP clocks configuration.
 
 Laurent Pinchart (2):
   ARM: OMAP3: clock: Back-propagate rate change from cam_mclk to
 dpll4_m5
   omap3isp: Set cam_mclk rate directly
 
  arch/arm/mach-omap2/cclock3xxx_data.c |   10 +-
  drivers/media/platform/omap3isp/isp.c |   18 ++
  drivers/media/platform/omap3isp/isp.h |8 +++-
  3 files changed, 14 insertions(+), 22 deletions(-)

Thanks! It's so nice to see one of the last ugly bits of the omap3isp driver
disappear. :-)

Acked-by: Sakari Ailus sakari.ai...@iki.fi
Tested-by: Sakari Ailus sakari.ai...@iki.fi

(On 3630 / N950.)

-- 
Cheers,

Sakari Ailus
e-mail: sakari.ai...@iki.fi XMPP: sai...@retiisi.org.uk
--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 0/2] OMAP3 ISP: Simplify clock usage

2013-01-14 Thread Mike Turquette
Quoting Laurent Pinchart (2013-01-08 05:43:52)
 Hello,
 
 Now that the OMAP3 supports the common clock framework, clock rate
 back-propagation is available for the ISP clocks. Instead of setting the
 cam_mclk parent clock rate to control the cam_mclk clock rate, we can mark the
 dpll4_m5x2_ck_3630 and cam_mclk clocks as supporting back-propagation, and set
 the cam_mclk rate directly. This simplifies the ISP clocks configuration.


I'm pleased to see this feature get used on OMAP.  Plus your driver gets
a negative diffstat :)

Reviewed-by: Mike Turquette mturque...@linaro.org
 
 Laurent Pinchart (2):
   ARM: OMAP3: clock: Back-propagate rate change from cam_mclk to
 dpll4_m5
   omap3isp: Set cam_mclk rate directly
 
  arch/arm/mach-omap2/cclock3xxx_data.c |   10 +-
  drivers/media/platform/omap3isp/isp.c |   18 ++
  drivers/media/platform/omap3isp/isp.h |8 +++-
  3 files changed, 14 insertions(+), 22 deletions(-)
 
 -- 
 Regards,
 
 Laurent Pinchart
--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH 0/2] OMAP3 ISP: Simplify clock usage

2013-01-08 Thread Laurent Pinchart
Hello,

Now that the OMAP3 supports the common clock framework, clock rate
back-propagation is available for the ISP clocks. Instead of setting the
cam_mclk parent clock rate to control the cam_mclk clock rate, we can mark the
dpll4_m5x2_ck_3630 and cam_mclk clocks as supporting back-propagation, and set
the cam_mclk rate directly. This simplifies the ISP clocks configuration.

Laurent Pinchart (2):
  ARM: OMAP3: clock: Back-propagate rate change from cam_mclk to
dpll4_m5
  omap3isp: Set cam_mclk rate directly

 arch/arm/mach-omap2/cclock3xxx_data.c |   10 +-
 drivers/media/platform/omap3isp/isp.c |   18 ++
 drivers/media/platform/omap3isp/isp.h |8 +++-
 3 files changed, 14 insertions(+), 22 deletions(-)

-- 
Regards,

Laurent Pinchart

--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html