Diversity support?

2012-10-17 Thread Luca Olivetti
Hello, if I look at the vl4-dvb wiki, it says that diversity isn't currently supported http://www.linuxtv.org/wiki/index.php?title=Special%3ASearch&search=diversity&go=Go however grepping the git tree there are various mentions of diversity at least for some dibcom based devices: http://git.li

[PATCHv2 1/3] [media] Kconfig: Fix dependencies for driver autoselect options

2012-10-17 Thread Mauro Carvalho Chehab
This option is a merge of both analog TV and DVB CUSTOMISE. At the merge, the dependencies were not done right: the menu currently appears only for analog TV. It should also be opened for digital TV. As there are other I2C devices there (flash devices, etc) that aren't related to either one, it is

[PATCHv2 3/3] [media] common/*/Kconfig: Remove unused helps

2012-10-17 Thread Mauro Carvalho Chehab
Those items don't have any menu anymore; they're auto-selected by USB/PCI/MMC drivers. So, there's no sense on keeping any help there anymore. Signed-off-by: Mauro Carvalho Chehab --- drivers/media/common/b2c2/Kconfig | 5 - drivers/media/common/siano/Kconfig | 7 --- 2 files changed, 1

[PATCHv2 2/3] [media] siano: allow compiling it without RC support

2012-10-17 Thread Mauro Carvalho Chehab
Remote controller support should be optional on all drivers. Make it optional at Siano's driver. Signed-off-by: Mauro Carvalho Chehab --- drivers/media/common/Kconfig| 7 +++ drivers/media/common/siano/Kconfig | 10 +- drivers/media/common/siano/Makefile | 3 ++- drivers/

cron job: media_tree daily build: ERRORS

2012-10-17 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 17 19:00:24 CEST 2012 git hash:1fdead8ad31d3aa833bc37739273fcde89ace93c gcc version: i686-linux-gcc (GC

[PATCH 2/2] [media] siano: allow compiling it without RC support

2012-10-17 Thread Mauro Carvalho Chehab
Remote controller support should be optional on all drivers. Make it optional at Siano's driver. Signed-off-by: Mauro Carvalho Chehab --- drivers/media/common/Kconfig| 7 +++ drivers/media/common/b2c2/Kconfig | 5 - drivers/media/common/siano/Kconfig | 17 +

[PATCH 1/2] [media] Kconfig: Fix dependencies for driver autoselect options

2012-10-17 Thread Mauro Carvalho Chehab
This option is a merge of both analog TV and DVB CUSTOMISE. At the merge, the dependencies were not done right: the menu currently appears only for analog TV. It should also be opened for digital TV. As there are other I2C devices there (flash devices, etc) that aren't related to either one, it is

Re: HD-PVR fails consistently on Linux, works on Windows

2012-10-17 Thread Keith Pyle
On 09/26/12 21:42, Keith Pyle wrote: I recently purchased a Hauppauge HD-PVR (the 1212 version, label on bottom 49001LF, Rev F2). I have consistent capture failures on Linux where data from the device simply stops, generally within a few minutes of starting a capture. Yet, the device works fl

MDaemon Notification -- Attachment Removed

2012-10-17 Thread Postmaster
--- MDaemon has detected restricted attachments within an email message --- >From : linux-media@vger.kernel.org To: mydu...@asmara-vietnam.com Subject : de

Re: [Q] reprobe deferred-probing drivers

2012-10-17 Thread Ming Lei
On Wed, Oct 17, 2012 at 4:43 PM, Guennadi Liakhovetski wrote: > On Wed, 17 Oct 2012, Guennadi Liakhovetski wrote: > >> Hi >> >> I've got a situation, for which I currently don't have a (good) solution. > > Ok, right, would it be acceptable to just do something like > > if (dev->par

Re: [PATCH 1/8] [media] s5p-fimc: Use clk_prepare_enable and clk_disable_unprepare

2012-10-17 Thread Sylwester Nawrocki
On 10/17/2012 05:35 PM, Sachin Kamat wrote: >> Most of the s5p-* drivers have already added support for clk_(un)prepare. >> Thus most of your changes in this patch are not needed. I seem to have only >> missed fimc-mdevice.c, other modules are already reworked > > I did not find these changes in y

[PATCH] [media] winbond-cir: do not rename input name

2012-10-17 Thread Sean Young
"54fd321 [media] winbond: remove space from driver name" inadvertently renamed the input device name. Signed-off-by: Sean Young --- drivers/media/rc/winbond-cir.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/media/rc/winbond-cir.c b/drivers/media/rc/winbond-cir

Re: [PATCH 1/8] [media] s5p-fimc: Use clk_prepare_enable and clk_disable_unprepare

2012-10-17 Thread Sachin Kamat
Hi Sylwester, Thanks for the review. On 17 October 2012 20:03, Sylwester Nawrocki wrote: > Hi Sachin, > > On 10/17/2012 01:11 PM, Sachin Kamat wrote: >> Replace clk_enable/clk_disable with clk_prepare_enable/clk_disable_unprepare >> as required by the common clock framework. > > You need to be

Re: [Q] reprobe deferred-probing drivers

2012-10-17 Thread Guennadi Liakhovetski
On Wed, 17 Oct 2012, Greg Kroah-Hartman wrote: > On Wed, Oct 17, 2012 at 10:27:36AM +0200, Guennadi Liakhovetski wrote: > > Hi > > > > I've got a situation, for which I currently don't have a (good) solution. > > > > Let's say device A depends on device B and as long as B hasn't probed, A > > r

Re: [Q] reprobe deferred-probing drivers

2012-10-17 Thread Greg Kroah-Hartman
On Wed, Oct 17, 2012 at 10:27:36AM +0200, Guennadi Liakhovetski wrote: > Hi > > I've got a situation, for which I currently don't have a (good) solution. > > Let's say device A depends on device B and as long as B hasn't probed, A > requests deferred probing. Now B probes, which causes A to also

Re: [PATCH 1/8] [media] s5p-fimc: Use clk_prepare_enable and clk_disable_unprepare

2012-10-17 Thread Sylwester Nawrocki
Hi Sachin, On 10/17/2012 01:11 PM, Sachin Kamat wrote: > Replace clk_enable/clk_disable with clk_prepare_enable/clk_disable_unprepare > as required by the common clock framework. I think this statement is misleading. In my understanding it is not the common clock framework requirement to use clk

[PATCH] DocBook/media/Makefile: Fix build due to uapi breakage

2012-10-17 Thread Mauro Carvalho Chehab
The uapi changeset forgot to fix the header locations, needed for the DocBook specs. Fix it. Cc: David Howells Signed-off-by: Mauro Carvalho Chehab --- Documentation/DocBook/media/Makefile | 76 ++-- 1 file changed, 38 insertions(+), 38 deletions(-) diff --git a

[RFC] media: mx3: Add support for missing video formats

2012-10-17 Thread Benoît Thébaudeau
Hi all, This is an RFC for a patch completing full video capture support on i.MX3x. It adds missing video formats and automatic format associations according to the underlying sensor capabilities. It also fixes a spurious IPU interrupt issue that I have encountered on i.MX31 with earlier kernel

Re: [PATCH] [media] stk1160: Check return value of stk1160_read_reg() in stk1160_i2c_read_reg()

2012-10-17 Thread Ezequiel Garcia
On Tue, Oct 16, 2012 at 4:06 PM, Jesper Juhl wrote: > On Mon, 15 Oct 2012, Ezequiel Garcia wrote: > >> On Mon, Oct 15, 2012 at 9:03 PM, Jesper Juhl wrote: >> > On Mon, 15 Oct 2012, Ezequiel Garcia wrote: >> > >> >> On Mon, Oct 15, 2012 at 7:52 PM, Jesper Juhl wrote: >> >> > On Mon, 15 Oct 2012,

Re: hacking MT9P031 for i.mx

2012-10-17 Thread Benoît Thébaudeau
On Wednesday, October 17, 2012 11:14:06 AM, Christoph Fritz wrote: > On Tue, Oct 16, 2012 at 11:04:36PM +0200, Benoît Thébaudeau wrote: > > On Tuesday, October 16, 2012 10:04:57 PM, Laurent Pinchart wrote: > > > > Is there a current (kernel ~3.6) git tree which shows how to > > > > add > > > > mt9p

[PATCH 8/8] [media] s5p-fimc: Make 'fimc_pipeline_s_stream' function static

2012-10-17 Thread Sachin Kamat
Fixes the following sparse warning: drivers/media/platform/s5p-fimc/fimc-mdevice.c:216:5: warning: symbol 'fimc_pipeline_s_stream' was not declared. Should it be static? Signed-off-by: Sachin Kamat --- drivers/media/platform/s5p-fimc/fimc-mdevice.c |2 +- 1 files changed, 1 insertions(+), 1

[PATCH 7/8] [media] s5p-mfc: Make 'clk_ref' static in s5p_mfc_pm.c

2012-10-17 Thread Sachin Kamat
Fixes the following sparse warning: drivers/media/platform/s5p-mfc/s5p_mfc_pm.c:31:10: warning: symbol 'clk_ref' was not declared. Should it be static? Signed-off-by: Sachin Kamat Cc: Kamil Debski --- drivers/media/platform/s5p-mfc/s5p_mfc_pm.c |2 +- 1 files changed, 1 insertions(+), 1 del

[PATCH 6/8] [media] exynos-gsc: Fix compilation warning

2012-10-17 Thread Sachin Kamat
Used type casting to avoid the following compilation warning: drivers/media/platform/exynos-gsc/gsc-core.c:983:37: warning: incorrect type in assignment (different modifiers) drivers/media/platform/exynos-gsc/gsc-core.c:983:37: expected struct gsc_driverdata *driver_data drivers/media/platform/exy

[PATCH 5/8] [media] exynos-gsc: Use clk_prepare_enable and clk_disable_unprepare

2012-10-17 Thread Sachin Kamat
Replace clk_enable/clk_disable with clk_prepare_enable/clk_disable_unprepare as required by the common clock framework. Signed-off-by: Sachin Kamat --- drivers/media/platform/exynos-gsc/gsc-core.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/media/platform/

[PATCH 4/8] [media] s5p-tv: Use clk_prepare_enable and clk_disable_unprepare

2012-10-17 Thread Sachin Kamat
Replace clk_enable/clk_disable with clk_prepare_enable/clk_disable_unprepare as required by the common clock framework. Signed-off-by: Sachin Kamat Cc: Tomasz Stanislawski --- drivers/media/platform/s5p-tv/hdmi_drv.c | 20 ++-- drivers/media/platform/s5p-tv/mixer_drv.c | 12

[PATCH 3/8] [media] s5p-mfc: Use clk_prepare_enable and clk_disable_unprepare

2012-10-17 Thread Sachin Kamat
Replace clk_enable/clk_disable with clk_prepare_enable/clk_disable_unprepare as required by the common clock framework. Signed-off-by: Sachin Kamat Cc: Kamil Debski --- drivers/media/platform/s5p-mfc/s5p_mfc_pm.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/driver

[PATCH 2/8] [media] s5p-g2d: Use clk_prepare_enable and clk_disable_unprepare

2012-10-17 Thread Sachin Kamat
Replace clk_enable/clk_disable with clk_prepare_enable/clk_disable_unprepare as required by the common clock framework. Signed-off-by: Sachin Kamat Cc: Kamil Debski --- drivers/media/platform/s5p-g2d/g2d.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/media

[PATCH 1/8] [media] s5p-fimc: Use clk_prepare_enable and clk_disable_unprepare

2012-10-17 Thread Sachin Kamat
Replace clk_enable/clk_disable with clk_prepare_enable/clk_disable_unprepare as required by the common clock framework. Signed-off-by: Sachin Kamat --- drivers/media/platform/s5p-fimc/fimc-core.c| 10 +- drivers/media/platform/s5p-fimc/fimc-lite.c|4 ++-- drivers/media/plat

Re: [Linaro-mm-sig] [PATCH] dma-buf: Use EXPORT_SYMBOL

2012-10-17 Thread Dave Airlie
> From the fact this patch keeps getting resubmitted despite repeated > objection I deduce they are in fact of the view it does matter and that > therefore it is a licensing change and they are scared of the > consequences of ignoring it. > No I think they just want to have to write a pointless ha

Re: AF9035 firmware repository

2012-10-17 Thread Antti Palosaari
On 10/17/2012 01:09 PM, Oliver Schinagl wrote: On 17-10-12 12:01, Antti Palosaari wrote: Hello Oliver On 10/17/2012 12:20 PM, Oliver Schinagl wrote: Hey antti, list, whilst trying to help some Asus U3100+ users with the recent patches I ran into an issue. For some strange reason his chip_id w

Re: [Linaro-mm-sig] [PATCH] dma-buf: Use EXPORT_SYMBOL

2012-10-17 Thread Alan Cox
On Wed, 17 Oct 2012 20:22:04 +1000 Dave Airlie wrote: > On Wed, Oct 17, 2012 at 8:25 PM, Alan Cox wrote: > >> > Please go and discuss estoppel, wilful infringement and re-licensing with > >> > your corporate attorneys. If you want to relicense components of the code > >> > then please take the m

Re: AF9035 firmware repository

2012-10-17 Thread Oliver Schinagl
On 17-10-12 12:01, Antti Palosaari wrote: Hello Oliver On 10/17/2012 12:20 PM, Oliver Schinagl wrote: Hey antti, list, whilst trying to help some Asus U3100+ users with the recent patches I ran into an issue. For some strange reason his chip_id was 0xff. I'd hope this is somehow supplied by th

Re: [Linaro-mm-sig] [PATCH] dma-buf: Use EXPORT_SYMBOL

2012-10-17 Thread Dave Airlie
On Wed, Oct 17, 2012 at 8:25 PM, Alan Cox wrote: >> > Please go and discuss estoppel, wilful infringement and re-licensing with >> > your corporate attorneys. If you want to relicense components of the code >> > then please take the matter up with the corporate attorneys of the rights >> > holders

Re: [Linaro-mm-sig] [PATCH] dma-buf: Use EXPORT_SYMBOL

2012-10-17 Thread Alan Cox
> > Please go and discuss estoppel, wilful infringement and re-licensing with > > your corporate attorneys. If you want to relicense components of the code > > then please take the matter up with the corporate attorneys of the rights > > holders concerned. > > Alan please stick with the facts. Thi

Re: [Linaro-mm-sig] [PATCH] dma-buf: Use EXPORT_SYMBOL

2012-10-17 Thread Dave Airlie
b>> >> Alan please stick with the facts. This isn't a relicense of anything. >> EXPORT_SYMBOL_GPL isn't a license its nothing like a license. Its a >> totally pointless thing, it should be >> EXPORT_SYMBOL_USERS_MIGHT_BE_DERIVED_CONSULT_YOUR_LAWYER, but it >> really should be EXPORT_SYMBOL, and rea

Re: [Linaro-mm-sig] [PATCH] dma-buf: Use EXPORT_SYMBOL

2012-10-17 Thread Dave Airlie
>> Please go and discuss estoppel, wilful infringement and re-licensing with >> your corporate attorneys. If you want to relicense components of the code >> then please take the matter up with the corporate attorneys of the rights >> holders concerned. > > Alan please stick with the facts. This isn

Re: AF9035 firmware repository

2012-10-17 Thread Antti Palosaari
Hello Oliver On 10/17/2012 12:20 PM, Oliver Schinagl wrote: Hey antti, list, whilst trying to help some Asus U3100+ users with the recent patches I ran into an issue. For some strange reason his chip_id was 0xff. I'd hope this is somehow supplied by the firmware. I think I had the exact same is

Re: [Linaro-mm-sig] [PATCH] dma-buf: Use EXPORT_SYMBOL

2012-10-17 Thread Dave Airlie
On Wed, Oct 17, 2012 at 7:53 PM, Alan Cox wrote: >> I believe that the developers and maintainers of dma-buf have provided >> the needed signoff, both in person and in this thread. If there are any >> objections from that group, I'm happy to discuss any changes necessary to get >> this merged. >

Re: [PATCH] dma-buf: Use EXPORT_SYMBOL

2012-10-17 Thread Alan Cox
> I believe that the developers and maintainers of dma-buf have provided > the needed signoff, both in person and in this thread. If there are any > objections from that group, I'm happy to discuss any changes necessary to get > this merged. You need the permission of the owners of all the depend

Re: Using omap3-isp-live example application on beagleboard with DVI

2012-10-17 Thread Enric Balletbo Serra
Hi Laurent, 2012/10/17 Laurent Pinchart : > Hi Enric, > > On Monday 15 October 2012 14:03:20 Enric Balletbo Serra wrote: >> 2012/10/11 Laurent Pinchart : >> > On Thursday 11 October 2012 10:14:26 Enric Balletbò i Serra wrote: >> >> 2012/10/10 Enric Balletbò i Serra : >> >> > 2012/9/6 John Weber :

AF9035 firmware repository

2012-10-17 Thread Oliver Schinagl
Hey antti, list, whilst trying to help some Asus U3100+ users with the recent patches I ran into an issue. For some strange reason his chip_id was 0xff. I'd hope this is somehow supplied by the firmware. I think I had the exact same issue until I used Antti's latest firmware for the AF9035.

[RFC PATCH for v3.7 4/4] adv7604: restart STDI once if format is not found

2012-10-17 Thread Hans Verkuil
From: Hans Verkuil The STDI block may measure wrong values, especially for lcvs and lcf. If the driver can not find any valid timing, the STDI block is restarted to measure the video timings again. The function will return an error, but the restart of STDI will generate a new STDI interrupt and t

[RFC PATCH for v3.7 2/4] adv7604: Replace prim_mode by mode

2012-10-17 Thread Hans Verkuil
From: Hans Verkuil Changes the way the primary mode is handled: - Remove it from platform_data since it doesn't belong there. - Add a new mode enum for use with s_routing. - Collapse the two HDMI modes into one HDMI mode: when setting up the timings manually we do not need to select HDMI_COMP

[RFC PATCH for v3.7 3/4] adv7604: use presets where possible.

2012-10-17 Thread Hans Verkuil
From: Hans Verkuil Use predefined video timings (prim_mode/vid_std) when available as recommended by Analog Devices (http://ez.analog.com/message/48267#48267). Also remove 720p30 support since the ADV7604 can't handle that. (http://ez.analog.com/message/61488#61488) Signed-off-by: Mats Randgaar

[RFC PATCH for v3.7 0/4] adv7604: sync with the latest Cisco internal code

2012-10-17 Thread Hans Verkuil
This patch series syncs up the adv7604 driver in 3.7-rc1 with the latest version that's in the Cisco internal tree. Nothing major, just a small cleanup and three bug fixes. There were no changes for the ad9389b that was also merged for 3.7-rc1. If there are no comments, then I'll make a pull req

[RFC PATCH for v3.7 1/4] adv7604: cleanup references

2012-10-17 Thread Hans Verkuil
From: Hans Verkuil Signed-off-by: Mats Randgaard Signed-off-by: Hans Verkuil --- drivers/media/i2c/adv7604.c |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/media/i2c/adv7604.c b/drivers/media/i2c/adv7604.c index 109bc9b..75a8395 100644 --- a/drivers/media/

Re: hacking MT9P031 for i.mx

2012-10-17 Thread Christoph Fritz
On Tue, Oct 16, 2012 at 11:04:36PM +0200, Benoît Thébaudeau wrote: > On Tuesday, October 16, 2012 10:04:57 PM, Laurent Pinchart wrote: > > > Is there a current (kernel ~3.6) git tree which shows how to add > > > mt9p031 > > > to platform code? > > > > Yes, at > > http://git.linuxtv.org/pinchartl/m

Re: [Q] reprobe deferred-probing drivers

2012-10-17 Thread Guennadi Liakhovetski
On Wed, 17 Oct 2012, Guennadi Liakhovetski wrote: > Hi > > I've got a situation, for which I currently don't have a (good) solution. Ok, right, would it be acceptable to just do something like if (dev->parent) device_lock(dev->parent); dev

[Q] reprobe deferred-probing drivers

2012-10-17 Thread Guennadi Liakhovetski
Hi I've got a situation, for which I currently don't have a (good) solution. Let's say device A depends on device B and as long as B hasn't probed, A requests deferred probing. Now B probes, which causes A to also succeed its probing. Next we want to remove B, say, by unloading its driver. A ha