Re: [PATCH v2 1/5] [media] omap3isp: Fix compilation error in ispreg.h

2012-10-08 Thread Tony Lindgren
* Mauro Carvalho Chehab mche...@infradead.org [121007 06:18]: Em Tue, 2 Oct 2012 09:31:58 -0700 Tony Lindgren t...@atomide.com escreveu: * Ido Yariv i...@wizery.com [121001 15:48]: Commit c49f34bc (ARM: OMAP2+ Move SoC specific headers to be local to mach-omap2) moved omap34xx.h

Re: [PATCH v3 1/3] omap3isp: Add CSI configuration registers from control block to ISP resources

2012-10-08 Thread Tony Lindgren
with request_mem_region() in isp_map_mem_resource() before they get ioremapped, right? And camera is the only user for these registers and they are not shared with anything else? If so, then this is OK to merge via the media patches: Acked-by: Tony Lindgren t...@atomide.com Signed-off-by: Sakari Ailus

[PATCH 16/16] ARM: OMAP: Make plat/omap-pm.h local to mach-omap2

2012-10-04 Thread Tony Lindgren
Chehab mche...@infradead.org Cc: Timo Kokkonen timo.t.kokko...@iki.fi Cc: linux-media@vger.kernel.org Signed-off-by: Tony Lindgren t...@atomide.com --- arch/arm/mach-omap1/pm_bus.c |2 -- arch/arm/mach-omap2/board-rx51-peripherals.c |2 +- arch/arm/mach-omap2/display.c

Re: [PATCH v2 1/5] [media] omap3isp: Fix compilation error in ispreg.h

2012-10-02 Thread Tony Lindgren
the driver needs and remove the include altogether. Signed-off-by: Ido Yariv i...@wizery.com I'm assuming that Mauro picks this one up, sorry for breaking it. Acked-by: Tony Lindgren t...@atomide.com --- drivers/media/platform/omap3isp/ispreg.h | 6 +++--- 1 file changed, 3 insertions(+), 3

Re: [PATCH v2 2/5] iommu/omap: Merge iommu2.h into iommu.h

2012-10-02 Thread Tony Lindgren
* Ido Yariv i...@wizery.com [121001 15:48]: Since iommu is not supported on OMAP1 and will not likely to ever be supported, merge plat/iommu2.h into iommu.h so only one file would have to move to platform_data/ as part of the single zImage effort. Thanks I'll be applying patches 2 - 5 once we

Re: [PATCH 2/3] iommu/omap: Merge iommu2.h into iommu.h

2012-09-27 Thread Tony Lindgren
Hi Ido, * Ido Yariv i...@wizery.com [120920 22:15]: Since iommu is not currently supported on OMAP1, merge plat/iommu2.h into iommu.h so only one file would have to move to platform_data/ as part of the single zImage effort. Looks like you need patch 2.5/3 in this series too that makes some

Re: [PATCH 2/3] iommu/omap: Merge iommu2.h into iommu.h

2012-09-27 Thread Tony Lindgren
* Tony Lindgren t...@atomide.com [120927 12:54]: Hi Ido, * Ido Yariv i...@wizery.com [120920 22:15]: Since iommu is not currently supported on OMAP1, merge plat/iommu2.h into iommu.h so only one file would have to move to platform_data/ as part of the single zImage effort. Looks like

Re: [PATCH] omap3isp: Replace cpu_is_omap3630() with ISP revision check

2012-09-27 Thread Tony Lindgren
this: Acked-by: Tony Lindgren t...@atomide.com -- 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 v2 2/2] omap3isp: Configure CSI-2 phy based on platform data

2012-09-27 Thread Tony Lindgren
* Laurent Pinchart laurent.pinch...@ideasonboard.com [120927 02:52]: Hi Tony, On Wednesday 26 September 2012 15:00:19 Tony Lindgren wrote: Moi Sakari * Sakari Ailus sakari.ai...@iki.fi [120926 14:51]: Configure CSI-2 phy based on platform data in the ISP driver

