cron job: media_tree daily build: ERRORS

2015-01-11 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: Mon Jan 12 04:00:08 CET 2015 git branch: test git hash: 99f3cd52aee21091ce62442285a68873e3be833f gcc versio

[PATCH 1/2] lgdt3305: we only need to pass state into lgdt3305_mpeg_mode_polarity()

2015-01-11 Thread Michael Krufky
From: Michael Ira Krufky Signed-off-by: Michael Ira Krufky --- drivers/media/dvb-frontends/lgdt3305.c | 14 +- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/drivers/media/dvb-frontends/lgdt3305.c b/drivers/media/dvb-frontends/lgdt3305.c index 92c891a..b42d649 100644

[PULL] git://git.linuxtv.org/mkrufky/dvb lgdt3305 - add support for fixed tp clock mode

2015-01-11 Thread Michael Ira Krufky
The following changes since commit 427ae153c65ad7a08288d86baf99000569627d03: [media] bq/c-qcam, w9966, pms: move to staging in preparation for removal (2014-12-16 23:21:44 -0200) are available in the git repository at: git://git.linuxtv.org/mkrufky/dvb lgdt3305 for you to fetch changes up t

[PATCH 2/2] lgdt3305: add support for fixed tp clock mode

2015-01-11 Thread Michael Krufky
From: Michael Ira Krufky Add support for controlling TP clock mode for VSB and QAM annex-B/C mode. Gated clock mode is the default value, and does not support QAM annex-C. The patch enables setting this control to fixed clock mode. Signed-off-by: Michael Ira Krufky --- drivers/media/dvb-fronte

[PATCH] [media] usb: as102: as10x_cmd_cfg: Remove unused function

2015-01-11 Thread Rickard Strandqvist
Remove the function as10x_cmd_eLNA_change_mode() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- drivers/media/usb/as102/as10x_cmd.h |1 - drivers/media/usb/as102/as10x_cmd_cfg.c | 49

[PATCH v3] Fix ALSA and DVB representation at media controller API

2015-01-11 Thread Mauro Carvalho Chehab
The previous provision for DVB media controller support were to define an ID (likely meaning the adapter number) for the DVB devnodes. This is just plain wrong. Just like V4L, DVB devices (and ALSA, or whatever) are identified via a (major, minor) tuple. This is enough to uniquely identify a devn

[PATCH] [media] usb: pvrusb2: pvrusb2-hdw: Remove unused function

2015-01-11 Thread Rickard Strandqvist
Remove the function pvr2_hdw_cmd_powerdown() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- drivers/media/usb/pvrusb2/pvrusb2-hdw.c |5 - drivers/media/usb/pvrusb2/pvrusb2-hdw.h |3

Re: [PATCHv2 1/9] media: Fix DVB representation at media controller API

2015-01-11 Thread Mauro Carvalho Chehab
Em Sun, 11 Jan 2015 16:05:32 +0200 Laurent Pinchart escreveu: > Hi Mauro, > > On Sunday 11 January 2015 11:58:24 Mauro Carvalho Chehab wrote: > > Em Sun, 11 Jan 2015 15:50:04 +0200 Laurent Pinchart escreveu: > > > On Saturday 03 January 2015 12:49:03 Mauro Carvalho Chehab wrote: > > >> The DVB d

Re: [PATCH 1/7] tuner-core: properly initialize media controller subdev

2015-01-11 Thread Mauro Carvalho Chehab
Em Sun, 11 Jan 2015 16:02:41 +0200 Laurent Pinchart escreveu: > Hi Mauro, > > Thank you for the patch. > > On Saturday 03 January 2015 18:09:33 Mauro Carvalho Chehab wrote: > > Properly initialize tuner core subdev at the media controller. > > > > That requires a new subtype at the media contr

Re: [PATCHv3 01/20] media: add new types for DVB devnodes

2015-01-11 Thread Mauro Carvalho Chehab
Em Sun, 11 Jan 2015 15:54:14 +0200 Laurent Pinchart escreveu: > Hi Mauro, > > On Thursday 08 January 2015 15:44:50 Mauro Carvalho Chehab wrote: > > Em Thu, 08 Jan 2015 18:10:13 +0200 Laurent Pinchart escreveu: > > > On Wednesday 07 January 2015 12:22:39 Mauro Carvalho Chehab wrote: > > >> Em Wed

