cron job: media_tree daily build: WARNINGS

2013-09-27 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: Sat Sep 28 04:00:34 CEST 2013 git branch: test git hash: ffee921033e64edf8579a3b21c7f15d1a6c3ef71 gcc versi

Re: [stable] Re: Dependency bug in the uvcvideo Kconfig

2013-09-27 Thread Greg KH
On Thu, Sep 19, 2013 at 04:00:53PM -0700, Randy Dunlap wrote: > On 09/19/13 13:17, Randy Dunlap wrote: > > On 09/18/13 20:44, Jeff P. Zacher wrote: > >> > >> > >> You are correct that this problem shown in the forum was in 3.5.4. > >> However, I am > >> having wither the same or similar problem

Re: [media-workshop] V2: Agenda for the Edinburgh mini-summit

2013-09-27 Thread Sakari Ailus
On Sat, Sep 28, 2013 at 01:07:34AM +0300, Sakari Ailus wrote: > > > I would be happy to add another brainstorming day, but since Hugues won't > > > be > > > available on the 21st we can only do limited codec discussions, so we > > > would > > > need other topics as well. Proposals are welcome. O

Re: [media-workshop] V2: Agenda for the Edinburgh mini-summit

2013-09-27 Thread Sakari Ailus
Hi Hans and Laurent, On Wed, Sep 25, 2013 at 12:39:11PM +0200, Laurent Pinchart wrote: > Hi Hans, > > On Tuesday 24 September 2013 13:24:25 Hans Verkuil wrote: > > On Tue 24 September 2013 12:59:44 Laurent Pinchart wrote: > > > On Tuesday 10 September 2013 11:34:32 Hans Verkuil wrote: > > > > I h

Re: [RFC] omap3isp : fix image corruption after underrun when using resizer

2013-09-27 Thread Sakari Ailus
Hi Jean-Philippe, On Thu, Sep 26, 2013 at 03:52:37PM +0200, jean-philippe francois wrote: > Hi Laurent, > > I was able to reliably get corrupted image when placing the pipeline in > underrun > condition. The pipeline looks like this : > YUYV sensor -> CCDC -> Resizer -> V4L output > > It seems

Re: [PATCH v9 01/13] [media] exynos5-is: Adding media device driver for exynos5

2013-09-27 Thread Sylwester Nawrocki
Hi Arun, Shaik, This patch looks good to me, I have added it to my tree for 3.13, with slightly edited patch's description. I will be sending a pull request to the media tree not earlier than in two weeks, thus there is still some time, should anyone have any further comments/change requests. B

Re: Need help with AverMedia306 driver on linux system.

2013-09-27 Thread remi
Good news, and thank you for the feedback Must be because I am in Paris/FRANCE, they went all TNT (dvb) I thaught they left a channel or two in the hertzerian analog but not :( or my reception is really bad ... And you have the right cables if it's in it's original laptop !! :) Thnx again for

[PATCH/RFC v3 3/3] add pipe link for display entity

2013-09-27 Thread Show Liu
--- arch/arm/boot/dts/rtsm_ve-motherboard.dtsi | 46 arch/arm/boot/dts/rtsm_ve-v2p-ca15x1-ca7x1.dts |4 +++ 2 files changed, 50 insertions(+) diff --git a/arch/arm/boot/dts/rtsm_ve-motherboard.dtsi b/arch/arm/boot/dts/rtsm_ve-motherboard.dtsi index 6d12566..b4e

[PATCH/CDF RFC v3 0/3] Migrate CDFv3 into pl111 drm/kms driver

2013-09-27 Thread Show Liu
Hi all, This series patches base on Tom's "Initial drm/kms driver for pl111"[1] with linaro release 13.07 and migrate the CDFv3 for evaluation. please notes that I set VGA as default output and tested on RTSM only. [1] http://lwn.net/Articles/561344/ Cheers, Show Liu Show Liu (3): Add displa

