Re: [PATCH v2 1/2] media: mt8m111: add device-tree suppport

2014-07-05 Thread Robert Jarzmik
Hi Guennadi, I just noticed the subject contains a typo, mt8m111 instead of mt9m111. Is there any other pending comment I'm overlooking before I post the final serie for m9m111 dt conversion ? Cheers. -- Robert -- To unsubscribe from this list: send the line unsubscribe linux-media in the body

Re: [PATCH v3 1/2] media: soc_camera: pxa_camera device-tree support

2014-07-05 Thread Robert Jarzmik
Robert Jarzmik robert.jarz...@free.fr writes: Hi Guennadi, Mark, Can I consider my work done for this serie, or am I forgetting pending comments ? If done, an ack from Mark would be good. Cheers. -- Robert -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a

[PATCH 1/3] DocBook media: fix wrong spacing

2014-07-05 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com There shouldn't be any spaces after constant or before /constant. This leads to ugly results like: 'image size set by VIDIOC_S_FMT .' Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- Documentation/DocBook/media/v4l/selection-api.xml | 95

[PATCH 2/3] DocBook media: add missing dqevent src_change field.

2014-07-05 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com The v4l2_event union has a new src_change field, but that was never added to the VIDIOC_DQEVENT documentation of that union. Fixed. Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- Documentation/DocBook/media/v4l/vidioc-dqevent.xml | 6 ++ 1

Re: No audio support in struct v4l2_subdev_format

2014-07-05 Thread Hans Verkuil
On 07/04/2014 01:38 PM, Divneil Wadhawan wrote: Hi Hans, It should generate an initial SOURCE_CHANGE event with 'changes' set to V4L2_EVENT_SRC_CH_RESOLUTION. That way the application that just subscribed to this event with V4L2_EVENT_SUB_FL_SEND_INITIAL will get an initial event.

[PATCH 3/3] DocBook media: fix incorrect header reference

2014-07-05 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com The text referred to videodev.h when videodev2.h was meant. Fixed. Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- Documentation/DocBook/media/v4l/pixfmt.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH] hdpvr: fix reported HDTV colorspace

2014-07-05 Thread Hans Verkuil
The colorspace for HDTV is REC709, not SMPTE240M. Signed-off-by: Hans Verkuil hans.verk...@cisco.com diff --git a/drivers/media/usb/hdpvr/hdpvr-video.c b/drivers/media/usb/hdpvr/hdpvr-video.c index 0500c417..f379e50 100644 --- a/drivers/media/usb/hdpvr/hdpvr-video.c +++

Looking for Asus My Cinema U3000 (not Mini and not Hybrid) owners

2014-07-05 Thread Raimonds Cicans
Hello. I am looking for Asus My Cinema U3000 (not Mini and not Hybrid) owners. I am looking for device with USB VendorId:DeviceId = 0b05:1713 I am trying to write device driver for this device, but unfortunately I bricked mine. How can you help: 1) donate your device or 2) send me dump of

rcar-vin soc-camera device tree updates

2014-07-05 Thread Ben Dooks
This is a new patch, with most of the issues from the previous reviews now fixed. If there is anything that I have missed then please let me know. The only issues remaining is what to do about multiple subdevices and/or multiple ports on drivers. I have yet to do either of erroring out or

[PATCH 1/6] adv7180: Remove duplicate unregister call

2014-07-05 Thread Ben Dooks
From: Ian Molton ian.mol...@codethink.co.uk This driver moved over to v4l2_async_unregister_subdev() but still retained a call to v4l2_unregister_subdev(). Remove. Signed-off-by: Ian Molton ian.mol...@codethink.co.uk Signed-off-by: Ben Dooks ben.do...@codethink.co.uk ---

[PATCH 2/6] rcar_vin: copy flags from pdata

2014-07-05 Thread Ben Dooks
The platform data is a single word, so simply copy it into the device's private data structure than keeping a copy of the pointer. This will make changing to device-tree binding easier as it is one allocation instead of two. Signed-off-by: Ben Dooks ben.do...@codethink.co.uk ---

[PATCH 4/6] [V3] soc_camera: add support for dt binding soc_camera drivers

2014-07-05 Thread Ben Dooks
Add initial support for OF based soc-camera devices that may be used by any of the soc-camera drivers. The driver itself will need converting to use OF. These changes allow the soc-camera driver to do the connecting of any async capable v4l2 device to the soc-camera driver. This has currently

[PATCH 6/6] [PATCH v2] ARM: lager: add vin1 node

2014-07-05 Thread Ben Dooks
Add device-tree for vin1 (composite video in) on the lager board. Signed-off-by: Ben Dooks ben.do...@codethink.co.uk --- Fixes since v1: - Whitespace fixes as suggested by Sergei --- arch/arm/boot/dts/r8a7790-lager.dts | 36 1 file changed, 36

[PATCH 5/6] r8a7790.dtsi: add vin[0-3] nodes

2014-07-05 Thread Ben Dooks
Add nodes for the four video input channels on the R8A7790. Signed-off-by: Ben Dooks ben.do...@codethink.co.uk --- arch/arm/boot/dts/r8a7790.dtsi | 36 1 file changed, 36 insertions(+) diff --git a/arch/arm/boot/dts/r8a7790.dtsi

[PATCH 3/6] rcar_vin: add devicetree support

2014-07-05 Thread Ben Dooks
Add support for devicetree probe for the rcar-vin driver. Signed-off-by: Ben Dooks ben.do...@codethink.co.uk --- .../devicetree/bindings/media/rcar_vin.txt | 86 ++ drivers/media/platform/soc_camera/rcar_vin.c | 72 -- 2 files changed, 151

cron job: media_tree daily build: OK

2014-07-05 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: Sun Jul 6 04:00:29 CEST 2014 git branch: test git hash: ff792c85e60727e66774eb3da8129298690eab0c gcc