Re: [PATCH] staging: solo6x10: fix for sparse warning message

2014-06-21 Thread Ismael Luceno
On Thu, 19 Jun 2014 21:53:21 -0400 Anthony DeStefano wrote: > Define jpeg_dqt as static. > > Signed-off-by: Anthony DeStefano > --- > drivers/staging/media/solo6x10/solo6x10-jpeg.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/staging/media/solo6x10/solo6x10-

DTV2000DS cold vs. warm

2014-06-21 Thread Eyal Lebedinsky
This card was always unreliable, some channels (different each time) fail to tune. This was blamed on the card not coming up in "cold" state, and as such not being properly initialised. So I have some simple questions. Below are the messages from my system. I understand that this card has two U

cron job: media_tree daily build: OK

2014-06-21 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 Jun 22 04:00:20 CEST 2014 git branch: test git hash: 1fe3a8fe494463cfe2556a25ae41a1499725c178 gcc versi

[PATCH v2 1/2] media: soc_camera: pxa_camera documentation device-tree support

2014-06-21 Thread Robert Jarzmik
Add device-tree bindings documentation for pxa_camera driver. Signed-off-by: Robert Jarzmik --- .../devicetree/bindings/media/pxa-camera.txt | 39 ++ 1 file changed, 39 insertions(+) create mode 100644 Documentation/devicetree/bindings/media/pxa-camera.txt diff --git

[PATCH v2 2/2] media: soc_camera: pxa_camera device-tree support

2014-06-21 Thread Robert Jarzmik
Add device-tree support to pxa_camera host driver. Signed-off-by: Robert Jarzmik --- drivers/media/platform/soc_camera/pxa_camera.c | 77 +- 1 file changed, 75 insertions(+), 2 deletions(-) diff --git a/drivers/media/platform/soc_camera/pxa_camera.c b/drivers/media/plat

[PATCH v2 2/2] media: mt9m111: add device-tree documentation

2014-06-21 Thread Robert Jarzmik
Add device-tree bindings documentation for the Micron mt9m111 image sensor. Signed-off-by: Robert Jarzmik --- .../devicetree/bindings/media/i2c/mt9m111.txt | 28 ++ 1 file changed, 28 insertions(+) create mode 100644 Documentation/devicetree/bindings/media/i2c/mt9m111.t

[PATCH v2 1/2] media: mt8m111: add device-tree suppport

2014-06-21 Thread Robert Jarzmik
Add device-tree support for mt9m111 camera sensor. Signed-off-by: Robert Jarzmik --- drivers/media/i2c/soc_camera/mt9m111.c | 12 1 file changed, 12 insertions(+) diff --git a/drivers/media/i2c/soc_camera/mt9m111.c b/drivers/media/i2c/soc_camera/mt9m111.c index ccf5940..b51e856 10

Re: Best way to add subdev that doesn't use I2C or SPI?

2014-06-21 Thread Steven Toth
>>Any suggestions welcome (and in particular if you can point me to an >>example case where this is already being done). I'm not aware of any subdevs of that type. Depending on the nature of the registers in the sub-dev silicon, and its mode of operation, it may fit into a virtual i2c device mode

Re: Best way to add subdev that doesn't use I2C or SPI?

2014-06-21 Thread Andy Walls
On June 21, 2014 7:17:07 AM EDT, Andy Walls wrote: >On June 20, 2014 9:58:19 PM EDT, Devin Heitmueller > wrote: >>Hello, >> >>I'm in the process of adding support for a new video decoder. However >>in this case it's an IP block on a USB bridge as opposed to the >>typical case which is an I2C devi

Santander Finance We offer all purpose loan at 3% interest rate

2014-06-21 Thread Santander Finance
We offer all purpose loan at 3% interest rate. Contact Us for more details by Email:santanderfinancegr...@gmail.com -- 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/majordo

Re: Best way to add subdev that doesn't use I2C or SPI?