[PATCH/RFC v3 2/3] Add display entity and set VGA output(site MB) as default

2013-09-27 Thread Show Liu
--- drivers/video/vexpress-dvi.c | 94 +- 1 file changed, 83 insertions(+), 11 deletions(-) diff --git a/drivers/video/vexpress-dvi.c b/drivers/video/vexpress-dvi.c index cbcb443..ca0e5bd 100644 --- a/drivers/video/vexpress-dvi.c +++ b/drivers/video/vexpr

[PATCH/RFC v3 1/3] Add display entities and pipe link for pl111

2013-09-27 Thread Show Liu
--- drivers/gpu/drm/pl111/pl111_drm.h| 23 +- drivers/gpu/drm/pl111/pl111_drm_device.c | 374 -- 2 files changed, 370 insertions(+), 27 deletions(-) diff --git a/drivers/gpu/drm/pl111/pl111_drm.h b/drivers/gpu/drm/pl111/pl111_drm.h index faf88cb..f81f79e 10

Re: [PATCH RFC] media: rc: OF: Add Generic bindings for remote-control

2013-09-27 Thread Mauro Carvalho Chehab
Em Fri, 27 Sep 2013 14:26:12 +0100 Srinivas KANDAGATLA escreveu: > On 27/09/13 12:34, Mark Rutland wrote: > > >> > +- rx-mode: Can be "infrared" or "uhf". rx-mode should be > >> > present iff > >> > + the rx pins are wired up. > > I'm unsure on this. What if the device has mult

Re: [PATCH RFC] media: rc: OF: Add Generic bindings for remote-control

2013-09-27 Thread Mauro Carvalho Chehab
Em Fri, 27 Sep 2013 12:34:58 +0100 Mark Rutland escreveu: > On Fri, Sep 27, 2013 at 10:33:11AM +0100, Srinivas KANDAGATLA wrote: > > From: Srinivas Kandagatla > > > > This patch attempts to collate generic bindings which can be used by > > the remote control hardwares. Currently the list is not

Re: [PATCH RFC] media: rc: OF: Add Generic bindings for remote-control

2013-09-27 Thread Srinivas KANDAGATLA
On 27/09/13 12:34, Mark Rutland wrote: >> > + - rx-mode: Can be "infrared" or "uhf". rx-mode should be present iff >> > +the rx pins are wired up. > I'm unsure on this. What if the device has multiple receivers that can > be independently configured? What if it supports something other than >

Re: Capture driver implementation issue/questions

2013-09-27 Thread Andy Walls
On Thu, 2013-09-26 at 14:57 +, Rick Ball wrote: > Hi All, > > I'm working on a video capture driver (my first) for a custom board, > and I have a few questions about handling 'overflow' conditions (when > the application doesn't get back in time to de-queue every frame). I > know that one way

Re: [PATCH RFC] media: rc: OF: Add Generic bindings for remote-control

2013-09-27 Thread Mark Rutland
On Fri, Sep 27, 2013 at 10:33:11AM +0100, Srinivas KANDAGATLA wrote: > From: Srinivas Kandagatla > > This patch attempts to collate generic bindings which can be used by > the remote control hardwares. Currently the list is not long as there > are only 2 drivers which are device tree'd. > > Main

Re: Need help with AverMedia306 driver on linux system.