Re: [PATCH v2 2/2] omap3isp: Configure CSI-2 phy based on platform data

2012-09-26 Thread Tony Lindgren
Moi Sakari * Sakari Ailus sakari.ai...@iki.fi [120926 14:51]: Configure CSI-2 phy based on platform data in the ISP driver. For that, the new V4L2_CID_IMAGE_SOURCE_PIXEL_RATE control is used. Previously the same was configured from the board code. This patch is dependent on omap3: Provide

Re: [PATCHv2 7/8] ir-rx51: Convert latency constraints to PM QoS API

2012-08-24 Thread Tony Lindgren
This should get acked by Kevin ideally. Other than that: Acked-by: Tony Lindgren t...@atomide.com --- arch/arm/mach-omap2/board-rx51-peripherals.c | 2 -- drivers/media/rc/ir-rx51.c | 15 ++- include/media/ir-rx51.h | 2 -- 3 files changed, 10

Re: [PATCH v3 08/10] arm: omap4panda: Add support for omap4iss camera

2012-05-25 Thread Tony Lindgren
* Sergio Aguirre sergio.a.agui...@gmail.com [120523 21:49]: Hi Tony, On Tue, May 8, 2012 at 6:46 PM, Tony Lindgren t...@atomide.com wrote: * Sergio Aguirre saagui...@ti.com [120502 08:21]: This adds support for camera interface with the support for following sensors: - OV5640

Re: [PATCH v3 08/10] arm: omap4panda: Add support for omap4iss camera

2012-05-08 Thread Tony Lindgren
* Sergio Aguirre saagui...@ti.com [120502 08:21]: This adds support for camera interface with the support for following sensors: - OV5640 - OV5650 It seems that at this point we should initialize new things like this with DT only. We don't quite yet have the muxing in place, but I'd rather

Re: [PATCH v2 00/11] v4l2: OMAP4 ISS driver + Sensor + Board support

2011-12-07 Thread Tony Lindgren
* Sergio Aguirre saagui...@ti.com [30 15:40]: Hi everyone, This is the second version of the OMAP4 ISS driver, now ported to the Media Controller framework AND supporting videobuf2 framework. I suggest you do a device tree only binding for new drivers.

Re: [PATCH v2 3/5] omap3evm: Add Camera board init/hookup file

2011-09-29 Thread Tony Lindgren
Hi, Few comments below. * Deepthy Ravi deepthy.r...@ti.com [110927 06:07]: + +#include linux/io.h +#include linux/i2c.h +#include linux/delay.h +#include linux/gpio.h +#include linux/err.h +#include linux/platform_device.h +#include mach/gpio.h You can leave out mach/gpio.h as you

Re: [PATCH 5/5] omap2plus_defconfig: Enable omap3isp and MT9T111 sensor drivers

2011-09-20 Thread Tony Lindgren
* Laurent Pinchart laurent.pinch...@ideasonboard.com [110920 15:40]: CONFIG_REGULATOR_TPS65023=y CONFIG_REGULATOR_TPS6507X=y +CONFIG_MEDIA_SUPPORT=y +CONFIG_MEDIA_CONTROLLER=y +CONFIG_VIDEO_DEV=y +CONFIG_VIDEO_V4L2_COMMON=y +CONFIG_VIDEO_ALLOW_V4L1=y +CONFIG_VIDEO_V4L1_COMPAT=y

Re: [PATCH 2/2] OMAP3: RX-51: define vdds_csib regulator supply

2011-04-29 Thread Tony Lindgren
...@nokia.com This looks safe to merge along with the other patch: Acked-by: Tony Lindgren t...@atomide.com --- arch/arm/mach-omap2/board-rx51-peripherals.c |9 + 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/board-rx51-peripherals.c b/arch

Re: [PATCH v3 0/2] omap: iovmm: Fix IOVMM check for fixed 'da'

2011-03-11 Thread Tony Lindgren
* David Cohen daco...@gmail.com [110309 01:16]: Hi, Previous patch 2/3 was dropped in this new version. Patch 1 was updated according to a comment it got. --- IOVMM driver checks input 'da == 0' when mapping address to determine whether user wants fixed 'da' or not. At the same time, it