2014-06-21 Thread Andy Walls
On June 20, 2014 9:58:19 PM EDT, Devin Heitmueller wrote: >Hello, > >I'm in the process of adding support for a new video decoder. However >in this case it's an IP block on a USB bridge as opposed to the >typical case which is an I2C device. Changing registers for the >subdev is the same mechan

[PATCH v10 2/5] [media] rc: add sunxi-ir driver

2014-06-21 Thread Alexander Bersenev
This patch adds driver for sunxi IR controller. It is based on Alexsey Shestacov's work based on the original driver supplied by Allwinner. Signed-off-by: Alexander Bersenev Signed-off-by: Alexsey Shestacov --- drivers/media/rc/Kconfig | 10 ++ drivers/media/rc/Makefile|1 + drive

[PATCH v10 0/5] ARM: sunxi: Add support for consumer infrared devices

2014-06-21 Thread Alexander Bersenev
This patch introduces Consumer IR(CIR) support for sunxi boards. This is based on Alexsey Shestacov's work based on the original driver supplied by Allwinner. Signed-off-by: Alexander Bersenev Signed-off-by: Alexsey Shestacov --- Changes since version 1: - Fix timer memory leaks - Fix rac

[PATCH v10 3/5] ARM: sunxi: Add pins for IR controller on A20 to dtsi

2014-06-21 Thread Alexander Bersenev
This patch adds pins for two IR controllers on A20 Signed-off-by: Alexander Bersenev Signed-off-by: Alexsey Shestacov --- arch/arm/boot/dts/sun7i-a20.dtsi | 14 ++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/dts/sun7i-a20.dtsi b/arch/arm/boot/dts/

[PATCH v10 4/5] ARM: sunxi: Add IR controllers on A20 to dtsi

2014-06-21 Thread Alexander Bersenev
This patch adds records for two IR controllers on A20 Signed-off-by: Alexander Bersenev Signed-off-by: Alexsey Shestacov --- arch/arm/boot/dts/sun7i-a20.dtsi | 18 ++ 1 files changed, 18 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/dts/sun7i-a20.dtsi b/arch/arm/bo

[PATCH v10 5/5] ARM: sunxi: Enable IR controller on cubieboard 2 and cubietruck in dts

2014-06-21 Thread Alexander Bersenev
This patch enables two IR devices in dts: - One IR device physically found on Cubieboard 2 - One IR device physically found on Cubietruck Signed-off-by: Alexander Bersenev Signed-off-by: Alexsey Shestacov --- arch/arm/boot/dts/sun7i-a20-cubieboard2.dts |6 ++ arch/arm/boot/dts/sun7i-a20

[PATCH v10 1/5] ARM: sunxi: Add documentation for sunxi consumer infrared devices

2014-06-21 Thread Alexander Bersenev
This patch adds documentation for Device-Tree bindings for sunxi IR controller. Signed-off-by: Alexander Bersenev Signed-off-by: Alexsey Shestacov --- .../devicetree/bindings/media/sunxi-ir.txt | 23 1 files changed, 23 insertions(+), 0 deletions(-) create mode 1

Re: Time for v4l-utils 1.2 release?

2014-06-21 Thread Mauro Carvalho Chehab
Em Sat, 21 Jun 2014 08:07:57 +0200 Hans Verkuil escreveu: > On 06/21/2014 12:29 AM, Mauro Carvalho Chehab wrote: > > Em Sat, 21 Jun 2014 00:07:19 +0200 > > Hans Verkuil escreveu: > > > >> On 06/20/2014 10:31 PM, Gregor Jasny wrote: > >>> Hello, > >>> > >>> It's been 11 months since the 1.0.0 re

DVB-T pre amplifier management

2014-06-21 Thread Tybos SA
Hi, When using pre amplifier to improve DVB-T reception, there is a need for a power supply. Satellite reception handles power directly in reception device (which is handled by DVB frontend API) but for DVB-T, these are two separate things (DVB tuner on one side, power supply on the other) and DVB