Re: [PATCH v3] SoC Camera: add driver for OMAP1 camera interface

2010-10-02 Thread Guennadi Liakhovetski
Same with this one - let's take it as is and address a couple of clean-ups later. On Thu, 30 Sep 2010, Janusz Krzysztofik wrote: +static void omap1_videobuf_queue(struct videobuf_queue *vq, + struct videobuf_buffer *vb) +{ + struct

RE: [PATCH 02/14] omap: Map only available sram memory

2010-10-02 Thread Shilimkar, Santosh
-Original Message- From: Tony Lindgren [mailto:t...@atomide.com] Sent: Saturday, October 02, 2010 4:23 AM To: Grazvydas Ignotas Cc: Shilimkar, Santosh; linux-omap@vger.kernel.org; linux-arm- ker...@lists.infradead.org; Russell King - ARM Linux Subject: Re: [PATCH 02/14] omap: Map

Re: [PATCH 2/4] iovmm: fix roundup for next area and end check for the last area

2010-10-02 Thread David Cohen
On Fri, Oct 01, 2010 at 09:21:36PM +0200, ext Guzman Lugo, Fernando wrote: On Fri, Oct 01, 2010 at 06:10:30PM +0200, ext Guzman Lugo, Fernando wrote: [snip] arch/arm/plat-omap/iovmm.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff

Re: [PATCHv3 1/6] omap3: Add external VBUS power switch and overcurrent detect on IGEP v2 board.

2010-10-02 Thread David Cohen
Hi, On Fri, Oct 01, 2010 at 11:09:04PM +0200, ext Enric Balletbo i Serra wrote: GPIO for various devices are missing from the board initialization. This patch adds support for the VBUS and over current gpios. Without this patch, input/outputs from these two sources are ignored.

Re: [PATCH] omap3: Add minimal OMAP3 IGEP module support.

2010-10-02 Thread Enric Balletbò i Serra
2010/10/2 Tony Lindgren t...@atomide.com: * Enric Balletbo i Serra eballe...@gmail.com [101001 15:18]: The OMAP3 IGEP module is a low-power, high performance production-ready system-on-module (SOM) based on TI's OMAP3 family. Looks OK to me, but also looks like you're missing the uncompress.h

[PATCH] omap3: Restore the powerdomian states post wfi in omap_sram_idle

2010-10-02 Thread Santosh Shilimkar
Restore the mpu, neon per and core power domain states to ON otherwise power domain can transition to already programmed low power state while issuing WFI outside the idle thread when dependencies are met. On HS/EMU devices, mpu can do WFI as part of secure code execution like waiting on DMA

[PATCHv2 0/1] Add initial support for OMAP3 IGEP module

2010-10-02 Thread Enric Balletbo i Serra
Hello, This is the version 2 of patch series to introduce the OMAP3 IGEP module support. Thanks for your comments. Changes since v1: - add DEBUG_LL/EARLY_PRINTK entry arch/arm/mach-omap2/Kconfig |5 + arch/arm/mach-omap2/Makefile |2 +

[PATCHv2] omap3: Add minimal OMAP3 IGEP module support.

2010-10-02 Thread Enric Balletbo i Serra
The OMAP3 IGEP module is a low-power, high performance production-ready system-on-module (SOM) based on TI's OMAP3 family. More about this board at www.igep.es. Signed-off-by: Enric Balletbo i Serra eballe...@gmail.com --- arch/arm/mach-omap2/Kconfig |5 +

Re: [PATCHv3 1/6] omap3: Add external VBUS power switch and overcurrent detect on IGEP v2 board.

2010-10-02 Thread Enric Balletbò i Serra
2010/10/2 David Cohen david.co...@nokia.com: Hi, On Fri, Oct 01, 2010 at 11:09:04PM +0200, ext Enric Balletbo i Serra wrote: GPIO for various devices are missing from the board initialization. This patch adds support for the VBUS and over current gpios.  Without this patch, input/outputs

