Hi Sakari,
On 2017/10/14 4:48, Sakari Ailus wrote:
Hi Akinobu,
On Fri, Oct 13, 2017 at 01:21:13AM +0900, Akinobu Mita wrote:
This series adds media controller support and other related changes to the
OV7670 which is cheap and highly available CMOS image sensor for hobbyists.
This enables to control a video pipeline system with the OV7670. I've
tested this with the xilinx video IP pipeline.
Akinobu Mita (4):
media: ov7670: create subdevice device node
media: ov7670: use v4l2_async_unregister_subdev()
media: ov7670: add media controller support
media: ov7670: add get_fmt() pad ops callback
drivers/media/i2c/ov7670.c | 55 +++++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 54 insertions(+), 1 deletion(-)
I understand Wenyou has submitted a set with similar functionality +
runtime PM as well, but it has issues. There hasn't been updated for some
time on that. Wenyou, what's the status of your patchset?
Sorry for I missed your previous mail.
I will update the patchset soon.
The set was submitted on the list under subject "[PATCH v5 0/3] media:
ov7670: Add entity init and power operation"
Best Regards,
Wenyou Yang