Re: [PATCH 00/11] media: rcar-vin: fix OPS and format/pad index issues

2017-02-13 Thread Niklas Söderlund
Hi Hans, On 2017-02-13 21:57:48 +0100, Hans Verkuil wrote: > On 02/13/2017 06:47 PM, Niklas Söderlund wrote: > > Hi Hans, > > > > Thanks for your feedback. > > > > On 2017-02-13 15:19:13 +0100, Hans Verkuil wrote: > >> Hi Niklas, > >> > >> One general remark: in many commit logs you mistype

Re: [PATCH 00/11] media: rcar-vin: fix OPS and format/pad index issues

2017-02-13 Thread Hans Verkuil
On 02/13/2017 06:47 PM, Niklas Söderlund wrote: > Hi Hans, > > Thanks for your feedback. > > On 2017-02-13 15:19:13 +0100, Hans Verkuil wrote: >> Hi Niklas, >> >> One general remark: in many commit logs you mistype 'subdeivce'. Can you >> fix that for the v2? > > Will fix for v2. > >> >> On

Re: [PATCH 00/11] media: rcar-vin: fix OPS and format/pad index issues

2017-02-13 Thread Niklas Söderlund
Hi Hans, Thanks for your feedback. On 2017-02-13 15:19:13 +0100, Hans Verkuil wrote: > Hi Niklas, > > One general remark: in many commit logs you mistype 'subdeivce'. Can you > fix that for the v2? Will fix for v2. > > On 01/31/2017 04:40 PM, Niklas Söderlund wrote: > > Hi, > > > > This

Re: [PATCH 00/11] media: rcar-vin: fix OPS and format/pad index issues

2017-02-13 Thread Laurent Pinchart
Hi Hans, On Monday 13 Feb 2017 15:19:13 Hans Verkuil wrote: > Hi Niklas, > > One general remark: in many commit logs you mistype 'subdeivce'. Can you > fix that for the v2? > > On 01/31/2017 04:40 PM, Niklas Söderlund wrote: > > Hi, > > > > This series address issues with the R-Car Gen2 VIN

Re: [PATCH 00/11] media: rcar-vin: fix OPS and format/pad index issues

2017-02-13 Thread Hans Verkuil
On 02/13/2017 04:31 PM, Laurent Pinchart wrote: > Hi Hans, > > On Monday 13 Feb 2017 15:19:13 Hans Verkuil wrote: >> Hi Niklas, >> >> One general remark: in many commit logs you mistype 'subdeivce'. Can you >> fix that for the v2? >> >> On 01/31/2017 04:40 PM, Niklas Söderlund wrote: >>> Hi, >>>

Re: [PATCH 00/11] media: rcar-vin: fix OPS and format/pad index issues

2017-02-13 Thread Hans Verkuil
Hi Niklas, One general remark: in many commit logs you mistype 'subdeivce'. Can you fix that for the v2? On 01/31/2017 04:40 PM, Niklas Söderlund wrote: > Hi, > > This series address issues with the R-Car Gen2 VIN driver. The most > serious issue is the OPS when unbind and rebinding the i2c

Re: [PATCH 00/11] media: rcar-vin: fix OPS and format/pad index issues

2017-02-07 Thread Wolfram Sang
> Patch 10-11 fix a OPS when unbinding/binding the video source subdevice. I can happily confirm that this series finally makes the I2C demuxer work on the I2C bus with the HDMI clients because rebinding works now! Note that I didn't test inputting any actual video but only the rebinding

[PATCH 00/11] media: rcar-vin: fix OPS and format/pad index issues

2017-01-31 Thread Niklas Söderlund
Hi, This series address issues with the R-Car Gen2 VIN driver. The most serious issue is the OPS when unbind and rebinding the i2c driver for the video source subdevice which have popped up as a blocker for other work. This series is broken out of my much larger R-Car Gen3 enablement series