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 Feb 23 04:00:17 CET 2015
git branch: test
git hash: 135f9be9194cf7778eb73594aa55791b229cf27c
gcc versio
On 02/22/2015 11:55 PM, Mauro Carvalho Chehab wrote:
Em Sun, 22 Feb 2015 23:35:52 +0200
Antti Palosaari escreveu:
Mauro,
could you fix your media controller stuff ASAP as I think almost all DVB
devices are currently broken. I have got multiple bug reports
That looks weird... I think the
Em Sun, 22 Feb 2015 23:35:52 +0200
Antti Palosaari escreveu:
> Mauro,
> could you fix your media controller stuff ASAP as I think almost all DVB
> devices are currently broken. I have got multiple bug reports
That looks weird... I think the patch adding media controller support
for the dvb-
Mauro,
could you fix your media controller stuff ASAP as I think almost all DVB
devices are currently broken. I have got multiple bug reports
On 02/22/2015 03:17 PM, Gert-Jan van der Stroom wrote:
Can someone help me to get a Mygica T230 DVB-T/T2/C working on Ubuntu 14.04
(kernel 3.13.0-45
On 02/22/2015 10:04 PM, Benjamin Larsson wrote:
On 02/22/2015 02:47 PM, Gilles Risch wrote:
Hi,
most of the used components are identified:
- USB Controller: Empia EM2884
- Stereo A/V Decoder: Micronas AVF 49x0B
- Hybrid Channel Decoder: Micronas DRX-K DRX3926K:A3 0.9.0
The only ambiguity is th
Hi Hans,
Thanks for the patch.
On Fri, Feb 13, 2015 at 11:30 AM, Hans Verkuil wrote:
> From: Hans Verkuil
>
> If a subdevice pad op is called from a bridge driver, then there is
> no v4l2_subdev_fh struct that can be passed to the subdevice. This
> made it hard to use such subdevs from a bridge
On 02/22/2015 02:47 PM, Gilles Risch wrote:
Hi,
most of the used components are identified:
- USB Controller: Empia EM2884
- Stereo A/V Decoder: Micronas AVF 49x0B
- Hybrid Channel Decoder: Micronas DRX-K DRX3926K:A3 0.9.0
The only ambiguity is the tuner, but I think it could be a Xceive XC5000
On Sat, Feb 21, 2015 at 4:45 PM, Olli Salonen wrote:
> Free the IRQ before disabling the device. Otherwise errors like this when
> unloading the module:
>
> [21135.458560] [ cut here ]
> [21135.458569] WARNING: CPU: 4 PID: 1696 at
> /home/apw/COD/linux/fs/proc/generic.c:5
Right now, this is a debug message, misplaced. Promote it
to an info message, as it helps to discover if something
bad happened during device init.
Signed-off-by: Mauro Carvalho Chehab
---
drivers/media/common/siano/smsdvb-main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
Originally, sms_err() would be also displaying the line where
the error occurs, but the messages are clear enough. Also,
the function is always printed. So, no need for it.
Signed-off-by: Mauro Carvalho Chehab
---
drivers/media/common/siano/sms-cards.c | 2 +-
drivers/media/common/siano/sm
Instead of defining its own set of printk functions, let's
use the common Kernel debug logic provided by pr_foo functions.
As a first step, let's just define the existing macros as the
Kernel ones.
Signed-off-by: Mauro Carvalho Chehab
---
drivers/media/common/siano/sms-cards.h | 3 ++-
drive
The first patch adds media controller support. It is a rebased
version of a previously sent patch, plus the logic to unregister
the media controller device.
The next 8 patches convert siano to pr_foo() and removes the
now obsolete sms_dbg parameter.
The last patch fixes an issue on initializing t
There's no reason for a sms' own sms_warn macro. Just replace
it by the standard pr_warn().
Signed-off-by: Mauro Carvalho Chehab
---
drivers/media/common/siano/smscoreapi.h | 1 -
drivers/media/usb/siano/smsusb.c| 6 +++---
2 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/d
Adding support for the media controller for a pure DVB device
is simple: just create a struct media_device and add it to the
dvb adapter. After creating all DVB devices, we need to call
the DVB core, for it to create the media graph.
More work is needed for pure DVB tuners, but this is hidden
at t
All siano modules have a sms_dbg parameter. Now that we're using
the standard pr_debug() macro, we can get rid of it.
Signed-off-by: Mauro Carvalho Chehab
---
drivers/media/common/siano/sms-cards.c | 4
drivers/media/common/siano/smscoreapi.c | 4
drivers/media/common/siano/smsdvb-m
There's no reason to use a macro here. Just replace everything,
and let those debug messages to be activated via dynamic printk.
Signed-off-by: Mauro Carvalho Chehab
---
drivers/media/common/siano/sms-cards.c | 2 +-
drivers/media/common/siano/smscoreapi.c | 39 --
We need to initialize the media controller earlier, as the core
will call the smsdvb hotplug during register time. Ok, this is
an async operation, so, when the module is not loaded, the media
controller works.
However, if the module is already loaded, nothing will be
registered at the media contro
On most cases, sms_info() should actually be pr_debug(), but,
on other places, it should be pr_info().
Signed-off-by: Mauro Carvalho Chehab
---
drivers/media/common/siano/smscoreapi.c | 44 +++-
drivers/media/common/siano/smscoreapi.h | 8 --
drivers/media/comm
Despite its name, those functions are acutally debug
prints for the IR part of the driver. So, properly
map them using pr_debug()
Signed-off-by: Mauro Carvalho Chehab
---
drivers/media/common/siano/smscoreapi.h | 1 -
drivers/media/common/siano/smsir.c | 8
2 files changed, 4 inser
Some more info
On 21-02-15 22:30, Rudy Zijlstra wrote:
Dears (Hans?)
My setup, where the cable operator was using only irdeto, was working
good. Then the cable operator merged with another, and now the
networks are being merged. As a result, the encryption has moved from
irdeto only to simul
Hi,
most of the used components are identified:
- USB Controller: Empia EM2884
- Stereo A/V Decoder: Micronas AVF 49x0B
- Hybrid Channel Decoder: Micronas DRX-K DRX3926K:A3 0.9.0
The only ambiguity is the tuner, but I think it could be a Xceive XC5000
because the windows driver comprises the xc5
Can someone help me to get a Mygica T230 DVB-T/T2/C working on Ubuntu 14.04
(kernel 3.13.0-45) using media_build.
I succeed doing a build of the media_build, the drivers also load when I
attach the Mygica, but when I try to use it (tvheadend) it crashes:
[ 61.592114] dvb-usb: found a 'Mygica T23
Hi Linus,
On 22 February 2015 at 01:42, Linus Torvalds
wrote:
> On Fri, Feb 20, 2015 at 8:27 AM, Sumit Semwal wrote:
>>
>> Could you please pull a few dma-buf changes for 3.20-rc1? Nothing
>> fancy, minor cleanups.
>
> No.
>
> I pulled, and immediately unpulled again.
>
> This is complete shit,
23 matches
Mail list logo