Re: [PATCH/RFC] fbdev: Add FOURCC-based format configuration API

2011-06-23 Thread Paul Mundt
On Thu, Jun 23, 2011 at 06:08:03PM +0200, Geert Uytterhoeven wrote: > On Wed, Jun 22, 2011 at 07:45, Florian Tobias Schandinat > wrote: > > On 06/21/2011 10:31 PM, Laurent Pinchart wrote: > >> On Tuesday 21 June 2011 22:49:14 Geert Uytterhoeven wrote: > >>> As FOURCC values are always 4 ASCII char

[PATCH 1/6 v3] [media] ov9740: Cleanup hex casing inconsistencies

2011-06-23 Thread achew
From: Andrew Chew Made all hex number casing use lower-case throughout the entire driver for consistency. Signed-off-by: Andrew Chew --- drivers/media/video/ov9740.c | 111 +- 1 files changed, 55 insertions(+), 56 deletions(-) diff --git a/drivers/medi

[PATCH 6/6 v3] [media] ov9740: Add suspend/resume

2011-06-23 Thread achew
From: Andrew Chew On suspend, remember whether we are streaming or not, and at what frame format, so that on resume, we can start streaming again. Signed-off-by: Andrew Chew --- drivers/media/video/ov9740.c | 28 1 files changed, 28 insertions(+), 0 deletions(-)

[PATCH 4/6 v3] [media] ov9740: Remove hardcoded resolution regs

2011-06-23 Thread achew
From: Andrew Chew Derive resolution-dependent register settings programmatically. Signed-off-by: Andrew Chew --- drivers/media/video/ov9740.c | 210 +++--- 1 files changed, 114 insertions(+), 96 deletions(-) diff --git a/drivers/media/video/ov9740.c b/driv

[PATCH 3/6 v3] [media] ov9740: Fixed some settings

2011-06-23 Thread achew
From: Andrew Chew Based on vendor feedback, should issue a software reset at start of day. Also, OV9740_ANALOG_CTRL15 needs to be changed so the sensor does not begin streaming until it is ready (otherwise, results in a nonsense frame for the initial frame). Added a comment on using discontinuo

[PATCH 2/6 v3] [media] ov9740: Correct print in ov9740_reg_rmw()

2011-06-23 Thread achew
From: Andrew Chew The register width of the ov9740 is 16-bits, so correct the debug print to reflect this. Signed-off-by: Andrew Chew --- drivers/media/video/ov9740.c |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/media/video/ov9740.c b/drivers/media/vide

[PATCH 5/6 v3] [media] ov9740: Reorder video and core ops