Re: [PATCHv2 1/9] media: Fix DVB representation at media controller API

2015-01-11 Thread Laurent Pinchart
Hi Mauro, On Sunday 11 January 2015 11:58:24 Mauro Carvalho Chehab wrote: > Em Sun, 11 Jan 2015 15:50:04 +0200 Laurent Pinchart escreveu: > > On Saturday 03 January 2015 12:49:03 Mauro Carvalho Chehab wrote: > >> The DVB devices are identified via a (major, minor) tuple, > >> and not by a random i

Re: [PATCH 1/7] tuner-core: properly initialize media controller subdev

2015-01-11 Thread Laurent Pinchart
Hi Mauro, Thank you for the patch. On Saturday 03 January 2015 18:09:33 Mauro Carvalho Chehab wrote: > Properly initialize tuner core subdev at the media controller. > > That requires a new subtype at the media controller API. > > Signed-off-by: Mauro Carvalho Chehab > > diff --git a/drivers/

Re: [PATCHv2 1/9] media: Fix DVB representation at media controller API

2015-01-11 Thread Mauro Carvalho Chehab
Em Sun, 11 Jan 2015 15:50:04 +0200 Laurent Pinchart escreveu: > Hi Mauro, > > Thank you for the patch. > > On Saturday 03 January 2015 12:49:03 Mauro Carvalho Chehab wrote: > > The DVB devices are identified via a (major, minor) tuple, > > and not by a random id. Fix it, before we start using i

Re: [PATCHv3 01/20] media: add new types for DVB devnodes

2015-01-11 Thread Laurent Pinchart
Hi Mauro, On Thursday 08 January 2015 15:44:50 Mauro Carvalho Chehab wrote: > Em Thu, 08 Jan 2015 18:10:13 +0200 Laurent Pinchart escreveu: > > On Wednesday 07 January 2015 12:22:39 Mauro Carvalho Chehab wrote: > >> Em Wed, 07 Jan 2015 16:09:04 +0200 Sakari Ailus escreveu: > >>> Mauro Carvalho Che

Re: [PATCHv2 1/9] media: Fix DVB representation at media controller API

2015-01-11 Thread Laurent Pinchart
Hi Mauro, Thank you for the patch. On Saturday 03 January 2015 12:49:03 Mauro Carvalho Chehab wrote: > The DVB devices are identified via a (major, minor) tuple, > and not by a random id. Fix it, before we start using it. > > Signed-off-by: Mauro Carvalho Chehab > > diff --git a/include/media/

az6027.c:undefined reference to `stb0899_attach'

2015-01-11 Thread kbuild test robot
tree: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: 4850d37d3a7c049f7dc3eb09d7ae4e5553ac521b commit: 7b34be71db533f3e0cf93d53cf62d036cdb5418a [media] use IS_ENABLED() macro date: 1 year, 11 months ago config: i386-randconfig-ib1-01112037 (attached as .config) r

Re: dvb-t scan tables

2015-01-11 Thread Olliver Schinagl
Hey Brian, On 01/09/2015 12:22 AM, Brian Burch wrote: On 08/01/15 13:16, Jonathan McCrohan wrote: Hi Olliver/Brian/Adam, On 8 January 2015 09:29:10 GMT+00:00, Olliver Schinagl wrote: Because I am basically an ubuntu user, I took the source from the latest debian unstable repository to gen

Re: dvb-t scan tables

2015-01-11 Thread Olliver Schinagl
Hey Adam, I've merged your changes, but this last patch seems to go against the old (obsolete) dvbv3 stuff (that gets auto-generated afaik) and fails to apply. Look at the result on the various repositories and see what needs to be changed. Best way to send a patch, is to use git to checko

[REGRESSION] media: cx23885 broken by commit 453afdd "[media] cx23885: convert to vb2"

2015-01-11 Thread Raimonds Cicans
Hello. I contacted you because I am hit by regression caused by your commit: 453afdd "[media] cx23885: convert to vb2" My system: AMD Athlon(tm) II X2 240e Processor on Asus M5A97 LE R2.0 motherboard TBS6981 card (Dual DVB-S/S2 PCIe receiver, cx23885 in kernel driver) After upgrade from kernel