Re: [PATCH 8/8] marvell-cam: Basic working MMP camera driver

2011-06-16 Thread Mauro Carvalho Chehab
Em 16-06-2011 16:44, Sylwester Nawrocki escreveu: > Hello, > > On 06/16/2011 05:17 PM, Jonathan Corbet wrote: >> On Thu, 16 Jun 2011 10:37:37 +0800 >> Kassey Lee wrote: >> +static void mmpcam_power_down(struct mcam_camera *mcam) +{ + struct mmp_camera *cam = mcam_to_cam(mcam)

Re: [PATCH 8/8] marvell-cam: Basic working MMP camera driver

2011-06-16 Thread Sylwester Nawrocki
Hello, On 06/16/2011 05:17 PM, Jonathan Corbet wrote: > On Thu, 16 Jun 2011 10:37:37 +0800 > Kassey Lee wrote: > >>> +static void mmpcam_power_down(struct mcam_camera *mcam) >>> +{ >>> + struct mmp_camera *cam = mcam_to_cam(mcam); >>> + struct mmp_camera_platform_data *pdata; >>> +/*

Re: [PATCH 8/8] marvell-cam: Basic working MMP camera driver

2011-06-16 Thread Jonathan Corbet
On Thu, 16 Jun 2011 10:37:37 +0800 Kassey Lee wrote: > > +static void mmpcam_power_down(struct mcam_camera *mcam) > > +{ > > +       struct mmp_camera *cam = mcam_to_cam(mcam); > > +       struct mmp_camera_platform_data *pdata; > > +/* > > + * Turn off clocks and set reset lines > > + */ > > +  

Re: [PATCH 8/8] marvell-cam: Basic working MMP camera driver

2011-06-15 Thread Kassey Lee
2011/6/12 Jonathan Corbet : > Now we have a camera working over the marvell cam controller core.  It > works like the cafe driver and has all the same limitations, contiguous DMA > only being one of them.  But it's a start. > > Signed-off-by: Jonathan Corbet > --- >  drivers/media/video/Makefile  

[PATCH 8/8] marvell-cam: Basic working MMP camera driver

2011-06-11 Thread Jonathan Corbet
Now we have a camera working over the marvell cam controller core. It works like the cafe driver and has all the same limitations, contiguous DMA only being one of them. But it's a start. Signed-off-by: Jonathan Corbet --- drivers/media/video/Makefile |1 + drivers/media/v