RE: [GIT PULL FOR 3.10] DiBxxxx: fixes and improvements

2013-05-03 Thread Olivier GRENIE
To: Patrick Boettcher Cc: linux-media@vger.kernel.org; Olivier GRENIE; Patrick BOETTCHER Subject: Re: [GIT PULL FOR 3.10] DiB: fixes and improvements Hi Patrick, Em Mon, 22 Apr 2013 10:12:34 +0200 Patrick Boettcher pboettc...@kernellabs.com escreveu: Hi Mauro, These patches contains some

RE: [GIT PULL FOR 3.10] DiBxxxx: fixes and improvements

2013-04-28 Thread Olivier GRENIE
Hello Mauro, I will have a look tomorrow and gives a patch. Sorry for this mistake. regards, Olivier From: Mauro Carvalho Chehab [mche...@redhat.com] Sent: Saturday, April 27, 2013 4:28 PM To: Patrick Boettcher Cc: linux-media@vger.kernel.org; Olivier

RE: [git:v4l-dvb/for_v3.9] [media] drivers/media/usb/dvb-usb/dib0700_core.c: fix left shift

2013-02-06 Thread Olivier GRENIE
, Olivier -Message d'origine- De : Mauro Carvalho Chehab [mailto:mche...@redhat.com] Envoyé : mardi 5 février 2013 22:04 À : linuxtv-comm...@linuxtv.org Cc : Patrick BOETTCHER; Olivier GRENIE; Nickolai Zeldovich Objet : [git:v4l-dvb/for_v3.9] [media] drivers/media/usb/dvb-usb/dib0700_core.c

RE: Betr: RE: dib0700 can't enable debug messages

2012-07-02 Thread Olivier GRENIE
From: cedric.dew...@telfort.nl [cedric.dew...@telfort.nl] Sent: Sunday, July 01, 2012 8:52 PM To: Olivier GRENIE; linux-media@vger.kernel.org Subject: Betr: RE: dib0700 can't enable debug messages -- Oorspronkelijk bericht -- Date: Sat, 30 Jun 2012 12:42:29 +0200

RE: dib0700 can't enable debug messages

2012-06-29 Thread Olivier GRENIE
Hello, did you enable the DVB USB debugging (CONFIG_DVB_USB_DEBUG) in your kernel configuration? regards, Olivier From: linux-media-ow...@vger.kernel.org [linux-media-ow...@vger.kernel.org] On Behalf Of cedric.dew...@telfort.nl

RE: DiBcom adapter problems

2012-06-26 Thread Olivier GRENIE
Hello, the xc5000 seems not to support DMB-T/H: [ 2458.525608] xc5000: delivery system is not supported!. Anyway, this is not related to the dibcom device. regards, Olivier From: linux-media-ow...@vger.kernel.org [linux-media-ow...@vger.kernel.org] On

RE: DiBcom adapter problems

2012-06-22 Thread Olivier GRENIE
Zang [zhushaz...@gmail.com] Sent: Friday, June 22, 2012 2:15 PM To: linux-media@vger.kernel.org Cc: Olivier GRENIE Subject: Re: DiBcom adapter problems Excuse me, dumb question, but where and how can i apply this patch? Thanks again! Em 21-06-2012 14:07, Olivier GRENIE escreveu: Hello, can you

RE: DiBcom adapter problems

2012-06-21 Thread Olivier GRENIE
Hello, can you test the following patch. regards, Olivier From: Olivier Grenie olivier.gre...@parrot.com Date: Thu, 21 Jun 2012 18:57:14 +0200 Subject: [PATCH] [media] dvb frontend core: tuning in ISDB-T using DVB API v3 The intend of this patch is to be able to tune ISDB-T using the DVB API

RE: DiBcom adapter problems

2012-06-19 Thread Olivier GRENIE
Hello, can you provide more information: - kernel version - more log information (not only the error message but also the log from the beginning, when you plug the device) with: * the debug parameter of the dib8000 module set to 1 * the frontend_debug parameter of the

RE: [PATCH] [media] dib0700: Return -EINTR and unlock mutex if locking attempts fails.

2012-03-19 Thread Olivier GRENIE
, March 19, 2012 9:47 AM To: mche...@infradead.org Cc: Olivier GRENIE; pboettc...@kernellabs.com; flor...@mickler.org; gre...@linuxfoundation.org; linux-media@vger.kernel.org Subject: Re: [PATCH] [media] dib0700: Return -EINTR and unlock mutex if locking attempts fails. Can anyone please review

RE: [media] dib7090: add the reference board TFE7090E

2011-12-06 Thread Olivier Grenie
-Original Message- From: Dan Carpenter [mailto:dan.carpen...@oracle.com] Sent: Tuesday, November 29, 2011 8:22 AM To: Olivier Grenie Cc: linux-media@vger.kernel.org Subject: re: [media] dib7090: add the reference board TFE7090E Hello Olivier Grenie, This is a semi-automatic email about new

RE: DiBxxxx: fixes for 3.1/3.0

2011-09-05 Thread Olivier Grenie
Hello Mauro, I agree with you but when I wrote this patch, my concern was that the read register function (dib0070_read_reg) returns a u16 and so I could not propagate the error. That's why I decided to return 0 and not change the API. But if you have a better idea, I will have no problem to