Re: [PATCH] media: video-i2c: add mlx90640 subpage data to output

2019-08-20 Thread Matt Ranostay
On Mon, Aug 12, 2019 at 6:05 AM Hans Verkuil wrote: > > Hi Matt, > > On 8/11/19 9:10 AM, Matt Ranostay wrote: > > Add current subpage data via the status register to the video > > frame in the last word of data, which seems to be unused > > undocumented reserved data. > > I don't really understand

Re: MyGica T230 dvb-t2 data corruption since commit 5fa8815

2019-08-20 Thread JP
Hoi Sean, On 8/18/19 12:29 PM, Sean Young wrote: Hi JP, James, On Tue, Aug 13, 2019 at 03:46:37PM +0200, JP wrote: Thanks James, my tests on both DVB-T and DVB-C all went OK. So, with the t230 driver in cxusb broken for one hw version of the device and both hw versions now working fine in dvb

Re: [PATCH] dvb: usb: fix use after free in dvb_usb_device_exit

2019-08-20 Thread Ben Hutchings
On Tue, 2019-04-30 at 15:07 +0200, Oliver Neukum wrote: > dvb_usb_device_exit() frees and uses the device name in that order > Fix by storing the name in a buffer before freeing it > > v2: fixed style issues > v3: strscpy used and variable names changed > v4: really use strscpy everywhere > > Sig

Re: [PATCH] dt-bindings: sh-mobile-ceu: Rename bindings documentation file

2019-08-20 Thread Simon Horman
On Tue, Aug 20, 2019 at 11:52:05AM +0200, Jacopo Mondi wrote: > Hi Simon, > > On Mon, Aug 19, 2019 at 04:05:44PM +0200, Simon Horman wrote: > > Renesas media binding documentation files uses a naming schema of > > 'renesas,.txt'. Rename the SH Mobile CEU file to match this pattern. > > > > The ol

Re: [PATCH v2 2/2] media: tc358746: add Toshiba TC358746 Parallel to CSI-2 bridge driver

2019-08-20 Thread Marco Felsch
Hi Sakari, gentle ping. Regards, Marco On 19-07-29 12:40, Marco Felsch wrote: > Hi Sakari, > > On 19-06-25 15:27, Sakari Ailus wrote: > > Hi Marco, > > > > Thanks for the set. > > > > Looks quite good to me in general; a few minor comments below. > > Sorry for the delayed response. > > >

Re: [PATCH v2 1/2] dt-bindings: media: Add YAML schemas for the generic RC bindings

2019-08-20 Thread Maxime Ripard
Hi Sean, On Tue, Aug 20, 2019 at 09:15:26AM +0100, Sean Young wrote: > On Mon, Aug 19, 2019 at 08:26:18PM +0200, Maxime Ripard wrote: > > From: Maxime Ripard > > > > The RC controllers have a bunch of generic properties that are needed in a > > device tree. Add a YAML schemas for those. > > > > R

Re: [PATCH] dt-bindings: sh-mobile-ceu: Rename bindings documentation file

2019-08-20 Thread Jacopo Mondi
Hi Simon, On Mon, Aug 19, 2019 at 04:05:44PM +0200, Simon Horman wrote: > Renesas media binding documentation files uses a naming schema of > 'renesas,.txt'. Rename the SH Mobile CEU file to match this pattern. > The old soc-camera based sh-mobile-ceu driver has been removed one year ago and repl

Re: [PATCH v2] media: ov5640: add support of V4L2_CID_LINK_FREQ

2019-08-20 Thread Sakari Ailus
Hi Hugues, On Tue, Jul 02, 2019 at 04:05:46PM +, Hugues FRUCHET wrote: > Hi Sakari, > > On 6/27/19 6:05 PM, Sakari Ailus wrote: > > Hi Hugues, > > > > On Thu, Jun 27, 2019 at 02:57:04PM +0200, Hugues Fruchet wrote: > >> Add support of V4L2_CID_LINK_FREQ, this is needed > >> by some CSI-2 rec

Re: [uvc] Frames smaller than dwMaxVideoFrameSize

2019-08-20 Thread Sergey Zakharchenko
Hello again list, I wrote: > We're seeing problems using cameras based on Geo GC6500 in Linux > kernels 4.19+ in raw mode (as opposed to H.264 mode, to avoid IP > issues). > Putting frame size reporting/calculations aside for now Now, on to frame size calculations. There's a small gadget in the

[uvc] Frames smaller than dwMaxVideoFrameSize

2019-08-20 Thread Sergey Zakharchenko
Hello list, We're seeing problems using cameras based on Geo GC6500 in Linux kernels 4.19+ in raw mode (as opposed to H.264 mode, to avoid IP issues). We have traced that to commit 95f5cbff90b9e4324839a5c28ee3153a3c9921a5 "media: uvcvideo: Also validate buffers in BULK mode". The uvc_video_validat