Re: [PATCH] mx3-camera: fix to match the new clock naming

2009-04-03 Thread Sascha Hauer
On Fri, Apr 03, 2009 at 10:49:32AM +0200, Guennadi Liakhovetski wrote: > On Fri, 3 Apr 2009, Sascha Hauer wrote: > > > On Thu, Apr 02, 2009 at 11:49:55AM +0200, Guennadi Liakhovetski wrote: > > > With the i.MX31 transition to clkdev clock names have changed, fix the > > > driver to use the new na

Re: [PATCH] mx3-camera: fix to match the new clock naming

2009-04-03 Thread Guennadi Liakhovetski
On Fri, 3 Apr 2009, Sascha Hauer wrote: > On Thu, Apr 02, 2009 at 11:49:55AM +0200, Guennadi Liakhovetski wrote: > > With the i.MX31 transition to clkdev clock names have changed, fix the > > driver to use the new name. > > > > Signed-off-by: Guennadi Liakhovetski > > --- > > diff --git a/drive

Re: [PATCH] mx3-camera: fix to match the new clock naming

2009-04-03 Thread Sascha Hauer
On Thu, Apr 02, 2009 at 11:49:55AM +0200, Guennadi Liakhovetski wrote: > With the i.MX31 transition to clkdev clock names have changed, fix the > driver to use the new name. > > Signed-off-by: Guennadi Liakhovetski > --- > diff --git a/drivers/media/video/mx3_camera.c > b/drivers/media/video/mx

[PATCH] mx3-camera: fix to match the new clock naming

2009-04-02 Thread Guennadi Liakhovetski
With the i.MX31 transition to clkdev clock names have changed, fix the driver to use the new name. Signed-off-by: Guennadi Liakhovetski --- diff --git a/drivers/media/video/mx3_camera.c b/drivers/media/video/mx3_camera.c index 70629e1..7e6b51d 100644 --- a/drivers/media/video/mx3_camera.c +++ b/