Re: [PATCH 4/6] V4L: sh_mobile_csi2: switch away from using the soc-camera bus notifier

2011-07-17 Thread Paul Mundt
+++- include/media/sh_mobile_ceu.h | 10 ++- include/media/sh_mobile_csi2.h |8 +- 5 files changed, 180 insertions(+), 102 deletions(-) Acked-by: Paul Mundt let...@linux-sh.org -- To unsubscribe from this list: send the line unsubscribe linux-media in the body

Re: [PATCH 6/6] V4L: soc-camera: remove soc-camera bus and devices on it

2011-07-17 Thread Paul Mundt
, if it does, we'll have the whole 3.1-rc timeframe to fix them. Acked-by: Paul Mundt let...@linux-sh.org -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo

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

2011-06-24 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 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: As FOURCC values are

Re: [PATCH] ARM: mach-shmobile: add coherent DMA mask to CEU camera devices

2011-03-23 Thread Paul Mundt
On Wed, Mar 23, 2011 at 10:29:16AM +0100, Guennadi Liakhovetski wrote: Cameras are currently broken on ARM sh-mobile platforms. They need a suitable coherent DMA mask. Signed-off-by: Guennadi Liakhovetski g.liakhovet...@gmx.de Applied, thanks. -- To unsubscribe from this list: send the line

Re: [RFC PATCH] HDMI:Support for EDID parsing in kernel.

2011-03-22 Thread Paul Mundt
On Tue, Mar 22, 2011 at 02:52:59PM -0300, Mauro Carvalho Chehab wrote: Em 22-03-2011 14:32, Mythri P K escreveu: Adding support for common EDID parsing in kernel. EDID - Extended display identification data is a data structure provided by a digital display to describe its capabilities to

Re: [PATCH] dma_declare_coherent_memory: push ioremap() up to caller

2010-12-23 Thread Paul Mundt
On Thu, Dec 23, 2010 at 11:54:34PM +, Russell King - ARM Linux wrote: On Fri, Dec 24, 2010 at 12:20:32AM +0100, Janusz Krzysztofik wrote: The patch tries to implement a solution suggested by Russell King, http://lists.infradead.org/pipermail/linux-arm-kernel/2010-December/035264.html.

Re: [PATCH] dma_declare_coherent_memory: push ioremap() up to caller

2010-12-23 Thread Paul Mundt
preallocated with another dma_alloc_coherent(). Compile tested for all modified files except arch/sh/drivers/pci/fixups-dreamcast.c. Signed-off-by: Janusz Krzysztofik jkrzy...@tis.icnet.pl The arch/sh/drivers/pci/fixups-dreamcast.c build fine. Acked-by: Paul Mundt let...@linux-sh.org

Re: [Ksummit-2010-discuss] [v2] Remaining BKL users, what to do

2010-10-19 Thread Paul Mundt
On Tue, Oct 19, 2010 at 08:39:58AM -0400, Steven Rostedt wrote: On Tue, 2010-10-19 at 09:26 +0200, Arnd Bergmann wrote: On Tuesday 19 October 2010 06:52:32 Dave Airlie wrote: I might be able to find some hardware still lying around here that uses an i810. Not sure unless I go

Re: [PATCH 3/3] sh: add Video Output Unit (VOU) and AK8813 TV-encoder support to ms7724se

2010-05-22 Thread Paul Mundt
On Thu, Mar 11, 2010 at 02:45:00PM +0100, Guennadi Liakhovetski wrote: Add platform bindings, GPIO initialisation and allocation and AK8813 reset code to ms7724se. Signed-off-by: Guennadi Liakhovetski g.liakhovet...@gmx.de --- Obviously depends on the previous two VOU and AK881x

Re: [PATCH] SH: add Video Output Unit and AK8813 video encoder support on ecovec

2010-05-22 Thread Paul Mundt
On Wed, Apr 21, 2010 at 10:45:25AM +0200, Guennadi Liakhovetski wrote: Ecovec uses the AK8813 video envoder similarly to the ms7724se platform with the only difference, that on ecovec GPIOs are used for resetting and powering up and down the chip. Signed-off-by: Guennadi Liakhovetski

Re: [PATCH] media/IR: Add missing include file to rc-map.c

2010-05-14 Thread Paul Mundt
On Tue, May 11, 2010 at 08:42:14PM +0200, Peter H?we wrote: Am Mittwoch 05 Mai 2010 17:20:21 schrieb Peter H?we: From: Peter Huewe peterhu...@gmx.de This patch adds a missing include linux/delay.h to prevent build failures[1-5] Signed-off-by: Peter Huewe peterhu...@gmx.de --- Any

Re: [PATCH 1/3 v2] V4L: SuperH Video Output Unit (VOU) driver

2010-03-23 Thread Paul Mundt
for the Video Output Unit (VOU) on SuperH SoCs. + I assumed the VOU was only on SH-Mobile, in which case you can just depend on ARCH_SHMOBILE directly, since we set that for all SH-Mobile CPUs anyways. After that's done or proven to be an inaccurate assumption: Acked-by: Paul Mundt let...@linux

Re: acks needed for arch/sh parts of the patches

2009-12-03 Thread Paul Mundt
. Looks good to me. Acked-by: Paul Mundt let...@linux-sh.org -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH 1/2] SH: add support for the RJ54N1CB0C camera for the kfr2r09 platform

2009-10-08 Thread Paul Mundt
On Mon, Oct 05, 2009 at 05:20:48PM +0200, Guennadi Liakhovetski wrote: On Mon, 5 Oct 2009, Paul Mundt wrote: On Sat, Oct 03, 2009 at 01:21:30PM +0200, Guennadi Liakhovetski wrote: Signed-off-by: Guennadi Liakhovetski g.liakhovet...@gmx.de --- arch/sh/boards/mach-kfr2r09/setup.c

