[PATCH v5 1/8] media: entity: Document the media_entity_ops structure

2015-03-01 Thread Laurent Pinchart
Signed-off-by: Laurent Pinchart laurent.pinch...@ideasonboard.com Acked-by: Hans Verkuil hans.verk...@cisco.com Acked-by: Sakari Ailus sakari.ai...@linux.intel.com --- include/media/media-entity.h | 9 + 1 file changed, 9 insertions(+) diff --git a/include/media/media-entity.h

Re: [PATCH v5 2/4] media: ov2640: add async probe function

2015-03-01 Thread Josh Wu
On 3/2/2015 5:06 AM, Guennadi Liakhovetski wrote: Hi Josh, Thanks for a patch update. I think it looks good as a first step in your patch series, just a minor comment below: On Tue, 10 Feb 2015, Josh Wu wrote: In async probe, there is a case that ov2640 is probed before the host device which

[PATCH v5 3/8] v4l: Sort YUV formats of v4l2_mbus_pixelcode

2015-03-01 Thread Laurent Pinchart
From: Hyun Kwon hyun.k...@xilinx.com Keep the formats sorted by type, bus_width, bits per component, samples per pixel and order of subsamples, in that order. Signed-off-by: Hyun Kwon hyun.k...@xilinx.com Signed-off-by: Laurent Pinchart laurent.pinch...@ideasonboard.com Acked-by: Hans Verkuil

[PATCH v5 4/8] v4l: Add VUY8 24 bits bus format

2015-03-01 Thread Laurent Pinchart
From: Hyun Kwon hyun.k...@xilinx.com Add VUY8 24 bits bus format, V4L2_MBUS_FMT_VUY8_1X24. Signed-off-by: Hyun Kwon hyun.k...@xilinx.com Signed-off-by: Laurent Pinchart laurent.pinch...@ideasonboard.com Acked-by: Hans Verkuil hans.verk...@cisco.com ---

[PATCH v5 0/8] Xilinx Video IP Core support

2015-03-01 Thread Laurent Pinchart
Hello, Here's the fifth, latest and greatest version of the Xilinx FPGA Video IP Cores kernel drivers. I won't detail in great lengths the Xilinx Video IP architecture here, as that would result in dozens of pages of documentation. The interested reader can refer to the Zynq ZC702 Base TRD

[PATCH v5 6/8] v4l: xilinx: Add Xilinx Video IP core

2015-03-01 Thread Laurent Pinchart
Xilinx platforms have no hardwired video capture or video processing interface. Users create capture and memory to memory processing pipelines in the FPGA fabric to suit their particular needs, by instantiating video IP cores from a large library. The Xilinx Video IP core is a framework that

[PATCH v5 5/8] v4l: of: Add v4l2_of_parse_link() function

2015-03-01 Thread Laurent Pinchart
The function fills a link data structure with the device node and port number at both the local and remote ends of a link defined by one of its endpoint nodes. Signed-off-by: Laurent Pinchart laurent.pinch...@ideasonboard.com Acked-by: Hans Verkuil hans.verk...@cisco.com Acked-by: Sakari Ailus

[PATCH v5 2/8] v4l: Add RBG and RGB 8:8:8 media bus formats on 24 and 32 bit busses

2015-03-01 Thread Laurent Pinchart
Signed-off-by: Laurent Pinchart laurent.pinch...@ideasonboard.com Acked-by: Hans Verkuil hans.verk...@cisco.com --- Documentation/DocBook/media/v4l/subdev-formats.xml | 67 ++ include/uapi/linux/media-bus-format.h | 4 +- 2 files changed, 70 insertions(+), 1

[PATCH v5 8/8] v4l: xilinx: Add Test Pattern Generator driver

2015-03-01 Thread Laurent Pinchart
The TPG generates multiple static or dynamic test patterns. The driver currently hardcodes the pattern to the moving box pattern. Signed-off-by: Christian Kohn christian.k...@xilinx.com Signed-off-by: Hyun Kwon hyun.k...@xilinx.com Signed-off-by: Laurent Pinchart laurent.pinch...@ideasonboard.com

[PATCH v5 7/8] v4l: xilinx: Add Video Timing Controller driver

2015-03-01 Thread Laurent Pinchart
The Video Timing Controller (VTC) includes a timing detector and/or a timing generator. Only the generator is currently supported. Signed-off-by: Laurent Pinchart laurent.pinch...@ideasonboard.com Signed-off-by: Michal Simek michal.si...@xilinx.com Acked-by: Hans Verkuil hans.verk...@cisco.com

[PATCH v5 2/4][resend] media: ov2640: add async probe function

2015-03-01 Thread Josh Wu
In async probe, there is a case that ov2640 is probed before the host device which provided 'mclk'. To support this async probe, we will get 'mclk' at first in the probe(), if failed it will return -EPROBE_DEFER. That will let ov2640 wait for the host device probed. Signed-off-by: Josh Wu

Re: [PATCH v5 2/4] media: ov2640: add async probe function

