Re: [PATCH] [media] V4L: pxa_camera: add clk_prepare/clk_unprepare calls

2012-03-17 Thread Guennadi Liakhovetski
Hi Robert On Sat, 17 Mar 2012, Robert Jarzmik wrote: > Philipp Zabel writes: > > > This patch adds clk_prepare/clk_unprepare calls to the pxa_camera > > driver by using the helper functions clk_prepare_enable and > > clk_disable_unprepare. > > > > Signed-off-by: Philipp Zabel > > Cc: Mauro Car

Re: [PATCH] [media] V4L: pxa_camera: add clk_prepare/clk_unprepare calls

2012-03-17 Thread Robert Jarzmik
Philipp Zabel writes: > This patch adds clk_prepare/clk_unprepare calls to the pxa_camera > driver by using the helper functions clk_prepare_enable and > clk_disable_unprepare. > > Signed-off-by: Philipp Zabel > Cc: Mauro Carvalho Chehab > Cc: Guennadi Liakhovetski > Cc: Robert Jarzmik Certa

[PATCH] [media] V4L: pxa_camera: add clk_prepare/clk_unprepare calls

2012-03-15 Thread Philipp Zabel
This patch adds clk_prepare/clk_unprepare calls to the pxa_camera driver by using the helper functions clk_prepare_enable and clk_disable_unprepare. Signed-off-by: Philipp Zabel Cc: Mauro Carvalho Chehab Cc: Guennadi Liakhovetski Cc: Robert Jarzmik --- drivers/media/video/pxa_camera.c |4