[PATCH/RFC 0/4] Re: dma_mmap_coherent / ARCH_HAS_DMA_MMAP_COHERENT

2012-12-28 Thread Geert Uytterhoeven
On Sun, Dec 16, 2012 at 5:03 PM, Geert Uytterhoeven ge...@linux-m68k.org wrote: drivers/media/v4l2-core/videobuf2-dma-contig.c: In function ‘vb2_dc_mmap’: drivers/media/v4l2-core/videobuf2-dma-contig.c:204: error: implicit declaration of function ‘dma_mmap_coherent’ drivers/media/v4l2-core

dma_mmap_coherent / ARCH_HAS_DMA_MMAP_COHERENT

2012-12-16 Thread Geert Uytterhoeven
(snd_pcm_lib_default_mmap); What's up here? Thx! Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say

Re: udev breakages -

2012-10-10 Thread Geert Uytterhoeven
poor m68k box with 12 MiB of RAM immediately go OOM. Don't know if it's suitable for bigger machines, though. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org In personal conversations with technical people, I call

Re: [GIT PULL for 3.3-rc1] media updates

2012-05-22 Thread Geert Uytterhoeven
Hi Laurent, On Mon, Apr 30, 2012 at 1:23 PM, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: On Wednesday 25 April 2012 17:12:49 Geert Uytterhoeven wrote: On Sun, Jan 15, 2012 at 14:41, Mauro Carvalho Chehab wrote: Laurent Pinchart (18):      [media] uvcvideo: Move fields from

Re: [GIT PULL for 3.3-rc1] media updates

2012-04-25 Thread Geert Uytterhoeven
: error: 'buf' undeclared (first use in this function) Cfr. http://kisskb.ellerman.id.au/kisskb/buildresult/6171077/ Gr{oetje,eeting}s,                         Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org In personal conversations with technical people, I

Re: rtl2830: __udivdi3 undefined

2012-03-06 Thread Geert Uytterhoeven
). Acked-by: Geert Uytterhoeven ge...@linux-m68k.org ---  drivers/media/dvb/frontends/rtl2830.c |    2 +-  1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/media/dvb/frontends/rtl2830.c b/drivers/media/dvb/frontends/rtl2830.c index f971d94..45196c5 100644 --- a/drivers/media

rtl2830: __udivdi3 undefined

2012-02-29 Thread Geert Uytterhoeven
,eeting}s,                         Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say programmer or something like

Re: [PATCH 00/12] Part 2: check given MAC address, if invalid return -EADDRNOTAVAIL

2012-02-25 Thread Geert Uytterhoeven
can't this be done in one single place, instead of sprinkling these checks over all drivers, missing all out-of-tree (note: I don't care) and all soon-to-be-submitted drivers? Gr{oetje,eeting}s,                         Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux

Re: linux-next: Tree for Jan 20 (drivers/media/radio/wl128x/)

2012-02-15 Thread Geert Uytterhoeven
On Tue, Feb 14, 2012 at 20:31, Fabio Estevam feste...@gmail.com wrote: On 2/14/12, Geert Uytterhoeven ge...@linux-m68k.org wrote: Ping? Build breakage in mainline since at least 3 weeks. From what I recall Randy proposed a patch for fixing this issue: http://patchwork.linuxtv.org/patch

Re: linux-next: Tree for Jan 20 (drivers/media/radio/wl128x/)

