Re: [PATCH 1/3] dma-fence: dma-buf synchronization (v7)

2012-08-07 Thread Sumit Semwal
Hi Maarten, On 8 August 2012 00:17, Maarten Lankhorst wrote: > Op 07-08-12 19:53, Maarten Lankhorst schreef: >> A dma-fence can be attached to a buffer which is being filled or consumed >> by hw, to allow userspace to pass the buffer without waiting to another >> device. For example, userspace c

Re: [PATCH 2/2] dvb_usb_v2: use %*ph to dump usb xfer debugs

2012-08-07 Thread Andy Shevchenko
On Wed, Aug 8, 2012 at 1:56 AM, Antti Palosaari wrote: > diff --git a/drivers/media/dvb/dvb-usb-v2/dvb_usb_urb.c > b/drivers/media/dvb/dvb-usb-v2/dvb_usb_urb.c > index 5f5bdd0..0431bee 100644 > --- a/drivers/media/dvb/dvb-usb-v2/dvb_usb_urb.c > +++ b/drivers/media/dvb/dvb-usb-v2/dvb_usb_urb.c >

Re: boot slow down

2012-08-07 Thread James
On 08/07/12 17:42, James wrote: > On 08/07/12 16:33, bjloc...@lockie.ca wrote: >>> bjloc...@lockie.ca wrote: >>> > Hi James, > > On Mon, Aug 06, 2012 at 12:38:51AM -0400, James wrote: >> On 08/05/12 17:20, Sakari Ailus wrote: >>> Hi Andy and James, >>> >>> On Sat, Aug 04

Re: boot slow down

2012-08-07 Thread James
On 08/07/12 16:33, bjloc...@lockie.ca wrote: >> bjloc...@lockie.ca wrote: >> Hi James, On Mon, Aug 06, 2012 at 12:38:51AM -0400, James wrote: > On 08/05/12 17:20, Sakari Ailus wrote: >> Hi Andy and James, >> >> On Sat, Aug 04, 2012 at 06:28:19PM -0400, James wrote: >>

Re: boot slow down

2012-08-07 Thread James
On 08/07/12 09:53, Andy Walls wrote: > bjloc...@lockie.ca wrote: > >>> Hi James, >>> >>> On Mon, Aug 06, 2012 at 12:38:51AM -0400, James wrote: On 08/05/12 17:20, Sakari Ailus wrote: > Hi Andy and James, > > On Sat, Aug 04, 2012 at 06:28:19PM -0400, James wrote: >> On 08/04/12

Re: [PATCH 04/11] dvb-usb: use %*ph to dump small buffers

2012-08-07 Thread Antti Palosaari
On 08/07/2012 07:43 PM, Andy Shevchenko wrote: Signed-off-by: Andy Shevchenko Cc: Antti Palosaari Drop that patch. af9015 and af9035 were moved to dvb-usb-v2 and due to that it conflicts. I fixed merge conflict, reviewed and tested patch. New version (13678) is here: http://patchwork.linux

[PATCH 2/2] dvb_usb_v2: use %*ph to dump usb xfer debugs

2012-08-07 Thread Antti Palosaari
Cc: Andy Shevchenko Signed-off-by: Antti Palosaari --- drivers/media/dvb/dvb-usb-v2/dvb_usb_urb.c | 14 -- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/drivers/media/dvb/dvb-usb-v2/dvb_usb_urb.c b/drivers/media/dvb/dvb-usb-v2/dvb_usb_urb.c index 5f5bdd0..0431bee 10

[PATCH 1/2] dvb-usb: use %*ph to dump small buffers

2012-08-07 Thread Antti Palosaari
From: Andy Shevchenko [cr...@iki.fi: fix trivial merge conflict] Signed-off-by: Andy Shevchenko Cc: Antti Palosaari Signed-off-by: Antti Palosaari --- drivers/media/dvb/dvb-usb-v2/af9015.c | 3 +-- drivers/media/dvb/dvb-usb-v2/af9035.c | 3 +-- drivers/media/dvb/dvb-usb/pctv452e.c | 7 +++---

Re: [PATCH 05/11] dvb: frontends: use %*ph to dump small buffers

2012-08-07 Thread Antti Palosaari
On 08/07/2012 07:43 PM, Andy Shevchenko wrote: Signed-off-by: Andy Shevchenko Cc: Antti Palosaari Acked-by: Antti Palosaari Nice! I have been looking that kind of solution long time. --- drivers/media/dvb/frontends/cxd2820r_t.c |3 +-- drivers/media/dvb/frontends/nxt200x.c|8

