[PATCH] [media] tvp7002: Don't update device->streaming if write to register fails

2014-08-15 Thread Axel Lin
This ensures device->streaming has correct status. Signed-off-by: Axel Lin --- drivers/media/i2c/tvp7002.c | 21 - 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/drivers/media/i2c/tvp7002.c b/drivers/media/i2c/tvp7002.c index 11f2387..51bac76 100644 --- a/driv

[PATCH] m88ts2022: fix high symbol rate transponders missing on 32bit platform.

2014-08-15 Thread nibble.max
The current m88ts2022 driver will miss the following high symbol rate transponders on Telstar 18 138.0. 12385 H 43200, 12690 H 43200, 12538 V 41250... the code for f_3db_hz will overflow for the high symbol rate. for example, symbol rate=41250 KS/s symbol_rate * 135UL = 556875(1 4BEC 61B0), t

[PATCH] m88ts2022: fix high symbol rate transponders missing on 32bit platform.

2014-08-15 Thread nibble.max
The current m88ts2022 driver will miss the following high symbol rate transponders on Telstar 18 138.0. 12385 H 43200, 12690 H 43200, 12538 V 41250... the code for f_3db_hz will overflow for the high symbol rate. for example, symbol rate=41250 KS/s symbol_rate * 135UL = 556875(1 4BEC 61B0), t

cron job: media_tree daily build: WARNINGS

2014-08-15 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 Aug 16 04:00:18 CEST 2014 git branch: test git hash: 0f3bf3dc1ca394a8385079a5653088672b65c5c4 gcc versi

E-mail administrátora.

2014-08-15 Thread E-mail administrátora .
-- POZOR! = Vážený užívateľ, Toto je váš správca webmail. Prosím, byť informovaný, že e-mailový server bol práve aktualizovaný a váš e-mail musí byť okamžite obnoviť. Tento proces je udržiavať aktualizované a chránené ako vždy webmail server. Kliknite nižšie Ak c

[PATCH v2] media: ttpci: fix av7110 build to be compatible with CONFIG_INPUT_EVDEV

2014-08-15 Thread Randy Dunlap
From: Randy Dunlap Fix build when CONFIG_INPUT_EVDEV=m and DVB_AV7110=y. Only build av7110_ir.c when CONFIG_INPUT_EVDEV is compatible with CONFIG_DVB_AV7110. Fixes these build errors: drivers/built-in.o: In function `input_sync': av7110_ir.c:(.text+0x1223ac): undefined reference to `input_event

Re: [linuxtv-media:devel 498/499] av7110.c:undefined reference to `av7110_ir_exit'

2014-08-15 Thread Randy Dunlap
On 08/15/14 15:03, kbuild test robot wrote: > tree: git://linuxtv.org/media_tree.git devel > head: f1d2fd677f61bf4d649098317497db11a958a021 > commit: 277c0ffaea64c71c39f03b9ee6818de600c38fc3 [498/499] [media] media: > ttpci: build av7110_ir.c only when allowed by CONFIG_INPUT_EVDEV > config: x

[linuxtv-media:devel 498/499] av7110.c:undefined reference to `av7110_ir_exit'

2014-08-15 Thread kbuild test robot
tree: git://linuxtv.org/media_tree.git devel head: f1d2fd677f61bf4d649098317497db11a958a021 commit: 277c0ffaea64c71c39f03b9ee6818de600c38fc3 [498/499] [media] media: ttpci: build av7110_ir.c only when allowed by CONFIG_INPUT_EVDEV config: x86_64-randconfig-s1-08160530 (attached as .config) Al

Re: Firmware files for 3 media device drivers

2014-08-15 Thread Kyle McMartin
On Wed, Aug 13, 2014 at 12:15:23PM -0300, Mauro Carvalho Chehab wrote: > Hi, > > Please pull from: > ssh://linuxtv.org/git/mchehab/linux-firmware.git master > Had to use git://linuxtv.org/mchehab/linux-firmware.git > It has firmware files for media devices based on xc4000, xc5000c and as102.

[PATCH] media: stv0367: fix frontend modulation initialization with FE_CAB_MOD_QAM256

