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)
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;
>>> +/*
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
> > + */
> > +
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
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