[PATCH] [media] Unlock the rc_dev lock when the raw device is missing

2012-08-07 Thread Douglas Bagnall
On 08/08/12 04:10, Herton Ronaldo Krzesinski wrote: > As it's desired for stable, this could also have > "Cc: sta...@vger.kernel.org" when applied, so it's picked up > "automatically" when lands in mainline. Also nitpicking some more, > may be the patch could have a Reported-by line added. OK. Her

Re: boot slow down

2012-08-07 Thread bjlockie
> bjloc...@lockie.ca wrote: > >>> Hi James, >>> >>> On Mon, Aug 06, 2012 at 12:38:51AM -0400, James wrote: On 08/05/12 17:20, Sakari Ailus wrote: > Hi Andy and James, > > On Sat, Aug 04, 2012 at 06:28:19PM -0400, James wrote: >> On 08/04/12 13:42, Andy Walls wrote: >>>

cron job: media_tree daily build: ERRORS

2012-08-07 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:Tue Aug 7 19:00:23 CEST 2012 git hash:c3707357c6c651652a87a05eabd7582f90a4 gcc version: i686-linux-gcc (GC

Re: [PATCH] lmedm04 2.06 conversion to dvb-usb-v2 version 2

2012-08-07 Thread Antti Palosaari
On 08/07/2012 10:12 PM, Mauro Carvalho Chehab wrote: Em 07-08-2012 13:28, Antti Palosaari escreveu: On 08/06/2012 11:21 PM, Malcolm Priestley wrote: Conversion of lmedm04 to dvb-usb-v2 Functional changes m88rs2000 tuner now uses all callbacks. TODO migrate other tuners to the callbacks. This

Re: [PATCH] lmedm04 2.06 conversion to dvb-usb-v2 version 2

2012-08-07 Thread Mauro Carvalho Chehab
Em 07-08-2012 13:28, Antti Palosaari escreveu: > On 08/06/2012 11:21 PM, Malcolm Priestley wrote: >> Conversion of lmedm04 to dvb-usb-v2 >> >> Functional changes m88rs2000 tuner now uses all callbacks. >> TODO migrate other tuners to the callbacks. >> >> This patch is applied on top of [BUG] Re: dv

Re: [PATCH 1/3] dma-fence: dma-buf synchronization (v7)

2012-08-07 Thread Maarten Lankhorst
Op 07-08-12 19:53, Maarten Lankhorst schreef: > A dma-fence can be attached to a buffer which is being filled or consumed > by hw, to allow userspace to pass the buffer without waiting to another > device. For example, userspace can call page_flip ioctl to display the > next frame of graphics afte

Philips saa7134 IR remote problem with linux kernel v2.6.35

2012-08-07 Thread Partha Guha Roy
Hi, I have a saa7134 analog tv card (Avermedia PCI pure m135a) with an IR remote. The IR remote is recognized by a standard keyboard and lirc used to work fine with this. However, from kernel v2.6.35, the IR remote does not work properly. The major problem is that every keystroke is registered aft

Philips saa7134 IR remote problem with linux kernel v2.6.35

2012-08-07 Thread Partha Guha Roy
Hi, I have a saa7134 analog tv card (Avermedia PCI pure m135a) with an IR remote. The IR remote is recognized by a standard keyboard and lirc used to work fine with this. However, from kernel v2.6.35, the IR remote does not work properly. The major problem is that every keystroke is registered aft

[PATCH 3/3] dma-buf-mgr: multiple dma-buf synchronization (v3)

2012-08-07 Thread Maarten Lankhorst
Signed-off-by: Maarten Lankhorst dma-buf-mgr handles the case of reserving single or multiple dma-bufs while trying to prevent deadlocks from buffers being reserved simultaneously. For this to happen extra functions have been introduced: + dma_buf_reserve() + dma_buf_unreserve() + dma_buf_

[PATCH 2/3] dma-bikeshed-fence: Hardware dma-buf implementation of fencing

2012-08-07 Thread Maarten Lankhorst
This type of fence can be used with hardware synchronization for simple hardware that can block execution until the condition dma_buf[offset] >= value has been met, accounting for wraparound. A software fallback still has to be provided in case the fence is used with a device that doesn't support

[PATCH 1/3] dma-fence: dma-buf synchronization (v7)

2012-08-07 Thread Maarten Lankhorst
A dma-fence can be attached to a buffer which is being filled or consumed by hw, to allow userspace to pass the buffer without waiting to another device. For example, userspace can call page_flip ioctl to display the next frame of graphics after kicking the GPU but while the GPU is still rendering

Administrator Letzte Warnung !!

2012-08-07 Thread System Administrator
ACHTUNG. Ihr Postfach hat die Speicherung zu begrenzen, die 10GB als überschritten von Ihrem Administrator festgelegt, sind Sie derzeit auf 10.9GB, Sie sind möglicherweise nicht in der Lage zu senden oder zu empfangen neue E-Mail bis zum Sie re-validieren Ihre Mailbox. Zur erneuten Überprüfung I

[PATCH 11/11] au0828: use %*ph to dump small buffers

2012-08-07 Thread Andy Shevchenko
Signed-off-by: Andy Shevchenko --- drivers/media/video/au0828/au0828-core.c | 12 +--- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/drivers/media/video/au0828/au0828-core.c b/drivers/media/video/au0828/au0828-core.c index 1e4ce50..49e0e92 100644 --- a/drivers/media/vid

[PATCH 07/11] gspca: use %*ph to print small buffers

2012-08-07 Thread Andy Shevchenko
Signed-off-by: Andy Shevchenko Cc: Hans de Goede --- drivers/media/video/gspca/sq905c.c |7 ++- drivers/media/video/gspca/sq930x.c | 10 +- drivers/media/video/gspca/vc032x.c |7 ++- 3 files changed, 5 insertions(+), 19 deletions(-) diff --git a/drivers/media/video/gsp

[PATCH 03/11] common: tunners: use %*ph to dump small buffers

2012-08-07 Thread Andy Shevchenko
Signed-off-by: Andy Shevchenko --- drivers/media/common/tuners/tuner-xc2028.c |3 +-- drivers/media/common/tuners/xc4000.c |3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/media/common/tuners/tuner-xc2028.c b/drivers/media/common/tuners/tuner-xc2028.c

[PATCH 09/11] ati_remote: use %*ph to dump small buffers

2012-08-07 Thread Andy Shevchenko
Signed-off-by: Andy Shevchenko Cc: Anssi Hannula --- drivers/media/rc/ati_remote.c | 11 +++ 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/drivers/media/rc/ati_remote.c b/drivers/media/rc/ati_remote.c index 8fa72e2..08aede5 100644 --- a/drivers/media/rc/ati_remote.c +++

[PATCH 05/11] dvb: frontends: use %*ph to dump small buffers

2012-08-07 Thread Andy Shevchenko
Signed-off-by: Andy Shevchenko Cc: Antti Palosaari --- drivers/media/dvb/frontends/cxd2820r_t.c |3 +-- drivers/media/dvb/frontends/nxt200x.c|8 +++- drivers/media/dvb/frontends/rtl2830.c|2 +- 3 files changed, 5 insertions(+), 8 deletions(-) diff --git a/drivers/media/d

[PATCH 04/11] dvb-usb: use %*ph to dump small buffers

2012-08-07 Thread Andy Shevchenko
Signed-off-by: Andy Shevchenko Cc: Antti Palosaari --- drivers/media/dvb/dvb-usb/af9015.c |3 +-- drivers/media/dvb/dvb-usb/af9035.c |3 +-- drivers/media/dvb/dvb-usb/pctv452e.c |7 +++ 3 files changed, 5 insertions(+), 8 deletions(-) diff --git a/drivers/media/dvb/dvb-usb/a

[PATCH 08/11] dvb: use %*ph to hexdump small buffers

2012-08-07 Thread Andy Shevchenko
Signed-off-by: Andy Shevchenko --- drivers/media/dvb/b2c2/flexcop-usb.c |5 + drivers/media/dvb/bt8xx/dst_ca.c |3 ++- drivers/media/dvb/dvb-core/dmxdev.c |4 +--- drivers/media/dvb/ngene/ngene-core.c | 14 -- 4 files changed, 8 insertions(+), 18 deletions(-) d

[PATCH 10/11] saa7127: use %*ph to print small buffers

2012-08-07 Thread Andy Shevchenko
Signed-off-by: Andy Shevchenko --- drivers/media/video/saa7127.c |5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/drivers/media/video/saa7127.c b/drivers/media/video/saa7127.c index 39c90b0..8ecb656 100644 --- a/drivers/media/video/saa7127.c +++ b/drivers/media/video/saa

[PATCH 06/11] radio-shark2: use %*ph to print small buffers

2012-08-07 Thread Andy Shevchenko
Signed-off-by: Andy Shevchenko --- drivers/media/radio/radio-shark2.c | 13 - 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/drivers/media/radio/radio-shark2.c b/drivers/media/radio/radio-shark2.c index b9575de..90aecfb 100644 --- a/drivers/media/radio/radio-shark2.c

[PATCH 02/11] dvb: nxt200x: apply levels to the printk()s

2012-08-07 Thread Andy Shevchenko
Signed-off-by: Andy Shevchenko --- drivers/media/dvb/frontends/nxt200x.c | 56 ++--- 1 file changed, 30 insertions(+), 26 deletions(-) diff --git a/drivers/media/dvb/frontends/nxt200x.c b/drivers/media/dvb/frontends/nxt200x.c index 49ca78d..03af52e 100644 --- a/dri

[PATCH 01/11] saa7164: use native print_hex_dump() instead of custom one

2012-08-07 Thread Andy Shevchenko
Signed-off-by: Andy Shevchenko --- drivers/media/video/saa7164/saa7164-api.c | 15 ++--- drivers/media/video/saa7164/saa7164-core.c | 46 +++- drivers/media/video/saa7164/saa7164.h |1 - 3 files changed, 14 insertions(+), 48 deletions(-) diff --git a/dri

Re: [PATCH] lmedm04 2.06 conversion to dvb-usb-v2 version 2

2012-08-07 Thread Antti Palosaari
On 08/06/2012 11:21 PM, Malcolm Priestley wrote: Conversion of lmedm04 to dvb-usb-v2 Functional changes m88rs2000 tuner now uses all callbacks. TODO migrate other tuners to the callbacks. This patch is applied on top of [BUG] Re: dvb_usb_lmedm04 crash Kernel (rs2000) http://patchwork.linuxtv.or

Re: [3.0.y+] [media] Avoid sysfs oops when an rc_dev's raw device is absent

2012-08-07 Thread Herton Ronaldo Krzesinski
On Tue, Aug 07, 2012 at 07:58:44PM +1200, Douglas Bagnall wrote: > Ben Hutchings wrote: > > This returns without unlocking dev->lock, which isn't much of an > > improvement. Please get that fixed in mainline, and then I can apply > > both of the changes to 3.2.y at once. Thanks for reviewing it

RE: [PATCH v3 1/4] ARM: dma-mapping: define ARCH_HAS_DMA_MMAP_COHERENT

2012-08-07 Thread Marek Szyprowski
Hi Hideki, On Monday, August 06, 2012 11:55 AM Hideki EIRAKU wrote: > ARCH_HAS_DMA_MMAP_COHERENT indicates that there is dma_mmap_coherent() API > in this architecture. The name is already defined in PowerPC. > > Signed-off-by: Hideki EIRAKU > --- > arch/arm/include/asm/dma-mapping.h |1 +

RE: [PATCH v3 3/4] media: videobuf2-dma-contig: use dma_mmap_coherent if available

2012-08-07 Thread Marek Szyprowski
Hello, On Monday, August 06, 2012 11:55 AM Hideki EIRAKU wrote: > Previously the vb2_dma_contig_mmap() function was using a dma_addr_t as a > physical address. The two addressses are not necessarily the same. > For example, when using the IOMMU funtion on certain platforms, dma_addr_t > addresse

it913x: DEV it913x Error

2012-08-07 Thread Antti Palosaari
I am running Linux media for 3.7 and got this error all the time all the IT9135 devices. Is that coming from the udev issues? At least it looks different than those earlier udev fw dl problemd I have seen. Aug 7 16:55:23 localhost kernel: [53625.353211] usb 2-2: new high-speed USB device numb

Re: boot slow down

2012-08-07 Thread Andy Walls
bjloc...@lockie.ca wrote: >> Hi James, >> >> On Mon, Aug 06, 2012 at 12:38:51AM -0400, James wrote: >>> On 08/05/12 17:20, Sakari Ailus wrote: >>> > Hi Andy and James, >>> > >>> > On Sat, Aug 04, 2012 at 06:28:19PM -0400, James wrote: >>> >> On 08/04/12 13:42, Andy Walls wrote: >>> >>> James wrot

[RFC PATCH 1/2] Add libv4l2rds library (with changes proposed in RFC)

2012-08-07 Thread Konke Radlow
--- Makefile.am |3 +- configure.ac|7 +- lib/include/libv4l2rds.h| 228 ++ lib/libv4l2rds/Makefile.am | 11 + lib/libv4l2rds/libv4l2rds.c | 953 +++ lib/libv4l2rds/libv4l2rds.pc.in |

[RFC PATCH 2/2] Add rds-ctl tool (with changes proposed in RFC)

2012-08-07 Thread Konke Radlow
--- Makefile.am |3 +- configure.ac |1 + utils/rds-ctl/Makefile.am |5 + utils/rds-ctl/rds-ctl.cpp | 959 + 4 files changed, 967 insertions(+), 1 deletion(-) create mode 100644 utils/rds-ctl/Makefile.am create m

[RFC PATCH 0/2] Add support for RDS decoding (updated)

2012-08-07 Thread Konke Radlow
Hello, first of all: thank you for the comments to my previous RFC for the libv4l2rds library and the rds-ctl control & testing tool. The proposed changes have been implemented, and the code has been further improved after a thorough code review by Hans Verkuil. Changes: -the code is rebase

Re: boot slow down

2012-08-07 Thread bjlockie
> Hi James, > > On Mon, Aug 06, 2012 at 12:38:51AM -0400, James wrote: >> On 08/05/12 17:20, Sakari Ailus wrote: >> > Hi Andy and James, >> > >> > On Sat, Aug 04, 2012 at 06:28:19PM -0400, James wrote: >> >> On 08/04/12 13:42, Andy Walls wrote: >> >>> James wrote: >> >>> >> There's a big paus

Re: [PATCH 00/24] Various HVR-950q and xc5000 fixes

2012-08-07 Thread Hans Verkuil
On Tue 7 August 2012 14:48:41 Devin Heitmueller wrote: > On Tue, Aug 7, 2012 at 2:26 AM, Hans Verkuil wrote: > > Since you're working on the au0828 would it perhaps be possible to have that > > driver use unlocked_ioctl instead of ioctl? It would be really nice if we > > can get rid of the ioctl v

help me, Kconfig problem

2012-08-07 Thread Antti Palosaari
I added Kernel GPIO interface for cxd2820r driver. What I understand I should select GPIOLIB in order to compile cxd2820r now. I am not sure if that problem comes from recent Media Kconfig re-arrangement or not, but for some reason I didn't saw it earlier. What I should put for Kconfig in orde

Re: [PATCH 00/24] Various HVR-950q and xc5000 fixes

2012-08-07 Thread Devin Heitmueller
On Tue, Aug 7, 2012 at 2:26 AM, Hans Verkuil wrote: > Since you're working on the au0828 would it perhaps be possible to have that > driver use unlocked_ioctl instead of ioctl? It would be really nice if we > can get rid of the ioctl v4l2_operation at some point in the future. Hi Hans, I'm prett

Re: [PATCH 3/3] [media] az6007: handle CI during suspend/resume

2012-08-07 Thread Mauro Carvalho Chehab
Em 07-08-2012 09:12, Antti Palosaari escreveu: > On 08/07/2012 02:41 PM, Mauro Carvalho Chehab wrote: >> Em 06-08-2012 09:21, Antti Palosaari escreveu: >>> On 08/05/2012 08:44 PM, Mauro Carvalho Chehab wrote: The dvb-usb-v2 core doesn't know anything about CI. So, the driver needs to hand

Re: [PATCH v3 4/4] fbdev: sh_mobile_lcdc: use dma_mmap_coherent if available

2012-08-07 Thread Laurent Pinchart
On Tuesday 07 August 2012 14:01:43 Laurent Pinchart wrote: > Hi Eiraku-san, > > On Monday 06 August 2012 18:55:24 Hideki EIRAKU wrote: > > fb_mmap() implemented in fbmem.c uses smem_start as the physical > > address of the frame buffer. In the sh_mobile_lcdc driver, the > > smem_start is a dma_ad

Re: [PATCH 3/3] [media] az6007: handle CI during suspend/resume

2012-08-07 Thread Antti Palosaari
On 08/07/2012 02:41 PM, Mauro Carvalho Chehab wrote: Em 06-08-2012 09:21, Antti Palosaari escreveu: On 08/05/2012 08:44 PM, Mauro Carvalho Chehab wrote: The dvb-usb-v2 core doesn't know anything about CI. So, the driver needs to handle it by hand. This patch stops CI just before stopping URB's/

Re: [PATCH v3 4/4] fbdev: sh_mobile_lcdc: use dma_mmap_coherent if available

2012-08-07 Thread Laurent Pinchart
Hi Eiraku-san, On Monday 06 August 2012 18:55:24 Hideki EIRAKU wrote: > fb_mmap() implemented in fbmem.c uses smem_start as the physical > address of the frame buffer. In the sh_mobile_lcdc driver, the > smem_start is a dma_addr_t that is not a physical address when IOMMU is > enabled. dma_mmap_

Re: [PATCH 3/3] [media] az6007: handle CI during suspend/resume

2012-08-07 Thread Mauro Carvalho Chehab
Em 06-08-2012 09:21, Antti Palosaari escreveu: > On 08/05/2012 08:44 PM, Mauro Carvalho Chehab wrote: >> The dvb-usb-v2 core doesn't know anything about CI. So, the >> driver needs to handle it by hand. This patch stops CI just >> before stopping URB's/RC, and restarts it before URB/RC start. >> >>

Re: boot slow down

2012-08-07 Thread Sakari Ailus
Hi James, On Mon, Aug 06, 2012 at 12:38:51AM -0400, James wrote: > On 08/05/12 17:20, Sakari Ailus wrote: > > Hi Andy and James, > > > > On Sat, Aug 04, 2012 at 06:28:19PM -0400, James wrote: > >> On 08/04/12 13:42, Andy Walls wrote: > >>> James wrote: > >>> > There's a big pause before the

Re: [PATCH] omap_vout: Set DSS overlay_info only if paddr is non zero

2012-08-07 Thread Laurent Pinchart
On Thursday 28 June 2012 11:36:48 Semwal, Sumit wrote: > On Mon, Mar 19, 2012 at 5:16 PM, Archit Taneja wrote: > > On Monday 19 March 2012 02:15 PM, Hiremath, Vaibhav wrote: > >> On Fri, Mar 16, 2012 at 16:41:27, Taneja, Archit wrote: > >>> On Friday 16 March 2012 03:46 PM, Archit Taneja wrote: >

[PATCH] media: fix MEDIA_IOC_DEVICE_INFO return code

2012-08-07 Thread Nicolas THERY
The MEDIA_IOC_DEVICE_INFO ioctl was returning a positive value rather than a negative error code when failing to copy output parameter to user-space. Tested by compilation only. Signed-off-by: Nicolas Thery --- drivers/media/media-device.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-

[PATCH] m5mols: Fix cast warnings from m5mols_[set/get]_ctrl_mode

2012-08-07 Thread Sylwester Nawrocki
Fixes following warnings on 64-bit architectures: m5mols.h: In function 'm5mols_set_ctrl_mode': m5mols.h:326:15: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] m5mols.h: In function 'm5mols_get_ctrl_mode': m5mols.h:331:9: warning: cast from pointer to integer of d

