Re: iram pool not available for MX27

2013-10-29 Thread Chris Ruehl
On Monday, September 30, 2013 05:14 PM, Chris Ruehl wrote: On Monday, September 30, 2013 05:08 PM, Chris Ruehl wrote: Hi Philipp, On Monday, September 30, 2013 04:30 PM, Philipp Zabel wrote: Hi Chris, Am Montag, den 30.09.2013, 13:40 +0800 schrieb Chris Ruehl: Hi Phillipp, hope things

Re: imx27.dtsi usbotg/usbh2 oops in fsl_usb2_mph_dr_of_probe

2013-10-29 Thread Chris Ruehl
On Monday, October 28, 2013 08:42 PM, Chris Ruehl wrote: On Monday, October 28, 2013 08:25 PM, Fabio Estevam wrote: On Mon, Oct 28, 2013 at 10:17 AM, Chris Ruehl chris.ru...@gtsys.com.hk wrote: Hi, when tried to activate the USB-OTG or USBH2 with the FDT the system oops You should have

Re: [PATCH 3/7] video: exynos_mipi_dsim: Use the generic PHY driver

2013-10-29 Thread Donghwa Lee
Hi Tomasz, On Tue, OCT 28, 2013 21:24, Tomasz Figa wrote: Hi Donghwa, On Monday 28 of October 2013 15:12:08 Donghwa Lee wrote: On Fri, OCT 25, 2013 06:57, Sylwester Nawrocki wrote: On 10/24/2013 05:57 PM, Kishon Vijay Abraham I wrote: On Thursday 24 October 2013 09:12 PM, Sachin Kamat wrote:

Re: [PATCH v2] videobuf2: Add missing lock held on vb2_fop_relase

2013-10-29 Thread Ricardo Ribalda Delgado
Hello Anybody has a comment here? If not I will post a patch with the modifications propossed by Sylwester. Thanks! On Sat, Oct 19, 2013 at 10:08 PM, Ricardo Ribalda Delgado ricardo.riba...@gmail.com wrote: Hello Sylwester On Sat, Oct 19, 2013 at 8:27 PM, Sylwester Nawrocki

Re: [GIT PULL FOR 3.13] Exynos5 SoC FIMC-IS imaging subsystem driver

2013-10-29 Thread Mauro Carvalho Chehab
Em Tue, 29 Oct 2013 01:06:30 +0100 Sylwester Nawrocki sylvester.nawro...@gmail.com escreveu: Hi Mauro, On 10/28/2013 11:11 PM, Mauro Carvalho Chehab wrote: The following changes since commit 8ca5d2d8e58df7235b77ed435e63c484e123fede: [media] uvcvideo: Fix data type for pan/tilt

Re: ov3640 driver tested with media-ctl and yavta

2013-10-29 Thread Tom
Tom Bassai_Dai at gmx.net writes: Hello, I tried to use the ov3640 camera driver from Laurent Pinchart with the media-ctl and the yavta tools. I configured the pipeline as sensor - ccdc -memory. First I got problems with the CCDC module. it always said that the ccdc won't become idle!, but

Re: [PATCH] rtl2830: add parent for I2C adapter

2013-10-29 Thread Antti Palosaari
Wolfram, Phil email address was not valid anymore, so could you Wolfram, as a I2C subsystem maintainer, look and comment that. The fact is that my driver has a 3.12 regression and I want to know where it is coming from to make decision what to do! regards Antti On 21.10.2013 23:20, Antti

Re: [RFC v3] [RFC] v4l2: Support for multiple selections

2013-10-29 Thread Sakari Ailus
Hi Tomasz, (Please also see the notes from the Media summit Hans posted.) Tomasz Stanislawski wrote: Hi Ricardo, I am the designer of selection API. I hope I can help you a little. I think that there are two issues mixed in 'Mulitple selections' topic. Firstly, you described that you

[PATCH v2 07/19] v4l: sh_vou: Enable the driver on all ARM platforms

2013-10-29 Thread Laurent Pinchart
Renesas ARM platforms are transitioning from single-platform to multi-platform kernels using the new ARCH_SHMOBILE_MULTI. Make the driver available on all ARM platforms to enable it on both ARCH_SHMOBILE and ARCH_SHMOBILE_MULTI, and increase build testing coverage with COMPILE_TEST. Cc: Guennadi

Re: [PATCH v7 1/5] omap3isp: Modify clocks registration to avoid circular references

