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
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
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
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
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
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
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
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
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
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
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
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/
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
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
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/
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
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
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
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
19 matches
Mail list logo