[PATCH v2 3/3] DVBSky V3 PCIe card: add some changes to M88DS3103 for supporting the demod of M88RS6000

2014-10-27 Thread Nibble Max
v2: -make demod mclk selection logic simple. -merge demod mclk and ts mclk into one call back. M88RS6000 is the integrated chip, which includes tuner and demod. Its internal demod is similar with M88DS3103 except some registers definition. The main different part of this internal demod from

[PATCH v2 2/3] DVBSky V3 PCIe card: add new dvb-s/s2 tuner for integrated chip M88RS6000

2014-10-27 Thread Nibble Max
v2: -make demod mclk selection logic simple. -merge demod mclk and ts mclk into one call back. -make code clean. M88RS6000 is the integrated chip, which includes tuner and demod. Here splite its tuner as a standalone driver. .set_config is used to config its demod clock, which sits inside tuner

Re: [PATCH v2] media: soc_camera: rcar_vin: Enable VSYNC field toggle mode

2014-10-27 Thread Simon Horman
On Wed, Oct 22, 2014 at 01:05:36PM +0900, Yoshihiro Kaneko wrote: From: Koji Matsuoka koji.matsuoka...@renesas.com By applying this patch, it sets to VSYNC field toggle mode not only at the time of progressive mode but at the time of an interlace mode. Signed-off-by: Koji Matsuoka

Re: VBI on PVR-500 stopped working between kernels 3.6 and 3.13

2014-10-27 Thread Hans Verkuil
On 10/26/2014 01:10 PM, Christopher Neufeld wrote: Hello Hans, On Sun, 26 Oct 2014 06:50:36 +0100, Hans Verkuil hverk...@xs4all.nl said: The script that I use to set up captions invokes this command: v4l2-ctl -d DEV --set-fmt-sliced-vbi=cc --set-ctrl=stream_vbi_format=1 This now errors

Re: VBI on PVR-500 stopped working between kernels 3.6 and 3.13

2014-10-27 Thread Hans Verkuil
Hi Andy, On 10/26/2014 07:28 PM, Andy Walls wrote: On Sun, 2014-10-26 at 13:41 -0400, Andy Walls wrote: Hi Chris, On Sun, 2014-10-26 at 08:10 -0400, Christopher Neufeld wrote: Hello Hans, On Sun, 26 Oct 2014 06:50:36 +0100, Hans Verkuil hverk...@xs4all.nl said: The script that I use to

[GIT PULL FOR v3.19] Two patches

2014-10-27 Thread Hans Verkuil
Hi Mauro, This fixes one tricky v4l2-ctrls.c sparse warning and increases the number of buffers in vb2. Regards, Hans The following changes since commit 1ef24960ab78554fe7e8e77d8fc86524fbd60d3c: Merge tag 'v3.18-rc1' into patchwork (2014-10-21 08:32:51 -0200) are available in the

Re: [PATCH 1/3] xc5000: tuner firmware update

2014-10-27 Thread Mauro Carvalho Chehab
Em Sat, 25 Oct 2014 16:17:21 -0400 Michael Krufky mkru...@hotmail.com escreveu: From: Richard Vollkommer li...@hauppauge.com - Update the xc5000 tuner firmware to version 1.6.821 - Update the xc5000c tuner firmware to version 4.1.33 Firmware files can be downloaded from: -

Re: [PATCH] dvb-core: set default properties of ISDB-S

2014-10-27 Thread Akihiro TSUKADA
On 2014年10月27日 01:33, Antti Palosaari wrote: You should calculate bw too as tuners needs set filters according to used channel bw. You could calculate nominal needed be using formula: bandwidth = roll-off factor * symbol rate I'll include it in the next version. thx -- Akihiro -- To

Re: [alsa-devel] [PATCH v2 5/6] sound/usb: pcm changes to use media token api

2014-10-27 Thread Mauro Carvalho Chehab
Em Sun, 26 Oct 2014 09:27:40 +0100 Takashi Iwai ti...@suse.de escreveu: At Sat, 25 Oct 2014 11:41:15 -0200, Mauro Carvalho Chehab wrote: +---+ | start | +---+ | | v ++

