Re: [PATCH v2 2/5] em28xx: respect the message size constraints for i2c transfers

2012-12-22 Thread Mauro Carvalho Chehab
Em Sun, 16 Dec 2012 19:23:28 +0100 Frank Schäfer escreveu: > The em2800 can transfer up to 4 bytes per i2c message. > All other em25xx/em27xx/28xx chips can transfer at least 64 bytes per message. > > I2C adapters should never split messages transferred via the I2C subsystem > into multiple mess

Re: terratec h5 rev. 3?

2012-12-22 Thread Mauro Carvalho Chehab
Em Sat, 22 Dec 2012 22:25:24 +0100 Roland Scheidegger escreveu: > Am 21.12.2012 06:38, schrieb linux-media-ow...@vger.kernel.org: > > Hi, > > > > I've recently got a terratec h5 for dvb-c and thought it would be > > supported but it looks like it's a newer revision not recognized by em28xx. > >

Re: cron job: media_tree daily build: ERRORS

2012-12-22 Thread Mauro Carvalho Chehab
Em Sat, 22 Dec 2012 21:46:17 +0100 (CET) "Hans Verkuil" escreveu: > 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:Sat Dec 22 19:00:28 CET 2012 > git hash:

Re: [PATCH RESEND 6/6] clk: s5p-g2d: Fix incorrect usage of IS_ERR_OR_NULL

2012-12-22 Thread Sergei Shtylyov
Hello. On 18-12-2012 21:34, Tony Prisk wrote: Resend to include mailing lists. Such remarks should be placed under --- tear line, not in the changelog. Replace IS_ERR_OR_NULL with IS_ERR on clk_get results. Signed-off-by: Tony Prisk CC: Kyungmin Park CC: Tomasz Stanislawski CC: lin

Re: terratec h5 rev. 3?

2012-12-22 Thread Roland Scheidegger
Am 21.12.2012 06:38, schrieb linux-media-ow...@vger.kernel.org: > Hi, > > I've recently got a terratec h5 for dvb-c and thought it would be > supported but it looks like it's a newer revision not recognized by em28xx. > After using the new_id hack it gets recognized and using various htc > cards (

cron job: media_tree daily build: ERRORS

2012-12-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:Sat Dec 22 19:00:28 CET 2012 git hash:0dae88392395e228e67436cd08f084d395b39df5 gcc version: i686-linux-gcc (GCC

Re: [PATCH v2 16/21] em28xx: rename usb debugging module parameter and macro

2012-12-22 Thread Mauro Carvalho Chehab
Em Thu, 8 Nov 2012 20:11:48 +0200 Frank Schäfer escreveu: > Rename module parameter isoc_debug to usb_debug and macro > em28xx_isocdbg to em28xx_usb dbg to reflect that they are > used for isoc and bulk USB transfers. > > Signed-off-by: Frank Schäfer > --- > drivers/media/usb/em28xx/em28xx-vi

Re: [PATCH] em28xx: input: fix oops on device removal

2012-12-22 Thread Mauro Carvalho Chehab
Em Sat, 22 Dec 2012 15:03:26 +0100 Frank Schäfer escreveu: > Am 22.12.2012 00:35, schrieb Mauro Carvalho Chehab: > > Em Fri, 21 Dec 2012 16:32:54 +0100 > > Frank Schäfer escreveu: > > > >> Am 13.12.2012 17:34, schrieb Frank Schäfer: > >>> When em28xx_ir_init() fails du to an error in > >>> em28

Re: Patch update notification: 4 patches updated

2012-12-22 Thread Mauro Carvalho Chehab
Em Sat, 22 Dec 2012 15:28:10 +0100 Frank Schäfer escreveu: > Am 22.12.2012 00:28, schrieb Patchwork: > > Hello, > > > > The following patches (submitted by you) have been updated in patchwork: > > > > * em28xx: msi Digivox ATSC board id [0db0:8810] > > - http://patchwork.linuxtv.org/patch/1

Re: Patch update notification: 4 patches updated

2012-12-22 Thread Frank Schäfer
Am 22.12.2012 00:28, schrieb Patchwork: > Hello, > > The following patches (submitted by you) have been updated in patchwork: > > * em28xx: msi Digivox ATSC board id [0db0:8810] > - http://patchwork.linuxtv.org/patch/15792/ > was: New > now: RFC > > * em28xx: msi Digivox ATSC board i

[PATCH v2] em28xx: input: fix oops on device removal

2012-12-22 Thread Frank Schäfer
When em28xx_ir_init() fails due to an configuration error, it frees the memory of struct em28xx_IR *ir, but doesn't set the corresponding pointer in the device struct to NULL. On device removal, em28xx_ir_fini() gets called, which then calls rc_unregister_device() with a pointer to freed memory. F

Re: [PATCH] em28xx: input: fix oops on device removal

2012-12-22 Thread Frank Schäfer
Am 22.12.2012 00:35, schrieb Mauro Carvalho Chehab: > Em Fri, 21 Dec 2012 16:32:54 +0100 > Frank Schäfer escreveu: > >> Am 13.12.2012 17:34, schrieb Frank Schäfer: >>> When em28xx_ir_init() fails du to an error in em28xx_ir_change_protocol(), >>> it >>> frees the memory of struct em28xx_IR *ir, b

[PATCH] Support Avermedia A835B

2012-12-22 Thread Eddi De Pieri
Add support for Avermedia A835B Signed-off-by: Eddi De Pieri diff --git a/drivers/media/dvb-core/dvb-usb-ids.h b/drivers/media/dvb-core/dvb-usb-ids.h index 26c4481..84d7759 100644 --- a/drivers/media/dvb-core/dvb-usb-ids.h +++ b/drivers/media/dvb-core/dvb-usb-ids.h @@ -231,6 +231,10 @@ #define

[GIT PULL FOR v3.9] Improve media Kconfig menu

2012-12-22 Thread Hans Verkuil
The following changes since commit 0dae88392395e228e67436cd08f084d395b39df5: [media] em28xx: add support for RC6 mode 0 on devices that support it (2012-12-21 21:16:19 -0200) are available in the git repository at: git://linuxtv.org/hverkuil/media_tree.git menu for you to fetch changes up

Re: cron job: media_tree daily build: ERRORS

2012-12-22 Thread Hans Verkuil
On Fri December 21 2012 22:27:14 Mauro Carvalho Chehab wrote: > Em Fri, 21 Dec 2012 21:47:06 +0100 (CET) > "Hans Verkuil" escreveu: > > > 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 bui