Analog TV with HVR-930H

2013-09-28 Thread bleun
I'm trying to use a Hauppauge WIN-TV HVR-900 (H) TV USB 2.0 Analogue Digital TV Tuner, Bus ID 2040:b138, with kernel 3.6.11. Analog TV only with working audio/alsa support would be fine for me. I stumpled across http://www.technomancy.org/linux/hauppauge-wintv-hvr-900/ which describes the

Re: [PATCH 05/19] media: Change variable type to bool

2013-09-28 Thread Hans-Frieder Vogt
Am Sonntag, 22. September 2013, 00:27:37 schrieb Peter Senna Tschudin: The variable vco_select is only assigned the values true and false. Change its type to bool. The simplified semantic patch that find this problem is as follows (http://coccinelle.lip6.fr/): @exists@ type T;

Initial scan files for PT

2013-09-28 Thread Nuno Gonçalves
Here goes the initial scan files for Portugal DVB-T. Please commit them. Portugal is schedule to migrate from a SFN to a MFN, but for now this is how it is. Files in attach and also the hg diff: diff -r 3ee111da5b3a util/scan/dvb-t/pt-Azores-Faial --- /dev/null Thu Jan 01 00:00:00 1970 +

Re: Need help with AverMedia306 driver on linux system.

2013-09-28 Thread remi
Sorry I need clarify one thing, For the DVB, it's not the xc3028 here, It's the AF9013 I have read the phrase available C API in the datasheet , I googled it and found this thread for example : http://forum.stmlabs.com/showthread.php?tid=3404 It's for raspberry and the likes

Re: Cannot shutdown power use from built in webcam in thinkpad T530 questions]

2013-09-28 Thread Marc MERLIN
On Mon, Sep 23, 2013 at 10:21:23AM +0200, Oleksij Rempel wrote: Understood, just making sure this was still potentially useful considering what I found out since my last message. Which version of powertop are you actually using? None of current The latest, i.e. 2.4. versions would show

[PATCH 4/5] ASoC: samsung: Use CONFIG_ARCH_S3C64XX to check for S3C64xx support

2013-09-28 Thread Tomasz Figa
Since CONFIG_PLAT_S3C64XX is going to be removed, this patch modifies the s3c-i2s-v2 driver to use the proper way of checking for S3C64xx support - CONFIG_ARCH_S3C64XX. Signed-off-by: Tomasz Figa tomasz.f...@gmail.com --- sound/soc/samsung/s3c-i2s-v2.c | 6 +- 1 file changed, 1 insertion(+),

[PATCH 3/5] [media] s3c-camif: Use CONFIG_ARCH_S3C64XX to check for S3C64xx support

2013-09-28 Thread Tomasz Figa
Since CONFIG_PLAT_S3C64XX is going to be removed, this patch modifies the Kconfig entry of s3c-camif driver to use the proper way of checking for S3C64xx support - CONFIG_ARCH_S3C64XX. Signed-off-by: Tomasz Figa tomasz.f...@gmail.com --- drivers/media/platform/Kconfig | 2 +- 1 file changed, 1

[PATCH 5/5] ARM: s3c64xx: Kill CONFIG_PLAT_S3C64XX

2013-09-28 Thread Tomasz Figa
CONFIG_PLAT_S3C64XX has been kept in place way too long since it was marked as temporary in commit 110d85a ARM: S3C64XX: Eliminate plat-s3c64xx After fixing all users of it in previous patches, this patch finally kills this temporary Kconfig entry. Signed-off-by: Tomasz Figa

[PATCH 1/5] ARM: Kconfig: Move if ARCH_S3C64XX statement to mach-s3c64xx/Kconfig

2013-09-28 Thread Tomasz Figa
All other platforms have this condition checked inside their own Kconfig files, so for consistency this patch makes it this way for mach-s3c64xx as well. Signed-off-by: Tomasz Figa tomasz.f...@gmail.com --- arch/arm/Kconfig | 2 -- arch/arm/mach-s3c64xx/Kconfig | 4 2 files

[PATCH 2/5] gpio: samsung: Use CONFIG_ARCH_S3C64XX to check for S3C64xx support

2013-09-28 Thread Tomasz Figa
Since CONFIG_PLAT_S3C64XX is going to be removed, this patch modifies the gpio-samsung driver to use the proper way of checking for S3C64xx support - CONFIG_ARCH_S3C64XX. Signed-off-by: Tomasz Figa tomasz.f...@gmail.com --- drivers/gpio/gpio-samsung.c | 8 1 file changed, 4