2015-03-01 Thread Guennadi Liakhovetski
Hi Josh, Thanks for a patch update. I think it looks good as a first step in your patch series, just a minor comment below: On Tue, 10 Feb 2015, Josh Wu wrote: In async probe, there is a case that ov2640 is probed before the host device which provided 'mclk'. To support this async probe, we

Please let me know if you need to print color box, display box and labels

2015-03-01 Thread Jinghao Printing - CHINA
Hi, this is David Wu from Shanghai, China. Please let me know if you need color box, display box, corrugated box, label, hang tag etc. I will send you the website. Best regards, David Wu -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to

cron job: media_tree daily build: WARNINGS

2015-03-01 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: Mon Mar 2 04:00:16 CET 2015 git branch: test git hash: a3dfc6d925ca1bbd1a228253acb93f08657bad25 gcc

[PATCH] media: adv7604: improve usage of gpiod API

2015-03-01 Thread Uwe Kleine-König
Since 39b2bbe3d715 (gpio: add flags argument to gpiod_get*() functions) which appeared in v3.17-rc1, the gpiod_get* functions take an additional parameter that allows to specify direction and initial value for output. Simplify accordingly. Moreover use devm_gpiod_get_index_optional instead of

Re: [PATCH v3 00/15] media: blackfin: bfin_capture enhancements

2015-03-01 Thread Scott Jiang
Hi Lad and Hans, 2015-02-22 2:39 GMT+08:00 Lad Prabhakar prabhakar.cse...@gmail.com: From: Lad, Prabhakar prabhakar.cse...@gmail.com This patch series, enhances blackfin capture driver with vb2 helpers. Changes for v3: 1: patches unchanged except for patch 8/15 fixing starting of ppi only

SMS / DVB / media_graph issue - tip fails to compile

2015-03-01 Thread Steven Toth
Someone broke tip. CC [M] drivers/media/common/siano/smsdvb-main.o drivers/media/common/siano/smsdvb-main.c: In function ‘smsdvb_media_device_unregister’: drivers/media/common/siano/smsdvb-main.c:614:27: warning: unused variable ‘coredev’ [-Wunused-variable] struct smscore_device_t *coredev

Re: [PATCH] Basic support for the Elgato EyeTV Hybrid INT 2008 USB Stick

2015-03-01 Thread Benjamin Larsson
On 03/01/2015 04:04 PM, Gilles Risch wrote: This patch will add basic support for the Elgato EyeTV Hybrid INT 2008 USB Stick. Signed-off-by: Gilles Risch gilles.ri...@gmail.com [...] --- a/drivers/media/usb/em28xx/em28xx-dvb.c +++ b/drivers/media/usb/em28xx/em28xx-dvb.c @@ -41,7 +41,7 @@

Re: [PATCH v8 0/3] Add of-graph helpers to loop over endpoints and find ports by id

2015-03-01 Thread Laurent Pinchart
Hi Philipp and all, This series has been around for a long time, it seems to be time to get it merged. What's the plan ? If we wait for the v4.1 merge window there's a chance we'll get more conflicts, especially on patch 1/3. Could it be merged in v4.0-rc to avoid that ? On Monday 23

[PATCH] Basic support for the Elgato EyeTV Hybrid INT 2008 USB Stick

2015-03-01 Thread Gilles Risch
This patch will add basic support for the Elgato EyeTV Hybrid INT 2008 USB Stick. Signed-off-by: Gilles Risch gilles.ri...@gmail.com diff --git a/drivers/media/usb/em28xx/em28xx-cards.c b/drivers/media/usb/em28xx/em28xx-cards.c index d9704e6..3a72188 100644 ---

Reported error while loading a USB dvb-t driver (Terratec Cinergy DT USB XS Diversity/ T5 stick)

2015-03-01 Thread Eric Valette
See for stack trace: https://bugzilla.kernel.org/show_bug.cgi?id=94051 -- eric -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCHv2] Basic support for the Elgato EyeTV Hybrid INT 2008 USB Stick

2015-03-01 Thread Gilles Risch
commit b33c38a5ba412a8d63466265aa38678aeed496db Author: Gilles Risch gilles.ri...@gmail.com Date: Sun Mar 1 21:05:21 2015 +0100 This patch will add basic support for the Elgato EyeTV Hybrid INT 2008 USB Stick. Signed-off-by: Gilles Risch gilles.ri...@gmail.com diff --git

Re: [PATCH] Basic support for the Elgato EyeTV Hybrid INT 2008 USB Stick

2015-03-01 Thread Gilles Risch
On 03/01/2015 04:13 PM, Benjamin Larsson wrote: On 03/01/2015 04:04 PM, Gilles Risch wrote: This patch will add basic support for the Elgato EyeTV Hybrid INT 2008 USB Stick. Signed-off-by: Gilles Risch gilles.ri...@gmail.com [...] --- a/drivers/media/usb/em28xx/em28xx-dvb.c +++