2013-10-29 Thread Sylwester Nawrocki
Hi Laurent, (adding Mauro and LMML at Cc) On 10/29/2013 11:28 PM, Laurent Pinchart wrote: Hi Sylwester, Thank you for the patch. On Tuesday 29 October 2013 20:51:04 Sylwester Nawrocki wrote: The clock core code is going to be modified so clk_get() takes reference on the clock provider

Re: [GIT PULL FOR 3.13] Exynos5 SoC FIMC-IS imaging subsystem driver

2013-10-29 Thread Sylwester Nawrocki
On 10/29/2013 01:54 PM, Mauro Carvalho Chehab wrote: [...] Yeah, it seems that we've waited for a long time to get an ack there. So, let's do this: Please send a new version with Mark's comments. Also, please split Doc changes from the code changes on the new series. I'll wait for a couple

Re: [PATCH 3/7] video: exynos_mipi_dsim: Use the generic PHY driver

2013-10-29 Thread Sylwester Nawrocki
On 10/29/2013 09:38 AM, Donghwa Lee wrote: On Tue, OCT 28, 2013 21:24, Tomasz Figa wrote: On Monday 28 of October 2013 15:12:08 Donghwa Lee wrote: [...] First of all, the exynos_mipi_dsim driver has currently no users in mainline kernel, so it is essentially dead code. In addition, on a

[PATCH -next] [media] v4l: ti-vpe: use module_platform_driver to simplify the code

2013-10-29 Thread Wei Yongjun
From: Wei Yongjun yongjun_...@trendmicro.com.cn module_platform_driver() makes the code simpler by eliminating boilerplate code. Signed-off-by: Wei Yongjun yongjun_...@trendmicro.com.cn --- drivers/media/platform/ti-vpe/vpe.c | 13 + 1 file changed, 1 insertion(+), 12 deletions(-)

[PATCH -next] [media] v4l: ti-vpe: fix error return code in vpe_probe()

2013-10-29 Thread Wei Yongjun
From: Wei Yongjun yongjun_...@trendmicro.com.cn Fix to return a negative error code from the error handling case instead of 0, as done elsewhere in this function. Signed-off-by: Wei Yongjun yongjun_...@trendmicro.com.cn --- drivers/media/platform/ti-vpe/vpe.c | 4 +++- 1 file changed, 3

[PATCH -next] [media] v4l: ti-vpe: fix return value check in vpe_probe()

2013-10-29 Thread Wei Yongjun
From: Wei Yongjun yongjun_...@trendmicro.com.cn In case of error, the function devm_kzalloc() and devm_ioremap() returns NULL pointer not ERR_PTR(). The IS_ERR() test in the return value check should be replaced with NULL test. Signed-off-by: Wei Yongjun yongjun_...@trendmicro.com.cn ---

cron job: media_tree daily build: WARNINGS

2013-10-29 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: Wed Oct 30 04:00:36 CET 2013 git branch: for-v3.13c git hash: 3adeac2c34cc28e05d0ec52f38f009dcce278555 gcc

[PATCH 4/4] rtl28xxu: add 15f4:0131 Astrometa DVB-T2

2013-10-29 Thread Antti Palosaari
Components are RTL2832P + R828D + MN88472. Currently support only DVB-T as there is no driver for MN88472 demod. Signed-off-by: Antti Palosaari cr...@iki.fi --- drivers/media/usb/dvb-usb-v2/rtl28xxu.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/media/usb/dvb-usb-v2/rtl28xxu.c

[PATCH 1/4] r820t: add support for R828D

2013-10-29 Thread Antti Palosaari
Small changes in order to support tuner version R828D @ 16 MHz clock. There was 'vco_fine_tune' check, which seems to adjust synthesizer output divider (mixer dix / LO div / Rout) by one. R828D seems to return vco_fine_tune=1 every time and that condition causes tuning fail as output divider was

[PATCH 3/4] rtl28xxu: add RTL2832P + R828D support

2013-10-29 Thread Antti Palosaari
RTL2832P is version of RTL2832U with extra TS interface. As for now, we support only integrated RTL2832 demod. Signed-off-by: Antti Palosaari cr...@iki.fi --- drivers/media/usb/dvb-usb-v2/rtl28xxu.c | 39 + drivers/media/usb/dvb-usb-v2/rtl28xxu.h | 1 + 2 files

[PATCH 2/4] rtl2832: add new tuner R828D

2013-10-29 Thread Antti Palosaari
Use R820T config for R828D too as those are about same tuner. Signed-off-by: Antti Palosaari cr...@iki.fi --- drivers/media/dvb-frontends/rtl2832.c | 1 + drivers/media/dvb-frontends/rtl2832.h | 1 + 2 files changed, 2 insertions(+) diff --git a/drivers/media/dvb-frontends/rtl2832.c