Re: [PATCH][RESEND][TRIVIAL] Turn bothersome error into a debug message

2014-10-27 Thread Hans Verkuil
Hi Johann, I've added this to my todo list and will look at this soon (next Friday or Monday most likely). Hans On 10/27/2014 02:44 PM, Johann Klammer wrote: Let's see if that works now... On 09/30/2014 07:21 PM, Johann Klammer wrote: Hello, After updating the kernel to 3.14.15

Re: [PATCH v2 1/7] v4l-utils/libdvbv5: fix auto generation of channel names

2014-10-27 Thread Mauro Carvalho Chehab
Em Sun, 26 Oct 2014 20:46:17 +0900 tsk...@gmail.com escreveu: From: Akihiro Tsukada tsk...@gmail.com when channel name was not available, it was generated from unset variables, and leaked memory. --- lib/libdvbv5/dvb-file.c | 28 +++- 1 file changed, 19

Re: [PATCH 1/3] xc5000: tuner firmware update

2014-10-27 Thread Michael Ira Krufky
On Mon, Oct 27, 2014 at 7:46 AM, Mauro Carvalho Chehab m.che...@samsung.com wrote: Em Sat, 25 Oct 2014 16:17:21 -0400 Michael Krufky mkru...@hotmail.com escreveu: From: Richard Vollkommer li...@hauppauge.com - Update the xc5000 tuner firmware to version 1.6.821 - Update the xc5000c tuner

Re: [PATCH v2 1/7] v4l-utils/libdvbv5: fix auto generation of channel names

2014-10-27 Thread Mauro Carvalho Chehab
Em Sun, 26 Oct 2014 20:46:17 +0900 tsk...@gmail.com escreveu: From: Akihiro Tsukada tsk...@gmail.com when channel name was not available, it was generated from unset variables, and leaked memory. --- lib/libdvbv5/dvb-file.c | 28 +++- 1 file changed, 19

Re: [PATCH v2 2/7] v4l-utils/libdvbv5: add support for ISDB-S tuning

2014-10-27 Thread Mauro Carvalho Chehab
Em Sun, 26 Oct 2014 20:46:18 +0900 tsk...@gmail.com escreveu: From: Akihiro Tsukada tsk...@gmail.com Added LNB support for Japanese satellites. Currently tested with dvbv5-zap, dvb-fe-tool. At least the charset conversion and the parser of extended event descriptors are not implemented

Re: [PATCH v2 3/7] v4l-utils/libdvbv5: add support for ISDB-S scanning

2014-10-27 Thread Mauro Carvalho Chehab
Em Sun, 26 Oct 2014 20:46:19 +0900 tsk...@gmail.com escreveu: From: Akihiro Tsukada tsk...@gmail.com added NIT scan for ISDB-S, fixed wrong/too-close frequency of the scanned entries, when freq_offset/bandwith was not set properly. --- lib/include/libdvbv5/dvb-scan.h | 2 +

Re: [PATCH v2 4/7] v4l-utils/dvb: add COUNTRY property

2014-10-27 Thread Mauro Carvalho Chehab
Em Sun, 26 Oct 2014 20:46:20 +0900 tsk...@gmail.com escreveu: From: Akihiro Tsukada tsk...@gmail.com to distinguish country variants of delivery systems like ISDB-T. SOB is missing here. --- configure.ac | 4 + lib/include/libdvbv5/countries.h | 308

Re: [alsa-devel] [PATCH v2 5/6] sound/usb: pcm changes to use media token api

2014-10-27 Thread Shuah Khan
On 10/25/2014 04:57 AM, Mauro Carvalho Chehab wrote: Hi, Sorry to enter into this thread so late. Last week was a full week, due to the 4 conferences I paticiapated, and last week I needed to fill lots of trip reports. Also, I have another trip to give two speeches. Em Tue, 21 Oct 2014

