[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

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

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 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 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

[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

[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

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

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-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-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-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

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

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

[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: 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: 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-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: [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

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: 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

[PATCH 1/2] [media] anysee: Initialize ret = 0 in anysee_frontend_attach()

2013-04-24 Thread Geert Uytterhoeven
drivers/media/usb/dvb-usb-v2/anysee.c: In function ‘anysee_frontend_attach’: drivers/media/usb/dvb-usb-v2/anysee.c:641: warning: ‘ret’ may be used uninitialized in this function And gcc is right (see the ANYSEE_HW_507T case), so initialize ret to zero to fix this. Signed-off-by: Geert

[PATCH 2/2] [media] anysee: Grammar s/report the/report to/

2013-04-24 Thread Geert Uytterhoeven
Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org --- drivers/media/usb/dvb-usb-v2/anysee.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/media/usb/dvb-usb-v2/anysee.c b/drivers/media/usb/dvb-usb-v2/anysee.c index 3a1f976..1760fee 100644 --- a/drivers

[PATCH] [media] dib8000: Fix dib8000_set_frontend() never setting ret

2013-05-03 Thread Geert Uytterhoeven
drivers/media/dvb-frontends/dib8000.c: In function ‘dib8000_set_frontend’: drivers/media/dvb-frontends/dib8000.c:3556: warning: ‘ret’ is used uninitialized in this function Remove the variable and return zero instead. Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org --- drivers/media/dvb

[PATCH 1/2] [media] v4l2: SI476X MFD - Do not use binary constants

2013-05-08 Thread Geert Uytterhoeven
Gcc 4.3 doesn't understand binary constanrs (0b*): drivers/media/radio/radio-si476x.c:862:20: error: invalid suffix b1000 on integer constant Hence use a hexadecimal constant (0x*) instead. Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org Cc: Mauro Carvalho Chehab mche...@redhat.com

[PATCH] console/font: Refactor font support code selection logic

2013-05-15 Thread Geert Uytterhoeven
to `.find_font' Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org --- drivers/media/platform/Kconfig |2 +- drivers/staging/media/solo6x10/Kconfig |2 ++ drivers/usb/misc/sisusbvga/Kconfig |1 + drivers/video/console/Kconfig | 12 ++-- drivers/video

Re: linux-next: Tree for Jun 3 (fonts.c vivi)

2013-06-03 Thread Geert Uytterhoeven
was to move the font code to lib/font, but I haven't done that yet. 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

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: [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

[PATCH] [media] media/v4l2: VIDEO_RENESAS_VSP1 should depend on HAS_DMA

2013-09-06 Thread Geert Uytterhoeven
VIDEO_RENESAS_VSP1 (which doesn't have a platform dependency) selects VIDEOBUF2_DMA_CONTIG, but the latter depends on HAS_DMA. Make VIDEO_RENESAS_VSP1 depend on HAS_DMA to fix this. Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org --- drivers/media/platform/Kconfig |2 +- 1 file

Re: [PATCH] [media] media/v4l2: VIDEO_RENESAS_VSP1 should depend on HAS_DMA

2013-09-06 Thread Geert Uytterhoeven
On Fri, Sep 6, 2013 at 5:20 PM, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: On Friday 06 September 2013 14:43:56 Geert Uytterhoeven wrote: If NO_DMA=y: warning: (... VIDEO_RENESAS_VSP1 ...) selects VIDEOBUF2_DMA_CONTIG which has unmet direct dependencies (MEDIA_SUPPORT

Re: mcam-core.c:undefined reference to `vb2_dma_sg_memops'

2013-09-30 Thread Geert Uytterhoeven
of emailing random people to obtain a solution worked ;-) From 8a53ff3c33cfaa8641c9ba3e16bc5b0a35c74842 Mon Sep 17 00:00:00 2001 From: Geert Uytterhoeven ge...@linux-m68k.org Date: Mon, 30 Sep 2013 09:03:20 +0200 Subject: [PATCH] [media] VIDEO_CAFE_CCIC should select VIDEOBUF2_DMA_SG

[PATCH] [media] radio-shark: Mark shark_resume_leds() inline to kill compiler warning

2013-10-28 Thread Geert Uytterhoeven
the compiler warning. shark_resume_leds() is small and it has only one caller. Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org --- {cris,m68k,parisc,sparc,xtensa}-all{mod,yes}config drivers/media/radio/radio-shark.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media

Re: [Intel-gfx] [Mesa-dev] [PATCH] dri3, i915, i965: Add __DRI_IMAGE_FOURCC_SARGB8888

2013-11-25 Thread Geert Uytterhoeven
. Y, Cb, Cr, and alpha, giving a proper visual. Unfortunately the YCbCr visuals haven't made it into mainline. FOURCC unifies all of that in (not so) unique 32-bit IDs. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux

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

[PATCH 2/4] score: Remove unneeded asm/dma-mapping.h

2012-12-28 Thread Geert Uytterhoeven
It just includes asm-generic/dma-mapping-broken.h, which is already handled by linux/dma-mapping.h for the !CONFIG_HAS_DMA case (score sets CONFIG_NO_DMA=y). Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org Cc: Chen Liqin liqin.c...@sunplusct.com Cc: Lennox Wu lennox...@gmail.com --- arch

[PATCH/RFC 3/4] avr32/bfin/c6x/cris/frv/m68k/mn10300/parisc/xtensa: Add dummy get_dma_ops()

2012-12-28 Thread Geert Uytterhoeven
Provide dummy versions of get_dma_ops(), as dma_mmap_attrs() and dma_get_sgtable_attrs() (will) need these Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org --- arch/avr32/include/asm/dma-mapping.h|8 arch/blackfin/include/asm/dma-mapping.h |8 arch/c6x/include

[PATCH/RFC 4/4] common: dma-mapping: Move dma_common_*() to linux/dma-mapping.h

2012-12-28 Thread Geert Uytterhoeven
by returning NULL from their get_dma_ops(). Note that there are no BUG_ON(!ops) checks in other functions in asm-generic/dma-mapping-common.h, - Make struct dma_map_ops *ops const while we're at it. Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org --- include/asm-generic/dma-mapping

[PATCH 1/4] m68k: Sort out !CONFIG_MMU_SUN3 vs. CONFIG_HAS_DMA

2012-12-28 Thread Geert Uytterhoeven
In two places, we check !CONFIG_MMU_SUN3 while we should check CONFIG_HAS_DMA instead. While fixing this, the check in asm/dma-mapping.h became redundant (linux/dma-mapping.h already handles this case), so just remove it. Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org --- arch/m68k

[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

Re: [PATCH/RFC 4/4] common: dma-mapping: Move dma_common_*() to linux/dma-mapping.h

2013-01-13 Thread Geert Uytterhoeven
Hi Marek, On Wed, Jan 2, 2013 at 3:22 PM, Marek Szyprowski m.szyprow...@samsung.com wrote: On 12/28/2012 8:23 PM, Geert Uytterhoeven wrote: dma_common_mmap() and dma_common_get_sgtable() are defined in drivers/base/dma-mapping.c, and always compiled if CONFIG_HAS_DMA=y. However

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

[PATCH] media/v4l2: VIDEOBUF2_DMA_CONTIG should depend on HAS_DMA

2013-03-04 Thread Geert Uytterhoeven
/v4l2-core/videobuf2-dma-contig.c:387: error: implicit declaration of function ‘dma_get_sgtable’ Make VIDEOBUF2_DMA_CONTIG and VIDEO_SH_VEU (which selects the former and doesn't have a platform dependency) depend on HAS_DMA to fix this. Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org

Re: [PATCH 10/10] drivers: misc: use module_platform_driver_probe()

2013-03-19 Thread Geert Uytterhoeven
drivers that (now) work perfectly fine with module_platform_driver_probe()/platform_driver_probe(), but will start failing suddenly in the future? I guess we need a big fat WARN_ON(-EPROBE_DEFER) in platform_driver_probe() to catch these? Gr{oetje,eeting}s, Geert -- Geert

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

[PATCH] usb: USB host support should depend on HAS_DMA

2013-07-10 Thread Geert Uytterhoeven
for other busses (e.g. MOUSE_SYNAPTICS_I2C) already handle this in a similar way. Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org --- drivers/input/joystick/Kconfig|3 +-- drivers/input/misc/Kconfig| 15 +-- drivers/input/mouse/Kconfig |9 +++-- drivers

Re: [PATCH] usb: USB host support should depend on HAS_DMA

2013-07-11 Thread Geert Uytterhoeven
incorrectly doesn't depend on HAS_DMA. 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

[PATCH] [media] media/v4l2: VIDEO_SH_VEU should depend on HAS_DMA

2013-08-18 Thread Geert Uytterhoeven
. However, this got lost in the merge conflict resolution in commit df90e2258950fd631cdbf322c1ee1f22068391aa (Merge branch 'devel-for-v3.10' into v4l_for_linus). Re-add the dependency to fix this. Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org --- drivers/media/platform/Kconfig |2 +- 1

Re: [PATCH] usb: USB host support should depend on HAS_DMA

2013-08-18 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 that. -- Linus

[PATCH] [media] v4l: VIDEO_SH_VOU should depend on HAS_DMA

2014-02-21 Thread Geert Uytterhoeven
to fix this. Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org --- drivers/media/platform/Kconfig |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/platform/Kconfig b/drivers/media/platform/Kconfig index b2a4403940c5..c137abfa0c54 100644 --- a/drivers/media

Re: [PATCH 00/16] sleep_on removal, second try

2014-02-27 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

Re: [PATCH 5/5] rcar_vin: add devicetree support

2014-03-07 Thread Geert Uytterhoeven
On Fri, Mar 7, 2014 at 2:01 PM, Ben Dooks ben.do...@codethink.co.uk wrote: +++ b/Documentation/devicetree/bindings/media/rcar_vin.txt +family of devices. The current blocks are always slaves and suppot one input support Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven

Re: mcam-core.c:undefined reference to `vb2_dma_sg_memops'

2014-03-10 Thread Geert Uytterhoeven
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 2/2] gpio: gpiolib: set gpiochip_remove retval to void

2014-05-30 Thread Geert Uytterhoeven
); panic? Is this likely to happen? 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 11/18] v4l: vsp1: wpf: Simplify cast to pipeline structure

2014-06-01 Thread Geert Uytterhoeven
On Sun, Jun 1, 2014 at 5:39 AM, Laurent Pinchart laurent.pinchart+rene...@ideasonboard.com wrote: USe the subdev pointer directly to_vsp1_pipeline() macro instead of Use Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux

Re: [PATCH 00/18] Renesas VSP1: alpha support

2014-06-01 Thread Geert Uytterhoeven
, for the rationale please see https://www.mail-archive.com/linux-media@vger.kernel.org/msg75449.html. mail-archive.com seems to be down. Do you have a link to another archiver? Thanks! Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge

Re: [PATCH 00/18] Renesas VSP1: alpha support

2014-06-01 Thread Geert Uytterhoeven
On Sun, Jun 1, 2014 at 10:51 AM, Geert Uytterhoeven ge...@linux-m68k.org wrote: On Sun, Jun 1, 2014 at 5:39 AM, Laurent Pinchart laurent.pinchart+rene...@ideasonboard.com wrote: The first two patch add new pixel formats for alpha and non-alpha RGB, and extend usage of the ALPHA_COMPONENT

[PATCH] [media] staging/solo6x10: SOLO6X10 should select BITREVERSE

2014-07-06 Thread Geert Uytterhoeven
If CONFIG_SOLO6X10=y, but CONFIG_BITREVERSE=m: drivers/built-in.o: In function `solo_osd_print': (.text+0x1c7a1f): undefined reference to `byte_rev_table' make: *** [vmlinux] Error 1 Reported-by: kbuild test robot fengguang...@intel.com Signed-off-by: Geert Uytterhoeven ge...@linux

Re: [PATCH] [media] staging/solo6x10: SOLO6X10 should select BITREVERSE

2014-07-06 Thread Geert Uytterhoeven
CC kbuild test robot fengguang...@intel.com On Sun, Jul 6, 2014 at 10:58 AM, Geert Uytterhoeven ge...@linux-m68k.org wrote: If CONFIG_SOLO6X10=y, but CONFIG_BITREVERSE=m: drivers/built-in.o: In function `solo_osd_print': (.text+0x1c7a1f): undefined reference to `byte_rev_table

Re: [PATCH] [media] staging/solo6x10: SOLO6X10 should select BITREVERSE

2014-07-06 Thread Geert Uytterhoeven
On Sun, Jul 6, 2014 at 10:59 AM, Geert Uytterhoeven ge...@linux-m68k.org wrote: CC kbuild test robot fengguang...@intel.com Doh, this time for real... On Sun, Jul 6, 2014 at 10:58 AM, Geert Uytterhoeven ge...@linux-m68k.org wrote: If CONFIG_SOLO6X10=y, but CONFIG_BITREVERSE=m: drivers

dib7000p_get_stats: ‘i’ is used uninitialized (was: Re: [media] dib7000p: Add DVBv5 stats support)

2014-08-06 Thread Geert Uytterhoeven
= FE_SCALE_COUNTER; + c-block_count.stat[0].uvalue += blocks; + } + } + return 0; +} Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org In personal conversations

[PATCH trivial 2/4] [media] cx23885: Spelling s/compuations/computations/

2014-08-08 Thread Geert Uytterhoeven
Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org Cc: Mauro Carvalho Chehab m.che...@samsung.com Cc: linux-media@vger.kernel.org --- drivers/media/pci/cx23885/cx23888-ir.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/pci/cx23885/cx23888-ir.c b/drivers

[PATCH trivial 1/4] [media] cx25840: Spelling s/compuations/computations/

2014-08-08 Thread Geert Uytterhoeven
Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org Cc: Mauro Carvalho Chehab m.che...@samsung.com Cc: linux-media@vger.kernel.org --- drivers/media/i2c/cx25840/cx25840-ir.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/i2c/cx25840/cx25840-ir.c b/drivers

Re: [PATCH v2 6/6] devicetree: bindings: Document Renesas JPEG Processing Unit.

2014-08-25 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 that. -- Linus

Re: [PATCH v2 6/6] devicetree: bindings: Document Renesas JPEG Processing Unit.

2014-08-26 Thread Geert Uytterhoeven
On Tue, Aug 26, 2014 at 1:57 AM, Simon Horman ho...@verge.net.au wrote: On Mon, Aug 25, 2014 at 02:59:46PM +0200, Geert Uytterhoeven wrote: Hi Mikhail, On Mon, Aug 25, 2014 at 2:35 PM, Mikhail Ulyanov mikhail.ulya...@cogentembedded.com wrote: + - compatible: should containg one

Re: [PATCH v2 6/6] devicetree: bindings: Document Renesas JPEG Processing Unit.

2014-08-26 Thread Geert Uytterhoeven
On Tue, Aug 26, 2014 at 11:01 AM, Simon Horman ho...@verge.net.au wrote: On Tue, Aug 26, 2014 at 10:03:34AM +0200, Geert Uytterhoeven wrote: On Tue, Aug 26, 2014 at 1:57 AM, Simon Horman ho...@verge.net.au wrote: On Mon, Aug 25, 2014 at 02:59:46PM +0200, Geert Uytterhoeven wrote: On Mon, Aug

Re: [PATCH] v4l: vsp1: fix driver dependencies

2014-09-01 Thread Geert Uytterhoeven
...@samsung.com Cc: Simon Horman ho...@verge.net.au Cc: Magnus Damm magnus.d...@gmail.com Acked-by: Geert Uytterhoeven geert+rene...@glider.be Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org In personal

Re: [PATCH 1/6] V4L2: Add Renesas R-Car JPEG codec driver.

2014-09-23 Thread Geert Uytterhoeven
) +{ + u32 *addr = (u32 *)*p; + + *addr = cpu_to_be32(v); + *p += 4; +} Is the address in *p guaranteed to be aligned to 2 resp. 4 bytes? If not, you can use put_unaligned*(). Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond

Re: [PATCH] [media] s5p-jpeg: Only build suspend/resume for PM

2014-10-13 Thread Geert Uytterhoeven
) is not enabled. Thanks! Despite the availability of your patch, this build warning has migrated to mainline. Signed-off-by: Thierry Reding tred...@nvidia.com Acked-by: Geert Uytterhoeven ge...@linux-m68k.org --- a/drivers/media/platform/s5p-jpeg/jpeg-core.c +++ b/drivers/media/platform/s5p-jpeg/jpeg

Re: [PATCH] [media] s5p-jpeg: Only build suspend/resume for PM

2014-10-13 Thread Geert Uytterhoeven
Hi Mauro, On Mon, Oct 13, 2014 at 6:24 PM, Mauro Carvalho Chehab m.che...@samsung.com wrote: Em Mon, 13 Oct 2014 18:16:10 +0200 Geert Uytterhoeven ge...@linux-m68k.org escreveu: On Thu, Oct 2, 2014 at 9:21 AM, Thierry Reding thierry.red...@gmail.com wrote: From: Thierry Reding tred

Re: [PATCH 1/3] media: soc_camera: rcar_vin: Add scaling support

2014-10-14 Thread Geert Uytterhoeven
= 0; struct v4l2_rect *cam_subrect = cam-subrect; + unsigned long value; u32, as it's written to a 32-bit register later. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org In personal conversations

Re: [PATCH] media: soc_camera: rcar_vin: Enable VSYNC field toggle mode

2014-10-21 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 that. -- Linus

Re: [PATCH 1/2] v4l: vsp1: Reset VSP1 RPF source address

2014-11-26 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 that. -- Linus Torvalds

[PATCH/TRIVIAL 2/4] [media] cx24117: Grammar s/if ... if/if ... is/

2014-11-27 Thread Geert Uytterhoeven
Signed-off-by: Geert Uytterhoeven geert+rene...@glider.be Cc: Mauro Carvalho Chehab mche...@osg.samsung.com Cc: linux-media@vger.kernel.org --- drivers/media/dvb-frontends/cx24117.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/dvb-frontends/cx24117.c b

[PATCH] [media] vb2-vmalloc: Protect DMA-specific code by #ifdef CONFIG_HAS_DMA

2014-12-15 Thread Geert Uytterhoeven
' videobuf2-vmalloc.c:(.text+0x6f1282): undefined reference to `dma_map_sg' As we don't want to make the core VIDEOBUF2_VMALLOC depend on HAS_DMA (it's v4l2 core code, and selected by a lot of drivers), stub out the DMA support if HAS_DMA is not set. Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org