2013-09-27 Thread remi
Oh, I am not the person who wrote the driver ... :( I merly cloned the HC81r, gave it the proper PCI ID, and the correct firmware , I also have no DVB either, Unless I get time to learn V4L API, or the mainter of the "xc2028" finds more infos too ... we are prety much at this stage, some analo

[PATCH v9 01/13] [media] exynos5-is: Adding media device driver for exynos5

2013-09-27 Thread Arun Kumar K
From: Shaik Ameer Basha This patch adds support for media device for EXYNOS5 SoCs. The current media device supports the following ips to connect through the media controller framework. * MIPI-CSIS Support interconnection(subdev interface) between devices * FIMC-LITE Support capture interfa

[PATCH v9 00/13] Exynos5 IS driver

2013-09-27 Thread Arun Kumar K
The patch series add support for Exynos5 camera subsystem. It re-uses mipi-csis and fimc-lite from exynos4-is and adds a new media device and fimc-is device drivers for exynos5. Changes from v8 --- - Moved i2c-isp device nodes into the fimc-is node as suggested by Sylwester - Address

[PATCH v9 07/13] [media] exynos5-fimc-is: Add scaler subdev

2013-09-27 Thread Arun Kumar K
FIMC-IS has two hardware scalers named as scaler-codec and scaler-preview. This patch adds the common code handling the video nodes and subdevs of both the scalers. Signed-off-by: Arun Kumar K Signed-off-by: Kilyeon Im Reviewed-by: Sylwester Nawrocki --- drivers/media/platform/exynos5-is/fimc-

[PATCH v9 11/13] [media] exynos5-is: Add Kconfig and Makefile

2013-09-27 Thread Arun Kumar K
Adds Kconfig and Makefile for exynos5-is driver files. Signed-off-by: Shaik Ameer Basha Signed-off-by: Arun Kumar K Reviewed-by: Sylwester Nawrocki --- drivers/media/platform/Kconfig |1 + drivers/media/platform/Makefile|1 + drivers/media/platform/exynos5-is/Kc

[PATCH v9 05/13] [media] exynos5-fimc-is: Add register definition and context header

2013-09-27 Thread Arun Kumar K
This patch adds the register definition file for the fimc-is driver and also the header file containing the main context for the driver. Signed-off-by: Arun Kumar K Signed-off-by: Kilyeon Im Reviewed-by: Sylwester Nawrocki --- drivers/media/platform/exynos5-is/fimc-is-regs.h | 105 +++

[PATCH v9 12/13] V4L: s5k6a3: Change sensor min/max resolutions

2013-09-27 Thread Arun Kumar K
s5k6a3 sensor has actual pixel resolution of 1408x1402 against the active resolution 1392x1392. The real resolution is needed when raw sensor SRGB data is dumped to memory by fimc-lite. Signed-off-by: Arun Kumar K Reviewed-by: Sylwester Nawrocki --- drivers/media/i2c/s5k6a3.c | 10 ++

[PATCH v9 08/13] [media] exynos5-fimc-is: Add sensor interface

2013-09-27 Thread Arun Kumar K
Some sensors to be used with fimc-is are exclusively controlled by the fimc-is firmware. This minimal sensor driver provides the required info for the firmware to configure the sensors sitting on I2C bus. Signed-off-by: Arun Kumar K Reviewed-by: Sylwester Nawrocki --- drivers/media/platform/exy

[PATCH v9 13/13] V4L: Add driver for s5k4e5 image sensor

2013-09-27 Thread Arun Kumar K
This patch adds subdev driver for Samsung S5K4E5 raw image sensor. Like s5k6a3, it is also another fimc-is firmware controlled sensor. This minimal sensor driver doesn't do any I2C communications as its done by ISP firmware. It can be updated if needed to a regular sensor driver by adding the I2C c

[PATCH v9 06/13] [media] exynos5-fimc-is: Add isp subdev

2013-09-27 Thread Arun Kumar K
fimc-is driver takes video data input from the ISP video node which is added in this patch. This node accepts Bayer input buffers which is given from the IS sensors. Signed-off-by: Arun Kumar K Signed-off-by: Kilyeon Im Reviewed-by: Sylwester Nawrocki --- drivers/media/platform/exynos5-is/fimc

[PATCH v9 10/13] [media] exynos5-fimc-is: Add the hardware interface module

2013-09-27 Thread Arun Kumar K
The hardware interface module finally sends the commands to the FIMC-IS firmware and runs the interrupt handler for getting the responses. Signed-off-by: Arun Kumar K Signed-off-by: Kilyeon Im Reviewed-by: Sylwester Nawrocki --- .../media/platform/exynos5-is/fimc-is-interface.c | 810 +++

[PATCH v9 09/13] [media] exynos5-fimc-is: Add the hardware pipeline control

2013-09-27 Thread Arun Kumar K
This patch adds the crucial hardware pipeline control for the fimc-is driver. All the subdev nodes will call this pipeline interfaces to reach the hardware. Responsibilities of this module involves configuring and maintaining the hardware pipeline involving multiple sub-ips like ISP, DRC, Scalers,

[PATCH v9 03/13] [media] exynos5-fimc-is: Add driver core files

2013-09-27 Thread Arun Kumar K
This driver is for the FIMC-IS IP available in Samsung Exynos5 SoC onwards. This patch adds the core files for the new driver. Signed-off-by: Arun Kumar K Signed-off-by: Kilyeon Im Reviewed-by: Sylwester Nawrocki --- drivers/media/platform/exynos5-is/fimc-is-core.c | 410 +

[PATCH v9 02/13] [media] exynos5-fimc-is: Add Exynos5 FIMC-IS device tree bindings documentation

2013-09-27 Thread Arun Kumar K
The patch adds the DT binding documentation for Samsung Exynos5 SoC series imaging subsystem (FIMC-IS). Signed-off-by: Arun Kumar K Reviewed-by: Sylwester Nawrocki --- .../devicetree/bindings/media/exynos5-fimc-is.txt | 84 1 file changed, 84 insertions(+) create mode 1

Re: [PATCH v5] media: st-rc: Add ST remote control driver

2013-09-27 Thread Srinivas KANDAGATLA
Thanks Prabhakar, >> +config RC_ST >> + tristate "ST remote control receiver" >> + depends on ARCH_STI && RC_CORE >> + help >> +Say Y here if you want support for ST remote control driver >> +which allows both IR and UHF RX. >> +The driver passes raw pluse

[PATCH RFC] media: rc: OF: Add Generic bindings for remote-control

2013-09-27 Thread Srinivas KANDAGATLA
From: Srinivas Kandagatla This patch attempts to collate generic bindings which can be used by the remote control hardwares. Currently the list is not long as there are only 2 drivers which are device tree'd. Mainly this patch tries to document few bindings used by ST IRB driver which can be gen

Re: [PATCH v5] media: st-rc: Add ST remote control driver

2013-09-27 Thread Prabhakar Lad
Hi Srinivas, Thanks for the patch. Several nits below. On Fri, Sep 27, 2013 at 2:32 PM, Srinivas KANDAGATLA wrote: > From: Srinivas Kandagatla > > This patch adds support to ST RC driver, which is basically a IR/UHF > receiver and transmitter. This IP (IRB) is common across all the ST > parts f

[PATCH v5] media: st-rc: Add ST remote control driver

2013-09-27 Thread Srinivas KANDAGATLA
From: Srinivas Kandagatla This patch adds support to ST RC driver, which is basically a IR/UHF receiver and transmitter. This IP (IRB) is common across all the ST parts for settop box platforms. IRB is embedded in ST COMMS IP block. It supports both Rx & Tx functionality. This driver adds only R

Re: [PATCH 00/51] DMA mask changes

2013-09-27 Thread Russell King - ARM Linux
On Thu, Sep 26, 2013 at 10:23:08PM +0200, Rafał Miłecki wrote: > 2013/9/19 Russell King - ARM Linux : > > This email is only being sent to the mailing lists in question, not to > > anyone personally. The list of individuals is far to great to do that. > > I'm hoping no mailing lists reject the pat

Re: Need help with AverMedia306 driver on linux system.

2013-09-27 Thread remi
:) Also, by the time I redo the patch, You must have seen how i have reached this point, I have actually started by insering the module with card=39 as an option, So you can for now, add theses line to gpunk@gpunk-Aspire-8930:~$cat /etc/modprobe.d/video-tv.conf options tuner-xc2028 firmw