Re: [PATCH v4 1/1] V4L2: platform: Add Renesas R-Car JPEG codec driver.

2015-07-15 Thread Hans Verkuil
On 07/16/2015 01:17 AM, Mikhail Ulyanov wrote: > Hello, > > If you have any comments or suggestion, please let me know :) > Asking because it seems stuck for nearly a 3 weeks... I was hoping to review this last Monday but I ran out of time. It's on the top of my TODO list so you should have a rev

cron job: media_tree daily build: OK

2015-07-15 Thread Hans Verkuil
This message is generated daily by a cron job that builds media_tree for the kernels and architectures in the list below. Results of the daily build of media_tree: date: Thu Jul 16 04:00:15 CEST 2015 git branch: test git hash: 8783b9c50400c6279d7c3b716637b98e83d3c933 gcc versi

Re: [PATCH v4 1/1] V4L2: platform: Add Renesas R-Car JPEG codec driver.

2015-07-15 Thread Mikhail Ulyanov
Hello, If you have any comments or suggestion, please let me know :) Asking because it seems stuck for nearly a 3 weeks... 2015-06-26 14:37 GMT+03:00 Mikhail Ulyanov : > Here's the driver for the Renesas R-Car JPEG processing unit. [snip] -- W.B.R, Mikhail. -- To unsubscribe from this list: s

[PATCH] ov519.c - allow setting i2c_detect_tries

2015-07-15 Thread Valdis Kletnieks
I encountered a user who was having troubles getting a PlayStation EyeToy (USB ID 054c:0155) working as a webcam. They reported that repeated attempts would often make it work. Looking at the code, there was support for repeated attempts at I2C transactions - but only if you rebuilt the module fro

Re: [RFC v3 04/19] media/usb/uvc: Implement vivioc_g_def_ext_ctrls

2015-07-15 Thread Laurent Pinchart
Hi Ricardo, Thank you for the patch. On Friday 12 June 2015 18:46:23 Ricardo Ribalda Delgado wrote: > Callback needed by ioctl VIDIOC_G_DEF_EXT_CTRLS as this driver does not > use the controller framework. > > Signed-off-by: Ricardo Ribalda Delgado > --- > drivers/media/usb/uvc/uvc_v4l2.c | 30

Re: [PATCH 1/1] omap3isp: Fix async notifier registration order

2015-07-15 Thread Timur Tabi
On Tue, May 19, 2015 at 6:08 PM, Sakari Ailus wrote: > > @@ -2557,18 +2553,27 @@ static int isp_probe(struct platform_device *pdev) > if (ret < 0) > goto error_iommu; > > - isp->notifier.bound = isp_subdev_notifier_bound; > - isp->notifier.complete = isp_subdev_

[Patch v4] media: am437x-vpfe: Fix a race condition during release

2015-07-15 Thread Benoit Parrot
There was a race condition where during cleanup/release operation on-going streaming would cause a kernel panic because the hardware module was disabled prematurely with IRQ still pending. Fixes: 417d2e507edc ("[media] media: platform: add VPFE capture driver support for AM437X") Cc: # v4.0+ Sig