[PATCH/RESEND] [media] VIDEO_CAFE_CCIC should select VIDEOBUF2_DMA_SG

2014-12-15 Thread Geert Uytterhoeven
': mcam-core.c:(.text+0x1c34bf): undefined reference to `vb2_dma_sg_cleanup_ctx' Reported-by: Fengguang Wu fengguang...@intel.com Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org --- This is a resend of a patch from 2013-09-30. It's still valid. drivers/media/platform/marvell-ccic/Kconfig | 1

Re: [PATCH/RESEND] [media] VIDEO_CAFE_CCIC should select VIDEOBUF2_DMA_SG

2014-12-15 Thread Geert Uytterhoeven
Hi Jon, On Mon, Dec 15, 2014 at 3:04 PM, Jonathan Corbet cor...@lwn.net wrote: On Mon, 15 Dec 2014 14:55:37 +0100 Geert Uytterhoeven ge...@linux-m68k.org wrote: If VIDEO_CAFE_CCIC=y, but VIDEOBUF2_DMA_SG=m: drivers/built-in.o: In function `mcam_v4l_open': mcam-core.c:(.text+0x1c2e81

SuperH Mobile CEU driver warning

2014-12-22 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 that. -- Linus

Re: [PATCH] soc-camera: fix device capabilities in multiple camera host drivers

2015-01-20 Thread Geert Uytterhoeven
didn't fill device_caps a compile-time warning is issued. Fix this non-compliance in several soc-camera camera host drivers. Thanks, works fine on r8a7740/armadillo-legacy! Reported-by: Geert Uytterhoeven ge...@linux-m68k.org Signed-off-by: Guennadi Liakhovetski g.liakhovet...@gmx.de Tested

Re: [PATCH] [media] soc-camera: Remove bogus devm_kfree() in soc_of_bind()

2015-02-19 Thread Geert Uytterhoeven
Hi Guennadi, On Wed, Feb 18, 2015 at 10:16 PM, Guennadi Liakhovetski g.liakhovet...@gmx.de wrote: On Wed, 18 Feb 2015, Sergei Shtylyov wrote: On 02/18/2015 07:32 PM, Geert Uytterhoeven wrote: Unlike scan_async_group(), soc_of_bind() doesn't allocate its soc_camera_async_client structure

[PATCH v2] [media] soc-camera: Fix devm_kfree() in soc_of_bind()

2015-02-19 Thread Geert Uytterhoeven
---[ end trace e3a984cc0335c8a0 ]--- rcar_vin e6ef1000.video: group probe failed: -6 Fixes: 1ddc6a6caa94e1e1 ([media] soc_camera: add support for dt binding soc_camera drivers) Cc: sta...@vger.kernel.org Signed-off-by: Geert Uytterhoeven geert+rene...@glider.be --- Triggered with shmobile

[PATCH] [media] soc-camera: Remove bogus devm_kfree() in soc_of_bind()

2015-02-18 Thread Geert Uytterhoeven
probe failed: -6 Fixes: 1ddc6a6caa94e1e1 ([media] soc_camera: add support for dt binding soc_camera drivers) Cc: sta...@vger.kernel.org Signed-off-by: Geert Uytterhoeven geert+rene...@glider.be --- Triggered with shmobile-defconfig on r8a7791/koelsch. --- drivers/media/platform/soc_camera

[PATCH 1/2] [media] am437x: VIDEO_AM437X_VPFE should depend on HAS_DMA

2015-02-12 Thread Geert Uytterhoeven
’ VIDEO_AM437X_VPFE selects VIDEOBUF2_DMA_CONTIG, which bypasses its dependency on HAS_DMA. Make VIDEO_AM437X_VPFE depend on HAS_DMA to fix this. Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org --- drivers/media/platform/am437x/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH 2/2] [media] timberdale: VIDEO_TIMBERDALE should depend on HAS_DMA

2015-02-12 Thread Geert Uytterhoeven
depend on HAS_DMA to fix this. Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org --- drivers/media/platform/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/platform/Kconfig b/drivers/media/platform/Kconfig index d9b872b9285a3460..2e30be55d17a7db2 100644

Re: [PATCH/RFC] v4l: vsp1: Change VSP1 LIF linebuffer FIFO

2015-03-16 Thread Geert Uytterhoeven
the significance of changing obth? 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 05/10] clkdev: add clkdev_create() helper

2015-03-02 Thread Geert Uytterhoeven
On Mon, Mar 2, 2015 at 6:46 PM, Russell King - ARM Linux li...@arm.linux.org.uk wrote: On Mon, Mar 02, 2015 at 06:22:31PM +0100, Geert Uytterhoeven wrote: On Mon, Mar 2, 2015 at 6:06 PM, Russell King rmk+ker...@arm.linux.org.uk wrote: --- a/include/linux/clkdev.h +++ b/include/linux

Re: [PATCH 02/10] SH: use clkdev_add_table()

2015-03-02 Thread Geert Uytterhoeven
the correct interface. Signed-off-by: Russell King rmk+ker...@arm.linux.org.uk Thanks, looks good. Acked-by: Geert Uytterhoeven geert+rene...@glider.be Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org

Re: [PATCH 05/10] clkdev: add clkdev_create() helper

2015-03-02 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 that. -- Linus Torvalds

[PATCH 3/3] Input: TOUCHSCREEN_SUR40 should depend on HAS_DMA

2015-04-23 Thread Geert Uytterhoeven
this. Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org --- drivers/input/touchscreen/Kconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig index b0a94cdd96add5c9..4591389108f0057b 100644 --- a/drivers

[PATCH 1/3] [media] v4l: xilinx: VIDEO_XILINX should depend on HAS_DMA

2015-04-23 Thread Geert Uytterhoeven
bypasses its dependency on HAS_DMA. Make VIDEO_XILINX depend on HAS_DMA to fix this. Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org --- drivers/media/platform/xilinx/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/platform/xilinx/Kconfig b/drivers

Re: [PATCH/RFC] v4l: vsp1: Align crop rectangle to even boundary for YUV formats

2015-04-30 Thread Geert Uytterhoeven
On Thu, Apr 30, 2015 at 1:22 PM, Sergei Shtylyov sergei.shtyl...@cogentembedded.com wrote: Since there is no distintion between 12bit and 16bit YUV formats in Вistinсtion. Distinction? Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond

[PATCH 10/27] [media] wl128x: Allow compile test of GPIO consumers if !GPIOLIB

2015-05-05 Thread Geert Uytterhoeven
. Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org Cc: Mauro Carvalho Chehab mche...@osg.samsung.com Cc: linux-media@vger.kernel.org --- drivers/media/radio/wl128x/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/media/radio/wl128x/Kconfig b/drivers/media

[PATCH] [media] vb2: Remove unused variable fileio in vb2_thread_stop()

2015-04-07 Thread Geert Uytterhoeven
drivers/media/v4l2-core/videobuf2-core.c: In function 'vb2_thread_stop': drivers/media/v4l2-core/videobuf2-core.c:3228:26: warning: unused variable 'fileio' [-Wunused-variable] Fixes: 0e661006370b7e7f ([media] vb2: fix 'UNBALANCED' warnings when calling vb2_thread_stop()) Signed-off-by: Geert

  1   2   3   4   >