2014-08-15 Thread Maks Naumov
Signed-off-by: Maks Naumov --- drivers/media/dvb-frontends/stv0367.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/dvb-frontends/stv0367.c b/drivers/media/dvb-frontends/stv0367.c index 59b6e66..0dcfb8b 100644 --- a/drivers/media/dvb-frontends/stv0367.c +++ b/d

[PATCH] [media] usbtv: Make it dependent on ALSA

2014-08-15 Thread Mauro Carvalho Chehab
Now that alsa code is part of the driver, it can be compiled only if alsa is enabled. drivers/built-in.o: In function `snd_usbtv_hw_free': >> usbtv-audio.c:(.text+0x21eb55): undefined reference to >> `snd_pcm_lib_free_pages' drivers/built-in.o: In function `snd_usbtv_hw_params': >> usbtv-au

[PATCH v2 1/2] [media] V4L: Add camera pan/tilt speed controls

2014-08-15 Thread Vincent Palatin
The V4L2_CID_PAN_SPEED and V4L2_CID_TILT_SPEED controls allow to move the camera by setting its rotation speed around its axis. Signed-off-by: Vincent Palatin --- Changes from v1: - update the documentation wording according to Pawel suggestion. Documentation/DocBook/media/v4l/compat.xml | 10

[PATCH] em28xx-input: i2c IR decoders: improve i2c_client handling

2014-08-15 Thread Frank Schäfer
Instead of using a temporary stack allocated i2c_client in em28xx_i2c_ir_handle_key(), allocate/free the i2c_client at module init/uninit and hook it into struct em28xx_IR (if the device has an i2c IR decoder). This reduces the frame size of function em28xx_i2c_ir_handle_key() and speeds it up a

