Mygica T230 DVB-T/T2/C Ubuntu 14.04 (kernel 3.13.0-45) using media_build

2015-02-22 Thread Gert-Jan van der Stroom
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

Re: Linux TV support Elgato EyeTV hybrid

2015-02-22 Thread Gilles Risch
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

[PATCH 06/10] [media] siano: replace sms_debug() by pr_debug()

2015-02-22 Thread Mauro Carvalho Chehab
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 mche...@osg.samsung.com --- drivers/media/common/siano/sms-cards.c | 2 +- drivers/media/common/siano/smscoreapi.c | 39

[PATCH 10/10] [media] siano: register media controller earlier

2015-02-22 Thread Mauro Carvalho Chehab
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

[PATCH 07/10] [media] siano: get rid of sms_info()

2015-02-22 Thread Mauro Carvalho Chehab
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 mche...@osg.samsung.com --- drivers/media/common/siano/smscoreapi.c | 44 +++- drivers/media/common/siano/smscoreapi.h | 8

[PATCH 00/10] siano: add media controller and use pr_foo()

2015-02-22 Thread Mauro Carvalho Chehab
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

[PATCH 03/10] [media] siano: replace sms_warn() by pr_warn()

2015-02-22 Thread Mauro Carvalho Chehab
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 mche...@osg.samsung.com --- drivers/media/common/siano/smscoreapi.h | 1 - drivers/media/usb/siano/smsusb.c| 6 +++--- 2 files changed, 3 insertions(+), 4

[PATCH 01/10] [media] siano: add support for the media controller at USB driver

2015-02-22 Thread Mauro Carvalho Chehab
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

[PATCH 09/10] [media] siano: print a message if DVB register succeeds

2015-02-22 Thread Mauro Carvalho Chehab
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 mche...@osg.samsung.com --- drivers/media/common/siano/smsdvb-main.c | 2 +- 1 file changed, 1 insertion(+), 1

[PATCH 04/10] [media] siano: replace sms_err by pr_err

2015-02-22 Thread Mauro Carvalho Chehab
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 mche...@osg.samsung.com --- drivers/media/common/siano/sms-cards.c | 2 +-

[PATCH 02/10] [media] siano: use pr_* print functions

2015-02-22 Thread Mauro Carvalho Chehab
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 mche...@osg.samsung.com ---

[PATCH 05/10] [media] siano: replace sms_log() by pr_debug()

2015-02-22 Thread Mauro Carvalho Chehab
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 mche...@osg.samsung.com --- drivers/media/common/siano/smscoreapi.h | 1 - drivers/media/common/siano/smsir.c | 8

[PATCH 08/10] [media] siano: get rid of sms_dbg parameter

2015-02-22 Thread Mauro Carvalho Chehab
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 mche...@osg.samsung.com --- drivers/media/common/siano/sms-cards.c | 4 drivers/media/common/siano/smscoreapi.c | 4

Re: [PATCH] saa7164: free_irq before pci_disable_device

2015-02-22 Thread Steven Toth
On Sat, Feb 21, 2015 at 4:45 PM, Olli Salonen olli.salo...@iki.fi 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

Re: DVB Simulcrypt

2015-02-22 Thread Rudy Zijlstra
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

Re: [GIT PULL]: few dma-buf updates for 3.20-rc1

2015-02-22 Thread Sumit Semwal
Hi Linus, On 22 February 2015 at 01:42, Linus Torvalds torva...@linux-foundation.org wrote: On Fri, Feb 20, 2015 at 8:27 AM, Sumit Semwal sumit.sem...@linaro.org wrote: Could you please pull a few dma-buf changes for 3.20-rc1? Nothing fancy, minor cleanups. No. I pulled, and immediately

Re: [PATCH 1/7] v4l2-subdev: replace v4l2_subdev_fh by v4l2_subdev_pad_config

2015-02-22 Thread Lad, Prabhakar
Hi Hans, Thanks for the patch. On Fri, Feb 13, 2015 at 11:30 AM, Hans Verkuil hverk...@xs4all.nl wrote: From: Hans Verkuil hans.verk...@cisco.com 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

Re: Linux TV support Elgato EyeTV hybrid

2015-02-22 Thread Antti Palosaari
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

Re: Mygica T230 DVB-T/T2/C Ubuntu 14.04 (kernel 3.13.0-45) using media_build

2015-02-22 Thread Antti Palosaari
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

Re: Mygica T230 DVB-T/T2/C Ubuntu 14.04 (kernel 3.13.0-45) using media_build

2015-02-22 Thread Mauro Carvalho Chehab
Em Sun, 22 Feb 2015 23:35:52 +0200 Antti Palosaari cr...@iki.fi 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

Re: Mygica T230 DVB-T/T2/C Ubuntu 14.04 (kernel 3.13.0-45) using media_build

2015-02-22 Thread Antti Palosaari
On 02/22/2015 11:55 PM, Mauro Carvalho Chehab wrote: Em Sun, 22 Feb 2015 23:35:52 +0200 Antti Palosaari cr...@iki.fi 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...

Re: Linux TV support Elgato EyeTV hybrid

2015-02-22 Thread Benjamin Larsson
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

cron job: media_tree daily build: WARNINGS

2015-02-22 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 Feb 23 04:00:17 CET 2015 git branch: test git hash: 135f9be9194cf7778eb73594aa55791b229cf27c gcc