2012-02-14 Thread Geert Uytterhoeven
On Tue, Jan 24, 2012 at 22:33, Geert Uytterhoeven ge...@linux-m68k.org wrote: On Sat, Jan 21, 2012 at 01:32, Randy Dunlap rdun...@xenotime.net wrote: On 01/19/2012 06:12 PM, Stephen Rothwell wrote: Changes since 20120119: on x86_64: ERROR: st_register [drivers/media/radio/wl128x/fm_drv.ko

Re: linux-next: Tree for Jan 20 (drivers/media/radio/wl128x/)

2012-01-24 Thread Geert Uytterhoeven
, shouldn't it be called ti_st_un{,un}register()? At first I thought the link error was related to SCSI tape drives ;-) Gr{oetje,eeting}s,                         Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org In personal conversations with technical people, I

Re: [PATCH v4 0/3] fbdev: Add FOURCC-based format configuration API

2011-12-13 Thread Geert Uytterhoeven
legacy mode? Gr{oetje,eeting}s,                         Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say programmer or something like

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

2011-08-29 Thread Geert Uytterhoeven
. Offsets Gr{oetje,eeting}s,                         Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say programmer

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

2011-08-29 Thread Geert Uytterhoeven
Hi Laurent, On Mon, Aug 29, 2011 at 10:50, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: On Monday 29 August 2011 10:13:07 Geert Uytterhoeven wrote: On Fri, Aug 19, 2011 at 11:37, Laurent Pinchart wrote: [snip] +- FB_TYPE_PACKED_PIXELS + +Color components (usually RGB

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

2011-08-29 Thread Geert Uytterhoeven
Hi Laurent, On Mon, Aug 29, 2011 at 12:09, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: On Monday 29 August 2011 11:36:07 Geert Uytterhoeven wrote: On Mon, Aug 29, 2011 at 10:50, Laurent Pinchart wrote: [...] If my understanding is now correct, a V4L2 planar YUV type where Y, U

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

2011-08-29 Thread Geert Uytterhoeven
On Mon, Aug 29, 2011 at 13:08, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: On Monday 29 August 2011 13:04:15 Geert Uytterhoeven wrote: On Mon, Aug 29, 2011 at 12:09, Laurent Pinchart wrote: On Monday 29 August 2011 11:36:07 Geert Uytterhoeven wrote: On Mon, Aug 29, 2011 at 10

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

2011-08-29 Thread Geert Uytterhoeven
? This is useful for new apps that want to support (a subset of) FOURCC modes only. Gr{oetje,eeting}s,                         Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm

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

2011-08-29 Thread Geert Uytterhoeven
Hi Laurent, On Mon, Aug 29, 2011 at 15:34, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: On Monday 29 August 2011 15:09:04 Geert Uytterhoeven wrote: On Mon, Aug 29, 2011 at 14:55, Laurent Pinchart wrote: When will the driver report FB_{TYPE,VISUAL}_FOURCC?   - When using a mode

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

2011-08-29 Thread Geert Uytterhoeven
Hi Laurent, On Mon, Aug 29, 2011 at 16:17, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: On Monday 29 August 2011 16:14:38 Geert Uytterhoeven wrote: On Mon, Aug 29, 2011 at 15:34, Laurent Pinchart wrote: On Monday 29 August 2011 15:09:04 Geert Uytterhoeven wrote: On Mon, Aug 29

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

2011-08-13 Thread Geert Uytterhoeven
Hi LAurent, On Thu, Aug 11, 2011 at 19:19, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: On Monday 01 August 2011 11:49:46 Geert Uytterhoeven wrote: As several of the FOURCC formats duplicate formats you can already specify in some other way (e.g. the RGB and greyscale formats

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

2011-08-01 Thread Geert Uytterhoeven
On Mon, Aug 1, 2011 at 00:54, Florian Tobias Schandinat florianschandi...@gmx.de wrote: On 07/31/2011 08:32 PM, Geert Uytterhoeven wrote: On Thu, Jul 28, 2011 at 12:51, Laurent Pinchart laurent.pinch...@ideasonboard.com  wrote: As for struct fb_var_screeninfo fields to support switching

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

2011-07-31 Thread Geert Uytterhoeven
24 bits (there are no in-tree drivers using the highest 8 bits, right?). Gr{oetje,eeting}s,                         Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm

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

2011-06-24 Thread Geert Uytterhoeven
On Fri, Jun 24, 2011 at 08:19, Paul Mundt let...@linux-sh.org wrote: On Thu, Jun 23, 2011 at 06:08:03PM +0200, Geert Uytterhoeven wrote: On Wed, Jun 22, 2011 at 07:45, Florian Tobias Schandinat florianschandi...@gmx.de wrote: On 06/21/2011 10:31 PM, Laurent Pinchart wrote: On Tuesday 21

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 florianschandi...@gmx.de 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

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

2011-06-21 Thread Geert Uytterhoeven
(hence all 4 bytes must be non-zero), I don't think there are any conflicts with existing values of nonstd. To make it even safer and easier to parse, you could set bit 31 of nonstd as a FOURCC indicator. Gr{oetje,eeting}s,                         Geert -- Geert Uytterhoeven -- There's lots of Linux

[PATCH] media: soc_camera_video_start - type should be const

2011-06-05 Thread Geert Uytterhoeven
drivers/media/video/soc_camera.c: In function ‘soc_camera_video_start’: drivers/media/video/soc_camera.c:1515: warning: initialization discards qualifiers from pointer target type Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org --- drivers/media/video/soc_camera.c |2 +- 1 files

[PATCH] media: radio-aimslab.c needs #include linux/delay.h

2011-01-16 Thread Geert Uytterhoeven
of function ‘msleep’ Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org --- drivers/media/radio/radio-aimslab.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/media/radio/radio-aimslab.c b/drivers/media/radio/radio-aimslab.c index 6cc5d13..4ce10db 100644 --- a/drivers

Re: [PATCH 01/15]arch:m68k:ifpsp060:src:fpsp.S Typo change diable to disable.

2010-12-31 Thread Geert Uytterhoeven
On Fri, Dec 31, 2010 at 00:07, Justin P. Mattock justinmatt...@gmail.com wrote: The below patch fixes a typo diable to disable. Please let me know if this is correct or not. Signed-off-by: Justin P. Mattock justinmatt...@gmail.com Acked-by: Geert Uytterhoeven ge...@linux-m68k.org ---  arch

Re: [PATCH 02/10] MCDE: Add configuration registers

2010-11-15 Thread Geert Uytterhoeven
,                         Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say programmer or something like

[PATCH] lirc: Make struct file_operations pointer const

2010-09-30 Thread Geert Uytterhoeven
qualifiers from pointer target type Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org --- include/media/lirc_dev.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/media/lirc_dev.h b/include/media/lirc_dev.h index b1f6066..71a896e 100644 --- a/include/media

[PATCH] dvb: SMS_SIANO_MDTV should depend on HAS_DMA

2009-11-20 Thread Geert Uytterhoeven
to `dma_alloc_coherent' Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org --- drivers/media/dvb/siano/Kconfig |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/media/dvb/siano/Kconfig b/drivers/media/dvb/siano/Kconfig index 8c1aed7..85a222c 100644 --- a/drivers

Re: USB DVB unplug: kernel BUG at kernel/module.c:912!

2009-04-07 Thread Geert Uytterhoeven
On Mon, 6 Apr 2009, Andrew Morton wrote: On Tue, 31 Mar 2009 14:28:45 +0200 (CEST) Geert Uytterhoeven geert.uytterhoe...@sonycom.com wrote: When unplugging a Sony PlayTV USB DVB adaptor from a PS3, I get | kernel BUG at kernel/module.c:912! on 2.6.29-06608-g15f7176. Unplug Sony

Re: USB DVB unplug: kernel BUG at kernel/module.c:912!

2009-04-07 Thread Geert Uytterhoeven
On Tue, 7 Apr 2009, Geert Uytterhoeven wrote: On Mon, 6 Apr 2009, Andrew Morton wrote: On Tue, 31 Mar 2009 14:28:45 +0200 (CEST) Geert Uytterhoeven geert.uytterhoe...@sonycom.com wrote: When unplugging a Sony PlayTV USB DVB adaptor from a PS3, I get | kernel BUG at kernel/module.c

USB DVB unplug: kernel BUG at kernel/module.c:912!

2009-03-31 Thread Geert Uytterhoeven
38210080 e8010010 Mar 31 14:01:28 ps3 kernel: [ 1437.304457] ---[ end trace d1da44b3213415b8 ]--- With kind regards, Geert Uytterhoeven Software Architect Sony Techsoft Centre Europe The Corporate Village · Da Vincilaan 7-D1 · B-1935 Zaventem · Belgium Phone:+32 (0)2 700 8453 Fax: +32

<    1   2   3   4