Re: [PATCH] uvcvideo: Fix uvc_fixup_video_ctrl() format search

2012-08-07 Thread Stephan Lachowsky
Hi Laurent, On 19/02/11 12:35, Laurent Pinchart wrote: Hi Stephan, On Friday 28 January 2011 03:04:33 Stephan Lachowsky wrote: The scheme used to index format in uvc_fixup_video_ctrl() is not robust: format index is based on descriptor ordering, which does not necessarily match bFormatIndex or

Re: [3.0.y+] [media] Avoid sysfs oops when an rc_dev's raw device is absent

2012-08-07 Thread Douglas Bagnall
Ben Hutchings wrote: > This returns without unlocking dev->lock, which isn't much of an > improvement. Please get that fixed in mainline, and then I can apply > both of the changes to 3.2.y at once. Oh dear. Quite right. Sorry. Thanks. Douglas >From c1d4df58efb2d13551586d177bcbb4e9af588618 Mon

Re: Vacations.

2012-08-07 Thread Sascha Hauer
On Fri, Aug 03, 2012 at 05:09:15PM +0200, Guennadi Liakhovetski wrote: > Hi Javier > > On Fri, 3 Aug 2012, javier Martin wrote: > > > Hi, > > I will be out of the office until August the 19th. > > > > I just wanted to send a reminder of some patches that I have pending. > > > > For Mauro 3.7: >