[PATCH v2] OMAP2PLUS: WDT: Fix: Disable WDT after reset during init

2010-10-02 Thread Varadarajan, Charulatha
Inorder to avoid any assumptions from bootloader, the watchdog timer module is reset during init. This enables the watchdog timer. Therefore, it is required to disable WDT after it is reset during init. Otherwise the system would reboot as per the default watchdog timer registers settings.

Re: [PATCH v3] SoC Camera: add driver for OMAP1 camera interface

2010-10-02 Thread Janusz Krzysztofik
Saturday 02 October 2010 08:07:28 Guennadi Liakhovetski napisał(a): Same with this one - let's take it as is and address a couple of clean-ups later. Guennadi, Thanks for taking them both. BTW, what are your intentions about the last patch from my series still left not commented, SoC Camera:

Re: [PATCH] omap: pandora: enable twl4030 charger

2010-10-02 Thread Grazvydas Ignotas
On Sat, Oct 2, 2010 at 2:08 AM, Tony Lindgren t...@atomide.com wrote: * Grazvydas Ignotas nota...@gmail.com [101001 02:44]: Add platform data to make use of newly added charging driver. Thanks, I'll queue this for the upcoming merge window. Grazvydas (and others too), can you please always

Re: [PATCH] PM: add synchronous runtime interface for interrupt handlers

2010-10-02 Thread Alan Stern
On Fri, 1 Oct 2010, Rafael J. Wysocki wrote: In my opinion the _irq operations should really be one-shot, without any looping, waking up parents etc. I mean, if the parent is not RPM_ACTIVE, the _irq resume should immediately fail and analogously for the _irq suspend. And so on.

[PATCHv3 0/1] Add initial support for OMAP3 IGEP module

2010-10-02 Thread Enric Balletbo i Serra
Hello, This is the version 3 of patch series to introduce the OMAP3 IGEP module support. Changes since v2 (thanks Laurent): - Set onenand_setup to NULL instead of adding a no-op function. - On igep3_flash_init() function: - Use 'for' loop instead 'while' loop. - No need to initialize

[PATCHv3 1/1] omap3: Add minimal OMAP3 IGEP module support.

2010-10-02 Thread Enric Balletbo i Serra
The OMAP3 IGEP module is a low-power, high performance production-ready system-on-module (SOM) based on TI's OMAP3 family. More about this board at www.igep.es. Signed-off-by: Enric Balletbo i Serra eballe...@gmail.com --- arch/arm/mach-omap2/Kconfig |5 +

Re: [PATCH] PM: add synchronous runtime interface for interrupt handlers

2010-10-02 Thread Rafael J. Wysocki
On Saturday, October 02, 2010, Alan Stern wrote: On Fri, 1 Oct 2010, Rafael J. Wysocki wrote: ... At the moment it suspends when the network cable is removed from the device and the hack I mentioned is used during the resume after the cable has been reinserted (it checks if the cable is

[GIT PULL] OMAP: SCM/McBSP/clock: branch integration patches for 2.6.37

2010-10-02 Thread Paul Walmsley
Hello Tony, The following changes since commit 7ad0e386d46e9edff64705ab25337ad9130baf63: OMAP2+: defconfig: disable CPUfreq (2010-09-29 10:39:02 -0700) are available in the git repository at: git://git.pwsan.com/linux-2.6 control_mcbsp_fix_2.6.37 Paul Walmsley (10): OMAP2+: Kconfig:

Re: [PATCH v3] SoC Camera: add driver for OMAP1 camera interface

2010-10-02 Thread Guennadi Liakhovetski
On Sat, 2 Oct 2010, Janusz Krzysztofik wrote: Saturday 02 October 2010 08:07:28 Guennadi Liakhovetski napisał(a): Same with this one - let's take it as is and address a couple of clean-ups later. Guennadi, Thanks for taking them both. BTW, what are your intentions about the last patch