Re: [PATCH 1/3] xc5000: tuner firmware update

2014-10-27 Thread Mauro Carvalho Chehab
Em Mon, 27 Oct 2014 10:25:48 -0400 Michael Ira Krufky mkru...@linuxtv.org escreveu: On Mon, Oct 27, 2014 at 7:46 AM, Mauro Carvalho Chehab m.che...@samsung.com wrote: Em Sat, 25 Oct 2014 16:17:21 -0400 Michael Krufky mkru...@hotmail.com escreveu: From: Richard Vollkommer

Re: [PATCH 1/3] xc5000: tuner firmware update

2014-10-27 Thread Johannes Stezenbach
On Mon, Oct 27, 2014 at 01:57:27PM -0200, Mauro Carvalho Chehab wrote: Em Mon, 27 Oct 2014 10:25:48 -0400 Michael Ira Krufky mkru...@linuxtv.org escreveu: I like the idea of supporting older firmware revisions if the new one is not present, but, the established president for this sort of

Re: [PATCH v2 5/7] v4l-utils/libdvbv5: add gconv module for the text translation of ISDB-S/T.

2014-10-27 Thread Mauro Carvalho Chehab
Em Sun, 26 Oct 2014 20:46:21 +0900 tsk...@gmail.com escreveu: From: Akihiro Tsukada tsk...@gmail.com --- lib/Makefile.am | 5 +- lib/gconv/arib-std-b24.c| 775 + lib/gconv/en300-468-tab00.c | 564 ++

Re: [PATCH v2 6/7] v4l-utils/libdvbv5: don't discard config-supplied parameters

2014-10-27 Thread Mauro Carvalho Chehab
Em Sun, 26 Oct 2014 20:46:22 +0900 tsk...@gmail.com escreveu: From: Akihiro Tsukada tsk...@gmail.com When an user enabled the option to update parameters with PSI, the parameters that were supplied from config file and not mandatory to the delivery system were discarded. Sorry, but I was

Re: [PATCH v2 7/7] v4l-utils/libdvbv5, dvbv5-scan: generalize channel duplication check

2014-10-27 Thread Mauro Carvalho Chehab
Em Sun, 26 Oct 2014 20:46:23 +0900 tsk...@gmail.com escreveu: From: Akihiro Tsukada tsk...@gmail.com include stream id to duplication check Please add a better description. I'll review it latter after you fix the issues on the other patches and send them with the proper SOBs. I would

Re: [PATCH 1/3] xc5000: tuner firmware update

2014-10-27 Thread Michael Ira Krufky
On Mon, Oct 27, 2014 at 12:22 PM, Johannes Stezenbach j...@linuxtv.org wrote: On Mon, Oct 27, 2014 at 01:57:27PM -0200, Mauro Carvalho Chehab wrote: Em Mon, 27 Oct 2014 10:25:48 -0400 Michael Ira Krufky mkru...@linuxtv.org escreveu: I like the idea of supporting older firmware revisions if

Re: [PATCH 1/3] xc5000: tuner firmware update

2014-10-27 Thread Mauro Carvalho Chehab
Em Mon, 27 Oct 2014 13:38:38 -0400 Michael Ira Krufky mkru...@linuxtv.org escreveu: On Mon, Oct 27, 2014 at 12:22 PM, Johannes Stezenbach j...@linuxtv.org wrote: On Mon, Oct 27, 2014 at 01:57:27PM -0200, Mauro Carvalho Chehab wrote: Em Mon, 27 Oct 2014 10:25:48 -0400 Michael Ira Krufky

drivers/media/platform/s5p-tv/hdmi_drv.c:910:2: error: implicit declaration of function 'i2c_get_adapter'

2014-10-27 Thread kbuild test robot
tree: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: cac7f2429872d3733dc3f9915857b1691da2eb2f commit: 2c3fb08b3f74b8792004095a1f6881a3296ff643 [media] rename drivers/media/video as .../platform date: 2 years, 2 months ago config: x86_64-randconfig-iv1-10281307