Re: [PATCH 1/2] SH: add support for the RJ54N1CB0C camera for the kfr2r09 platform

2009-10-04 Thread Paul Mundt
On Sat, Oct 03, 2009 at 01:21:30PM +0200, Guennadi Liakhovetski wrote: Signed-off-by: Guennadi Liakhovetski g.liakhovet...@gmx.de --- arch/sh/boards/mach-kfr2r09/setup.c | 139 +++ 1 files changed, 139 insertions(+), 0 deletions(-) This seems to depend on

Re: [PULL] soc-camera 2.6.32: new driver and a compile-fix

2009-09-24 Thread Paul Mundt
On Wed, Sep 23, 2009 at 06:02:04PM +0200, Guennadi Liakhovetski wrote: On Wed, 23 Sep 2009, Guennadi Liakhovetski wrote: Hi Mauro The following two patches are for 2.6.32. One of them fixes sh_mobile_ceu_camera compile breakage, and another one adds a new soc-camera / v4l2-subdev

Re: [PULL] soc-camera 2.6.32: new driver and a compile-fix

2009-09-24 Thread Paul Mundt
On Fri, Sep 25, 2009 at 01:29:08AM -0300, Mauro Carvalho Chehab wrote: Em Fri, 25 Sep 2009 11:52:19 +0900 Paul Mundt let...@linux-sh.org escreveu: On Wed, Sep 23, 2009 at 06:02:04PM +0200, Guennadi Liakhovetski wrote: On Wed, 23 Sep 2009, Guennadi Liakhovetski wrote: Hi Mauro

Re: [PATCH 3/3] soc-camera: fix recently introduced overlong lines

2009-08-25 Thread Paul Mundt
On Tue, Aug 25, 2009 at 01:06:07PM +0200, Guennadi Liakhovetski wrote: Signed-off-by: Guennadi Liakhovetski g.liakhovet...@gmx.de Cc: Paul Mundt let...@linux-sh.org --- arch/sh/boards/board-ap325rxa.c |3 ++- drivers/media/video/mt9m111.c |9 + drivers

Re: [BUG] drivers/video/sis: deadlock introduced by fbdev: add mutex for fb_mmap locking

2009-07-05 Thread Paul Mundt
-by: Paul Mundt let...@linux-sh.org --- drivers/video/fbmem.c |1 - drivers/video/fbsysfs.c |2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/video/fbmem.c b/drivers/video/fbmem.c index 53ea056..27a5271 100644 --- a/drivers/video/fbmem.c +++ b/drivers/video

Re: [BUG] drivers/video/sis: deadlock introduced by fbdev: add mutex for fb_mmap locking

2009-07-05 Thread Paul Mundt
On Sun, Jul 05, 2009 at 07:56:56AM -0700, Linus Torvalds wrote: On Sun, 5 Jul 2009, Paul Mundt wrote: break; fb_info-node = i; mutex_init(fb_info-lock); - mutex_init(fb_info-mm_lock); Why not lock as well? I had that initially, but matroxfb

Re: [BUG] drivers/video/sis: deadlock introduced by fbdev: add mutex for fb_mmap locking

2009-07-05 Thread Paul Mundt
On Sun, Jul 05, 2009 at 08:19:40AM -0700, Linus Torvalds wrote: On Mon, 6 Jul 2009, Paul Mundt wrote: Why not lock as well? I had that initially, but matroxfb will break if we do that, and presently nothing cares about trying to take -lock that early on. I really would rather

Re: [PATCH 00/10 v2] soc-camera conversions

2009-06-09 Thread Paul Mundt
On Mon, Jun 08, 2009 at 09:19:50PM +0200, Guennadi Liakhovetski wrote: On Tue, 19 May 2009, Paul Mundt wrote: On Fri, May 15, 2009 at 07:18:45PM +0200, Guennadi Liakhovetski wrote: this is the next round of soc-camera conversions. Run-tested on i.MX31, PXA270, SH7722, compile-tested

[PATCH] i2c: Simplified CONFIG_I2C=n interface.

2009-05-27 Thread Paul Mundt
interface, this provides a stubbed set of interfaces for the CONFIG_I2C=n case. I've covered the obvious ones that cause the majority of the build failures, anything more involved really ought to have its dependencies fixed instead. Signed-off-by: Paul Mundt let...@linux-sh.org --- include

Re: [PATCH -next] v4l2: handle unregister for non-I2C builds

2009-05-21 Thread Paul Mundt
On Mon, May 11, 2009 at 09:37:41AM -0700, Randy Dunlap wrote: From: Randy Dunlap randy.dun...@oracle.com Build fails when CONFIG_I2C=n, so handle that case in the if block: drivers/built-in.o: In function `v4l2_device_unregister': (.text+0x157821): undefined reference to

Re: [PATCH 00/10 v2] soc-camera conversions

2009-05-18 Thread Paul Mundt
On Fri, May 15, 2009 at 07:18:45PM +0200, Guennadi Liakhovetski wrote: this is the next round of soc-camera conversions. Run-tested on i.MX31, PXA270, SH7722, compile-tested only for i.MX1. It should have been a straight-forward port of the previous version to a more current tree, but then

Re: [PATCH] videobuf-dma-contig: remove sync operation

2009-04-28 Thread Paul Mundt
Migo-R with CEU and ov7725. drivers/media/video/videobuf-dma-contig.c | 14 -- 1 file changed, 14 deletions(-) Reviewed-by: Paul Mundt let...@linux-sh.org -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org