Re: [PATCH 0/2] OMAP1: amsdelta: reserve memory for videobuf_contig

2010-12-09 Thread Tony Lindgren
* Janusz Krzysztofik jkrzy...@tis.icnet.pl [101205 10:19]: Latest developements seem to allow for reserving a block of memory on boot to be used as a device dedicated dma coherent memory. This may be required for videobuf_config based video drivers avoid problems with allocating dma

Re: [RFC/PATCH v3 6/7] omap3: Export omap3isp platform device structure

2010-12-06 Thread Tony Lindgren
* Felipe Balbi ba...@ti.com [101125 03:13]: Hi, On Thu, Nov 25, 2010 at 12:17:59PM +0100, Laurent Pinchart wrote: pass platform_data as an argument to this call ? Then remove the static inline and export this one ? Yes indeed, why ? :-) I guess things like that are difficult to spot

Re: [PATCH v3] OMAP1: Add support for SoC camera interface

2010-09-27 Thread Tony Lindgren
* Janusz Krzysztofik jkrzy...@tis.icnet.pl [100926 17:55]: This patch adds a definition of the OMAP1 camera interface platform device, and a function that allows for providing a board specific platform data. The device will be used with the upcoming OMAP1 SoC camera interface driver.

Re: [RESEND][PATCH v2 2/6] OMAP1: Add support for SoC camera interface

2010-09-24 Thread Tony Lindgren
* Janusz Krzysztofik jkrzy...@tis.icnet.pl [100924 03:20]: Friday 24 September 2010 08:54:20 Guennadi Liakhovetski napisał(a): On Thu, 23 Sep 2010, Tony Lindgren wrote: * Janusz Krzysztofik jkrzy...@tis.icnet.pl [100923 16:37]: Friday 24 September 2010 01:23:10 Tony Lindgren napisał

Re: [PATCH v2 5/6] OMAP1: Amstrad Delta: add support for camera

2010-09-23 Thread Tony Lindgren
* Janusz Krzysztofik jkrzy...@tis.icnet.pl [100910 18:20]: This patch adds configuration data and initialization code required for camera support to the Amstrad Delta board. Three devices are declared: SoC camera, OMAP1 camera interface and OV6650 sensor. Default 12MHz clock has been

Re: [RESEND][PATCH v2 2/6] OMAP1: Add support for SoC camera interface

2010-09-23 Thread Tony Lindgren
* Janusz Krzysztofik jkrzy...@tis.icnet.pl [100910 18:26]: This patch adds support for SoC camera interface to OMAP1 devices. Created and tested against linux-2.6.36-rc3 on Amstrad Delta. For successfull compilation, requires a header file provided by PATCH 1/6 from this series, SoC

Re: [PATCH v2 5/6] OMAP1: Amstrad Delta: add support for camera

2010-09-23 Thread Tony Lindgren
* Tony Lindgren t...@atomide.com [100923 16:06]: * Janusz Krzysztofik jkrzy...@tis.icnet.pl [100910 18:20]: This patch adds configuration data and initialization code required for camera support to the Amstrad Delta board. Three devices are declared: SoC camera, OMAP1 camera

Re: [RESEND][PATCH v2 2/6] OMAP1: Add support for SoC camera interface

2010-09-23 Thread Tony Lindgren
* Janusz Krzysztofik jkrzy...@tis.icnet.pl [100923 16:37]: Friday 24 September 2010 01:23:10 Tony Lindgren napisał(a): I think you can just move the OMAP1_CAMERA_IOSIZE to the devices.c or someplace like that? Tony, Not exactly. I use the OMAP1_CAMERA_IOSIZE inside the driver when

Re: [PATCH v2 5/6] OMAP1: Amstrad Delta: add support for camera

