Hi all,

I have seen that the pxa27xx-camera is inside the devices for the PXA320 but I 
don't know if this support work
for this cpu. Looking at the code for example the overrun condition check is 
wrong for the PXA320 because
the bits of the overrun is different

-       camera_status = __raw_readl(pcdev->base + CISR);
+       camera_status = __raw_readl(pcdev->base + CIFSR);

In the two implementation. Anyone has tried to use it on the pxa320?

Michael Trimarchi
--
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

Reply via email to