Re: Cannot shutdown power use from built in webcam in thinkpad T530 questions]

2013-09-28 Thread Oleksij Rempel
Am 28.09.2013 20:08, schrieb Marc MERLIN: On Mon, Sep 23, 2013 at 10:21:23AM +0200, Oleksij Rempel wrote: Understood, just making sure this was still potentially useful considering what I found out since my last message. Which version of powertop are you actually using? None of current The

[PATCH V5 0/5] Generic PHY driver for the Exynos SoC MIPI CSI-2/DSI DPHYs

2013-09-28 Thread Sylwester Nawrocki
This patch series adds a simple driver for the Samsung S5P/Exynos SoC series MIPI CSI-2 receiver (MIPI CSIS) and MIPI DSI transmitter (MIPI DSIM) DPHYs, using the generic PHY framework. Previously the MIPI CSIS and MIPI DSIM used a platform callback to control the PHY power enable and reset bits.

[PATCH V5 2/5] phy: Add driver for Exynos MIPI CSIS/DSIM DPHYs

2013-09-28 Thread Sylwester Nawrocki
Add a PHY provider driver for the Samsung S5P/Exynos SoC MIPI CSI-2 receiver and MIPI DSI transmitter DPHYs. Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- Changes since v4: - updated to latest version of the PHY framework -

[PATCH V5 3/5] [media] exynos4-is: Use the generic MIPI CSIS PHY driver

2013-09-28 Thread Sylwester Nawrocki
Use the generic PHY API instead of the platform callback to control the MIPI CSIS DPHY. Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com Acked-by: Felipe Balbi ba...@ti.com Acked-by: Mauro Carvalho Chehab mche...@redhat.com ---

[PATCH V5 4/5] video: exynos_mipi_dsim: Use the generic PHY driver

2013-09-28 Thread Sylwester Nawrocki
Use the generic PHY API instead of the platform callback for the MIPI DSIM DPHY enable/reset control. Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com Acked-by: Felipe Balbi ba...@ti.com Acked-by: Donghwa Lee dh09@samsung.com ---

[PATCH V5 5/5] ARM: Samsung: Remove the MIPI PHY setup code

2013-09-28 Thread Sylwester Nawrocki
Generic PHY drivers are used to handle the MIPI CSIS and MIPI DSIM DPHYs so we can remove now unused code at arch/arm/plat-samsung. In case there is any board file for S5PV210 platforms using MIPI CSIS/DSIM (not any upstream currently) it should use the generic PHY API to bind the PHYs to

Re: [PATCH V5 2/5] phy: Add driver for Exynos MIPI CSIS/DSIM DPHYs

2013-09-28 Thread Sylwester Nawrocki
(adding missing devicetree mailing list at Cc) On 09/28/2013 09:27 PM, Sylwester Nawrocki wrote: Add a PHY provider driver for the Samsung S5P/Exynos SoC MIPI CSI-2 receiver and MIPI DSI transmitter DPHYs. Signed-off-by: Sylwester Nawrockis.nawro...@samsung.com Signed-off-by: Kyungmin

Re: [PATCH V5 1/5] ARM: dts: Add MIPI PHY node to exynos4.dtsi

2013-09-28 Thread Sylwester Nawrocki
(adding missing devicetree mailing list at Cc) On 09/28/2013 09:27 PM, Sylwester Nawrocki wrote: Add PHY provider node for the MIPI CSIS and MIPI DSIM PHYs. Signed-off-by: Sylwester Nawrockis.nawro...@samsung.com Signed-off-by: Kyungmin Parkkyungmin.p...@samsung.com Acked-by: Felipe

Re: [PATCH 4/5] ASoC: samsung: Use CONFIG_ARCH_S3C64XX to check for S3C64xx support

2013-09-28 Thread Mark Brown
On Sat, Sep 28, 2013 at 08:21:36PM +0200, Tomasz Figa wrote: Since CONFIG_PLAT_S3C64XX is going to be removed, this patch modifies the s3c-i2s-v2 driver to use the proper way of checking for S3C64xx support - CONFIG_ARCH_S3C64XX. Acked-by: Mark Brown broo...@linaro.org signature.asc

cron job: media_tree daily build: WARNINGS

2013-09-28 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 Sep 29 04:00:13 CEST 2013 git branch: test git hash: ffee921033e64edf8579a3b21c7f15d1a6c3ef71 gcc