2010-09-23 Thread Tony Lindgren
* Janusz Krzysztofik jkrzy...@tis.icnet.pl [100923 16:52]: Friday 24 September 2010 01:26:17 Tony Lindgren napisał(a): * Tony Lindgren t...@atomide.com [100923 16:06]: * Janusz Krzysztofik jkrzy...@tis.icnet.pl [100910 18:20]: This patch adds configuration data and initialization code

Re: Alternative for defconfig

2010-06-17 Thread Tony Lindgren
* Tony Lindgren t...@atomide.com [100616 10:50]: * Felipe Contreras felipe.contre...@gmail.com [100611 19:03]: On Fri, Jun 11, 2010 at 6:07 PM, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: My understanding is that Linus will remove all ARM defconfigs in 2.6.36, unless

Re: Alternative for defconfig

2010-06-16 Thread Tony Lindgren
* Felipe Contreras felipe.contre...@gmail.com [100611 19:03]: On Fri, Jun 11, 2010 at 6:07 PM, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: My understanding is that Linus will remove all ARM defconfigs in 2.6.36, unless someone can convince him not to. Huh? I thought he was

Re: [Resubmit: PATCH-V2] AM3517: Add VPFE Capture driver support

2010-05-04 Thread Tony Lindgren
it should be safe to merge via linux-media from omap point of view. Acked-by: Tony Lindgren t...@atomide.com -- 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-V6 2/2] OMAP2/3: Add V4L2 DSS driver support in device.c

2010-02-25 Thread Tony Lindgren
* hvaib...@ti.com hvaib...@ti.com [100223 01:25]: From: Vaibhav Hiremath hvaib...@ti.com Signed-off-by: Vaibhav Hiremath hvaib...@ti.com --- arch/arm/plat-omap/devices.c | 29 + 1 files changed, 29 insertions(+), 0 deletions(-) diff --git

Re: Embedded Linux Conference

2009-04-07 Thread Tony Lindgren
* Tony Lindgren t...@atomide.com [090406 18:45]: On Mon, Apr 06, 2009 at 11:45:39PM +, Tony Lindgren wrote: On Tue, Apr 07, 2009 at 01:18:05AM +0200, Hans Verkuil wrote: * Dongsoo Kim dongsoo@gmail.com [090317 10:36]: snip snip How about Monday night after

Re: Embedded Linux Conference

2009-04-06 Thread Tony Lindgren
* Dongsoo Kim dongsoo@gmail.com [090317 10:36]: snip snip How about Monday night after the Dinner (ends at 7pm [1]) we meet for beers. I'll let someone local (Tony) pick the venue. OK, let's plan for Monday night then. I'll find some place with drinks easily available, and within

Re: Embedded Linux Conference

2009-04-06 Thread Tony Lindgren
On Tue, Apr 07, 2009 at 01:18:05AM +0200, Hans Verkuil wrote: * Dongsoo Kim dongsoo@gmail.com [090317 10:36]: snip snip How about Monday night after the Dinner (ends at 7pm [1]) we meet for beers. I'll let someone local (Tony) pick the venue. OK, let's plan for Monday night

Re: Embedded Linux Conference

2009-03-17 Thread Tony Lindgren
* Kevin Hilman khil...@deeprootsystems.com [090317 07:50]: Hans Verkuil wrote: On Tuesday 17 March 2009 01:14:28 Steve Sakoman wrote: On Mon, Mar 16, 2009 at 3:56 PM, Tony Lindgren t...@atomide.com wrote: * Kevin Hilman khil...@deeprootsystems.com [090316 15:52]: Hans Verkuil hverk

Re: [PATCH 1/2] Pad configuration for OMAP3EVM Multi-Media Daughter Card Support

2009-02-20 Thread Tony Lindgren
* Hiremath, Vaibhav hvaib...@ti.com [090210 04:11]: Thanks, Vaibhav Hiremath -Original Message- From: Hiremath, Vaibhav Sent: Friday, January 30, 2009 12:52 AM To: linux-o...@vger.kernel.org Cc: linux-media@vger.kernel.org; Hiremath, Vaibhav; Jadav, Brijesh R; Shah,

<    1   2