[linuxtv-media:devel 487/499] usbtv-audio.c:undefined reference to `snd_pcm_lib_free_pages'

2014-08-15 Thread kbuild test robot
tree: git://linuxtv.org/media_tree.git devel head: 66b7a659921009c31042d4c1b7a37c2e71f7726d commit: dad0a22934fbeedb28c85e3395dac209f08bb6ad [487/499] [media] usbtv: add audio support config: x86_64-randconfig-hsxa1-08160149 (attached as .config) All error/warnings: drivers/built-in.o: In

[linuxtv-media:devel 487/499] ERROR: "snd_pcm_period_elapsed" [drivers/media/usb/usbtv/usbtv.ko] undefined!

2014-08-15 Thread kbuild test robot
tree: git://linuxtv.org/media_tree.git devel head: 66b7a659921009c31042d4c1b7a37c2e71f7726d commit: dad0a22934fbeedb28c85e3395dac209f08bb6ad [487/499] [media] usbtv: add audio support config: x86_64-randconfig-s0-08160136 (attached as .config) All error/warnings: >> ERROR: "snd_pcm_period_el

Re: [PATCH] em28xx: fix compiler warnings

2014-08-15 Thread Frank Schäfer
Am 09.08.2014 um 11:58 schrieb Hans Verkuil: > On 08/07/2014 06:36 PM, Frank Schäfer wrote: >> Am 07.08.2014 um 08:45 schrieb Hans Verkuil: >>> On 08/05/2014 05:18 PM, Frank Schäfer wrote: Hi Hans, Am 05.08.2014 um 09:00 schrieb Hans Verkuil: > Fix three compiler warnings: >

[PATCH] drivers: media: platform: Makefile: Add build dependency for davinci/

2014-08-15 Thread Andreas Ruprecht
In the davinci/ subdirectory, all drivers but one depend on CONFIG_ARCH_DAVINCI. The only exception, selected by CONFIG_VIDEO_DM6446_CCDC, is also available on CONFIG_ARCH_OMAP3. Thus, it is not necessary to always descend into davinci/. It is sufficient to do this only if CONFIG_ARCH_OMAP3 or CON

[PATCH] rc-core: use USB API functions rather than constants

2014-08-15 Thread Himangi Saraogi
This patch introduces the use of !usb_endpoint_dir_in(epd) and !usb_endpoint_xfer_int(epd). The Coccinelle semantic patch that makes these changes is as follows: - ((epd->bEndpointAddress & \(USB_ENDPOINT_DIR_MASK\|0x80\)) != - \(USB_DIR_IN\|0x80\)) + !usb_endpoint_dir_in(epd) @@ struct usb_end

[PATCH] radio-si470x-usb: use USB API functions rather than constants

2014-08-15 Thread Himangi Saraogi
This patch introduces the use of the function usb_endpoint_is_int_in. The Coccinelle semantic patch that makes these changes is as follows: @@ struct usb_endpoint_descriptor *epd; @@ - ((epd->bEndpointAddress & \(USB_ENDPOINT_DIR_MASK\|0x80\)) == - \(USB_DIR_IN\|0x80\)) + usb_endpoint_dir_in(ep

[PATCH] media/rc/imon.c: use USB API functions rather than constants

2014-08-15 Thread Himangi Saraogi
This patch introduces the use of the function usb_endpoint_type. The Coccinelle semantic patch that makes these changes is as follows: @@ struct usb_endpoint_descriptor *epd; @@ - (epd->bmAttributes & \(USB_ENDPOINT_XFERTYPE_MASK\|3\)) + usb_endpoint_type(epd) Signed-off-by: Himangi Saraogi Ac

Re: [PATCH 4/4] pt3: add support for Earthsoft PT3 ISDB-S/T receiver card

2014-08-15 Thread Mauro Carvalho Chehab
Em Tue, 15 Jul 2014 00:43:47 +0900 tsk...@gmail.com escreveu: > From: Akihiro Tsukada > > This patch adds support for PT3 PCIe cards. > PT3 has an FPGA PCIe bridge chip, a TC90522 demod chip and > a VA4M6JC2103 tuner module which contains two QM1D1C0042 chips for ISDB-S > and two MxL301RF's for

Re: [PATCH 3/4] tc90522: add driver for Toshiba TC90522 quad demodulator

2014-08-15 Thread Mauro Carvalho Chehab
Em Tue, 15 Jul 2014 00:43:46 +0900 tsk...@gmail.com escreveu: > From: Akihiro Tsukada > > This patch adds driver for tc90522 demodulator chips. > The chip contains 4 demod modules that run in parallel and are independently > controllable via separate I2C addresses. > Two of the modules are for I

Re: [PATCH 2/4] qm1d1c0042: add driver for Sharp QM1D1C0042 8PSK tuner

2014-08-15 Thread Mauro Carvalho Chehab
Em Tue, 15 Jul 2014 00:43:45 +0900 tsk...@gmail.com escreveu: > From: Akihiro Tsukada > > This patch adds driver for qm1d1c0042 (Trellis Coded) 8PSK tuner chips. > It is used as an ISDB-S tuner in earthsoft pt3 cards. > > Signed-off-by: Akihiro Tsukada > --- > drivers/media/tuners/Kconfig

Re: [PATCH 1/4] mxl301rf: add driver for MaxLinear MxL301RF OFDM tuner

2014-08-15 Thread Mauro Carvalho Chehab
Em Tue, 15 Jul 2014 00:43:44 +0900 tsk...@gmail.com escreveu: > From: Akihiro Tsukada > > This patch adds driver for mxl301rf OFDM tuner chips. > It is used as an ISDB-T tuner in earthsoft pt3 cards. > > Note that this driver does not initilize the chip, > because the initilization sequence / r

Philanthropic Donation To Your Email In Honor Of My Late Wife Who Died Of Cancer

2014-08-15 Thread Tom Crist Fund
I am Tom Crist retired CEO of EECOL Electric and winner of Forty Million Dollars in the Calgary Lotto and I ve made a donation to your email. Contact me with name, address, age, phone number and occupation via private email. View link for more info; http://www.cbc.ca/video/news/audioplayer.html

Transaction XLK-14-TTF/ESP.

2014-08-15 Thread GVA Abogados.
Dear Friend, Please acknowledge and accept my proposal. My name is Barrister Miguel Martinez Moreno, an Attorney at Law, in Alicante-Spain. I am writing to notify you of the unclaimed inheritance deposit of our late client, who passed on to Great beyond on August 21st, 2010