2011-06-23 Thread achew
From: Andrew Chew This is to avoid needing a forward declaration when ov9740_s_power() (in the subsequent patch) calls ov9740_s_fmt(). Signed-off-by: Andrew Chew --- drivers/media/video/ov9740.c | 186 +- 1 files changed, 93 insertions(+), 93 deletions(

Re: [PATCH v2] V4L: add media bus configuration subdev operations

2011-06-23 Thread Guennadi Liakhovetski
Hi Sakari On Fri, 24 Jun 2011, Sakari Ailus wrote: > Hi Guennadi, > > Thanks for the patch. I have a few comments below. > > On Wed, Jun 22, 2011 at 11:26:29PM +0200, Guennadi Liakhovetski wrote: > > Add media bus configuration types and two subdev operations to get > > supported mediabus confi

[PATCH 12/37] Remove unneeded version.h includes (and add where needed) for drivers/media/video/

2011-06-23 Thread Jesper Juhl
It was pointed out by 'make versioncheck' that linux/version.h was not always being included where needed and sometimes included needlessly in drivers/media/video/. This patch fixes up the includes. Signed-off-by: Jesper Juhl --- drivers/media/video/cpia2/cpia2.h|1 - drivers/med

[PATCH 11/37] Remove unneeded version.h includes (and add where needed) for drivers/media/radio/

2011-06-23 Thread Jesper Juhl
It was pointed out by 'make versioncheck' that linux/version.h was not always being included where needed and sometimes included needlessly in drivers/media/radio/. This patch fixes up the includes. Signed-off-by: Jesper Juhl --- drivers/media/radio/si470x/radio-si470x-i2c.c |1 + drivers/me

[PATCH 10/37] Remove unneeded version.h includes from drivers/media/dvb/

2011-06-23 Thread Jesper Juhl
It was pointed out by 'make versioncheck' that some includes of linux/version.h are not needed in drivers/media/dvb/. This patch removes them. Signed-off-by: Jesper Juhl --- drivers/media/dvb/frontends/drxd_hard.c |1 - drivers/media/dvb/siano/smscoreapi.h|1 - 2 files changed, 0 ins

Re: [PATCH 03/37] Remove unneeded version.h includes from include/

2011-06-23 Thread Sage Weil
On Thu, 23 Jun 2011, Jesper Juhl wrote: > It was pointed out by 'make versioncheck' that some includes of > linux/version.h were not needed in include/. > This patch removes them. > > Signed-off-by: Jesper Juhl Acked-by: Sage Weil for the ceph bit. sage > --- > include/linux/ceph/messenger

[PATCH 03/37] Remove unneeded version.h includes from include/

2011-06-23 Thread Jesper Juhl
It was pointed out by 'make versioncheck' that some includes of linux/version.h were not needed in include/. This patch removes them. Signed-off-by: Jesper Juhl --- include/linux/ceph/messenger.h |1 - include/media/pwc-ioctl.h |1 - 2 files changed, 0 insertions(+), 2 deletions(-)

Re: [PATCH v2] V4L: add media bus configuration subdev operations

2011-06-23 Thread Sakari Ailus
Hi Guennadi, Thanks for the patch. I have a few comments below. On Wed, Jun 22, 2011 at 11:26:29PM +0200, Guennadi Liakhovetski wrote: > Add media bus configuration types and two subdev operations to get > supported mediabus configurations and to set a specific configuration. > Subdevs can suppor

[PATCH v3] V4L: add media bus configuration subdev operations

2011-06-23 Thread Guennadi Liakhovetski
Add media bus configuration types and two subdev operations to get supported mediabus configurations and to set a specific configuration. Subdevs can support several configurations, e.g., they can send video data on 1 or several lanes, can be configured to use a specific CSI-2 channel, in such case

Fwd: [PATCH] STV22 Dual USB DVB-T Tuner HDTV linux kernel support

2011-06-23 Thread David
Hello: I expect the patches finally are ok. This patches add Signed-off-by: Emilio David Diaus Lopez - -- ./drivers/media/dvb/dvb-usb/af9015.c.orig    2011-06-21 12:39:44.0 +0200 +++ ./drivers/media/dvb/dvb-usb/af9015.c        2011-06-22 12:05:28

[DVB] Octopus driver status

2011-06-23 Thread COEXSI
Dear all, I'm looking at the Octopus DVB cards system from Digital Devices for a while as their system seems to be very interesting Here is link with their products: http://shop.digital-devices.de/epages/62357162.sf/en_GB/?ObjectPath=/Shops/6 2357162/Categories The good points I have found: *

Re: [PATCH v2] [media] rc: call input_sync after scancode reports

2011-06-23 Thread Dmitry Torokhov
On Thu, Jun 23, 2011 at 05:13:24PM -0400, Jarod Wilson wrote: > Due to commit cdda911c34006f1089f3c87b1a1f31ab3a4722f2, evdev only > becomes readable when the buffer contains an EV_SYN/SYN_REPORT event. If > we get a repeat or a scancode we don't have a mapping for, we never call > input_sync, and

[PATCH v2] [media] rc: call input_sync after scancode reports

2011-06-23 Thread Jarod Wilson
Due to commit cdda911c34006f1089f3c87b1a1f31ab3a4722f2, evdev only becomes readable when the buffer contains an EV_SYN/SYN_REPORT event. If we get a repeat or a scancode we don't have a mapping for, we never call input_sync, and thus those events don't get reported in a timely fashion. For example

Re: Re: Last key repeated after every keypress on remote control (saa7134 lirc devinput driver)

2011-06-23 Thread Radim
> Pôvodná správa > Od: Jarod Wilson > Predmet: Re: Last key repeated after every keypress on remote control (saa7134 > lirc devinput driver) > Dátum: 23.6.2011 20:14:44 > > On Jun 7, 2011, at 12:04 PM, Jarod Wilson wrote: > > > O

Re: [PATCH] [media] rc: call input_sync after scancode reports

2011-06-23 Thread Jarod Wilson
Dmitry Torokhov wrote: Hi Jarod, On Thu, Jun 23, 2011 at 01:58:06PM -0400, Jarod Wilson wrote: @@ -623,6 +624,7 @@ static void ir_do_keydown(struct rc_dev *dev, int scancode, u32 keycode, u8 toggle) { input_event(dev->input_dev, EV_MSC, MSC_SCAN, scancode); +

[cron job] v4l-dvb daily build: ERRORS

2011-06-23 Thread Hans Verkuil
This message is generated daily by a cron job that builds v4l-dvb for the kernels and architectures in the list below. Results of the daily build of v4l-dvb: date:Thu Jun 23 19:00:37 CEST 2011 git hash:7023c7dbc3944f42aa1d6910a6098c5f9e23d3f1 gcc version: i686-linux-gcc (GCC) 4.5

Re: [PATCH] [media] rc: call input_sync after scancode reports

2011-06-23 Thread Dmitry Torokhov
Hi Jarod, On Thu, Jun 23, 2011 at 01:58:06PM -0400, Jarod Wilson wrote: > @@ -623,6 +624,7 @@ static void ir_do_keydown(struct rc_dev *dev, int > scancode, > u32 keycode, u8 toggle) > { > input_event(dev->input_dev, EV_MSC, MSC_SCAN, scancode); > + input_sync(de

Re: Last key repeated after every keypress on remote control (saa7134 lirc devinput driver)

2011-06-23 Thread Jarod Wilson
On Jun 7, 2011, at 12:04 PM, Jarod Wilson wrote: > On Jun 7, 2011, at 2:45 AM, Radim wrote: > >> >>> Pôvodná správa >>> Od: Jarod Wilson >>> Predmet: Re: Last key repeated after every keypress on remote control >>> (saa7134 >>> lirc devinput driver) >>> Dátum: 06.6.20

[PATCH] [media] rc: call input_sync after scancode reports

2011-06-23 Thread Jarod Wilson
Due to commit cdda911c34006f1089f3c87b1a1f31ab3a4722f2, evdev only becomes readable when the buffer contains an EV_SYN/SYN_REPORT event. If we get a repeat or a scancode we don't have a mapping for, we never call input_sync, and thus those events don't get reported in a timely fashion. For example

[GIT PULL] IR Fixups for 3.0

2011-06-23 Thread Jarod Wilson
Hi Mauro, There are quite a few patches here, but they're all fairly small targeted fixes, all worth pushing into 3.0 if we can. The last patch in the series is the most critical one, it fixes a fairly significant problem with key repeats, introduced by a core input layer change (evdev won't allow

Re: [RFC, PATCH] USB: EHCI: Allow users to override 80% max periodic bandwidth

2011-06-23 Thread Alan Stern
On Thu, 23 Jun 2011, Kirill Smelkov wrote: > > At 480 Mb/s, each microframe holds 7500 bytes (less if you count > > bit-stuffing). 4% of that is 300 bytes, which is not enough for a > > 512-byte bulk packet. I think you'd run into trouble trying to do any > > serious bulk transfers on such a

Re: [PATCH/RFC] fbdev: Add FOURCC-based format configuration API

2011-06-23 Thread Geert Uytterhoeven
On Wed, Jun 22, 2011 at 07:45, Florian Tobias Schandinat wrote: > On 06/21/2011 10:31 PM, Laurent Pinchart wrote: >> On Tuesday 21 June 2011 22:49:14 Geert Uytterhoeven wrote: >>> On Tue, Jun 21, 2011 at 17:36, Laurent Pinchart wrote: +The FOURCC-based API replaces format descriptions by four

[PATCH] STV22 Dual USB DVB-T Tuner HDTV linux kernel support

2011-06-23 Thread Emilio David Diaus López
Hello: I expect the patches finally are ok. This patches add Signed-off-by: Emilio David Diaus Lopez - -- ./drivers/media/dvb/dvb-usb/af9015.c.orig2011-06-21 12:39:44.0 +0200 +++ ./drivers/media/dvb/dvb-usb/af9015.c2011-06-22 12:05:2

[PATCH] [media] TM6000: alsa: Clean up kernel coding style errors.

2011-06-23 Thread Adam M. Dutko
There were several coding style errors as reported by checkpatch.pl. This patch should fix those errors with the single exception of the open square bracket issue on line 45. Signed-off-by: Adam M. Dutko --- drivers/staging/tm6000/tm6000-alsa.c | 24 1 files changed, 1

[PATCH] SOUND: Fix non-ISA_DMA_API build failure

2011-06-23 Thread Ralf Baechle
A build with ISA && ISA_DMA && !ISA_DMA_API results in: CC sound/isa/es18xx.o sound/isa/es18xx.c: In function ‘snd_es18xx_playback1_prepare’: sound/isa/es18xx.c:501:9: error: implicit declaration of function ‘snd_dma_program’ [-Werror=implicit-function-declaration] sound/isa/es18xx.c: In f

Re: [RFC, PATCH] USB: EHCI: Allow users to override 80% max periodic bandwidth

2011-06-23 Thread Kirill Smelkov
On Wed, Jun 22, 2011 at 10:35:44AM -0700, matt mooney wrote: > On 10:30 Wed 22 Jun , matt mooney wrote: > > On 20:02 Wed 22 Jun , Kirill Smelkov wrote: > > > There are cases, when 80% max isochronous bandwidth is too limiting. > > > > > > For example I have two USB video capture cards whic

Re: [RFC, PATCH] USB: EHCI: Allow users to override 80% max periodic bandwidth

2011-06-23 Thread Kirill Smelkov
On Wed, Jun 22, 2011 at 03:22:28PM -0400, Alan Stern wrote: > On Wed, 22 Jun 2011, Kirill Smelkov wrote: > > > There are cases, when 80% max isochronous bandwidth is too limiting. > > > > For example I have two USB video capture cards which stream uncompressed > > video, and to stream full NTSC +

[PATCH] [media] videobuf2-dma-contig: return NULL if alloc fails

2011-06-23 Thread Jun Nie
return NULL if alloc fails to avoid taking error code as buffer pointer Signed-off-by: Jun Nie --- drivers/media/video/videobuf2-dma-contig.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/media/video/videobuf2-dma-contig.c b/drivers/media/video/videobuf2-dma

[PULL] a 3.0 fix

2011-06-23 Thread Guennadi Liakhovetski
Hi Mauro Please, pull one bug-fix for your next 3.0 update round: The following changes since commit 215c52702775556f4caf5872cc84fa8810e6fc7d: [media] V4L/videobuf2-memops: use pr_debug for debug messages (2011-06-01 18:20:34 -0300) are available in the git repository at: git://linuxtv.org