On 02/24/2016 03:58 AM, Niklas Söderlund wrote:
> A V4L2 driver for Renesas R-Car VIN driver that do not depend on
> soc_camera. The driver is heavily based on its predecessor and aims to
> replace it.
>
> Signed-off-by: Niklas Söderlund <[email protected]>
> ---
>
> The driver is tested on Koelsch and can do streaming using qv4l2 and
> grab frames using yavta. It passes a v4l2-compliance (git master) run
> without failures, see bellow for output. Some issues I know about but
> will have to wait for future work in other patches.
> - The soc_camera driver provides some pixel formats that do not display
> properly for me in qv4l2 or yavta. I have ported these formats as is
> (not working correctly?) to the new driver.
> - One can not bind/unbind the subdevice and continue using the driver.
>
> As stated in commit message the driver is based on its soc_camera
> version but some features have been drooped (for now?).
> - The driver no longer try to use the subdev for cropping (using
> cropcrop/s_crop).
> - Do not interrogate the subdev using g_mbus_config.
A quick question: was this tested with the adv7180 only? Or do you also
have access to a sensor to test with?
Regards,
Hans