Re: [PATCH v4 0/8] adv7180 subdev fixes, v4

2016-09-19 Thread Hans Verkuil
On 09/19/2016 04:19 PM, Jack Mitchell wrote:
> 
> 
> On 03/08/16 19:03, Steve Longerbeam wrote:
>> Steve Longerbeam (8):
>>   media: adv7180: fix field type
>>   media: adv7180: define more registers
>>   media: adv7180: add support for NEWAVMODE
>>   media: adv7180: add power pin control
>>   media: adv7180: implement g_parm
>>   media: adv7180: change mbus format to UYVY
>>   v4l: Add signal lock status to source change events
>>   media: adv7180: enable lock/unlock interrupts
>>
>>  .../devicetree/bindings/media/i2c/adv7180.txt  |   8 +
>>  Documentation/media/uapi/v4l/vidioc-dqevent.rst|   9 +
>>  Documentation/media/videodev2.h.rst.exceptions |   1 +
>>  drivers/media/i2c/Kconfig  |   2 +-
>>  drivers/media/i2c/adv7180.c| 200 
>> +
>>  include/uapi/linux/videodev2.h |   1 +
>>  6 files changed, 183 insertions(+), 38 deletions(-)
>>
> 
> Did anything come of this patchset, I see a few select patches from the 
> original (full imx6) series have been merged in but only seems partial?

I cherry-picked a few patches, but most are still in my TODO list.

I need time to carefully look at the interlaced/NEWAVMODE support. So those
patches won't make 4.9 but will be postponed for 4.10.

Regards,

Hans


Re: [PATCH v4 0/8] adv7180 subdev fixes, v4

2016-09-19 Thread Jack Mitchell



On 03/08/16 19:03, Steve Longerbeam wrote:

Steve Longerbeam (8):
  media: adv7180: fix field type
  media: adv7180: define more registers
  media: adv7180: add support for NEWAVMODE
  media: adv7180: add power pin control
  media: adv7180: implement g_parm
  media: adv7180: change mbus format to UYVY
  v4l: Add signal lock status to source change events
  media: adv7180: enable lock/unlock interrupts

 .../devicetree/bindings/media/i2c/adv7180.txt  |   8 +
 Documentation/media/uapi/v4l/vidioc-dqevent.rst|   9 +
 Documentation/media/videodev2.h.rst.exceptions |   1 +
 drivers/media/i2c/Kconfig  |   2 +-
 drivers/media/i2c/adv7180.c| 200 +
 include/uapi/linux/videodev2.h |   1 +
 6 files changed, 183 insertions(+), 38 deletions(-)



Did anything come of this patchset, I see a few select patches from the 
original (full imx6) series have been merged in but only seems partial?


Cheers,
Jack.