[PATCH 1/2] usb: musb: MUSB_OTG should depend on PM

2008-06-11 Thread Felipe Balbi
Current musb Kconfig causes cyclic depency on x86 arch. The best fix is to depend on PM in order to build on OTG mode. Anyone interested in reproducing the error in your linux-omap trees, just make ARCH=x86 menuconfig Signed-off-by: Felipe Balbi [EMAIL PROTECTED] --- drivers/usb/musb/Kconfig |

[PATCH 2/3] Adding basic compile support for OMAP2EVM

2008-06-11 Thread arun c
From f24b517daecd23377d92c706bb28e218431d1887 Mon Sep 17 00:00:00 2001 From: arun [EMAIL PROTECTED] Date: Wed, 11 Jun 2008 14:48:49 +0530 Subject: [PATCH] Adding basic compile support for OMAP2EVM Signed-off-by: arun [EMAIL PROTECTED] --- arch/arm/configs/omap2_evm_defconfig |2 +-

[PATCH] ARM: OMAP2: Fix build errors in pm24xx.c caused by recent PRM patches

2008-06-11 Thread Jarkko Nikula
Signed-off-by: Jarkko Nikula [EMAIL PROTECTED] --- arch/arm/mach-omap2/pm24xx.c | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/arch/arm/mach-omap2/pm24xx.c b/arch/arm/mach-omap2/pm24xx.c index bcf3afe..69972a2 100644 --- a/arch/arm/mach-omap2/pm24xx.c +++

Re: [PATCH 1/3] ARM: OMAP: SmartReflex driver, reference source and header files

2008-06-11 Thread Kalle Jokiniemi
Hi, Good comments. I'll tighten the patch-set into only two patches: regdefs and implementation. Some other comments below. On ti, 2008-06-10 at 15:20 -0700, ext Tony Lindgren wrote: + + +/* #define DEBUG_SR 1 */ +#ifdef DEBUG_SR +# define DPRINTK(fmt, args...) printk(KERN_ERR %s:

Re: [PATCH 0/3] Adding support for OMAP2EVM(Replacing 2430OSK)

2008-06-11 Thread Felipe Balbi
On Wed, 11 Jun 2008 16:01:12 +0530, arun c [EMAIL PROTECTED] wrote: Hi all, The following set of patches adds support for Mistral's OMAP2EVM board. a) First patch replaces 2430OSK board files with omap2evm b) Second patch provides compile support c) Third patch completes the name

[PATCH] i2c: twl4030: warning: mixed declarations and code

2008-06-11 Thread Felipe Balbi
Latest patches for multi-omap support introduced it, removing. Trivial patch. Signed-off-by: Felipe Balbi [EMAIL PROTECTED] --- drivers/i2c/chips/twl4030-usb.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/i2c/chips/twl4030-usb.c

Re: [PATCH] i2c: twl4030: warning: mixed declarations and code

2008-06-11 Thread Eduardo Valentin
Hi Balbi, On Wed, Jun 11, 2008 at 9:55 AM, Felipe Balbi [EMAIL PROTECTED] wrote: On Wed, Jun 11, 2008 at 09:53:45AM -0400, ext Eduardo Valentin wrote: - struct twl4030_usb *twl = xceiv_to_twl(xceiv); u32 l; + struct twl4030_usb *twl = xceiv_to_twl(xceiv); To me you are

Re: [PATCH] i2c: twl4030: warning: mixed declarations and code

2008-06-11 Thread Felipe Balbi
On Wed, Jun 11, 2008 at 09:53:45AM -0400, ext Eduardo Valentin wrote: - struct twl4030_usb *twl = xceiv_to_twl(xceiv); u32 l; + struct twl4030_usb *twl = xceiv_to_twl(xceiv); To me you are just moving the place of this declaration. Yes, because ISO C99 forbids mixed

Re: [PATCH] i2c: twl4030: warning: mixed declarations and code

2008-06-11 Thread Eduardo Valentin
Hi Balbi, Sorry but I didn't get your point with your patch. On Wed, Jun 11, 2008 at 7:55 AM, Felipe Balbi [EMAIL PROTECTED] wrote: Latest patches for multi-omap support introduced it, removing. What exactly you are removing? Trivial patch. Signed-off-by: Felipe Balbi [EMAIL PROTECTED]

query on OMAP3 ISP

2008-06-11 Thread Ram
Hi, Has anybody tested/found the exisiting camera port on omap3 with a ISP sensor (ISP is within the sensor) connected through parallel interface working? I am trying to port a ISP sensor driver to work on omap3.However i am unable to get any camera interrupts. I am using the

Re: [PATCH] ARM: OMAP2: Fix build errors in pm24xx.c caused by recent PRM patches

2008-06-11 Thread Tony Lindgren
Hi, * Jarkko Nikula [EMAIL PROTECTED] [080611 03:11]: Signed-off-by: Jarkko Nikula [EMAIL PROTECTED] --- arch/arm/mach-omap2/pm24xx.c | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/arch/arm/mach-omap2/pm24xx.c b/arch/arm/mach-omap2/pm24xx.c index

Re: [PATCH 0/3] OMAP3 Beagle: Enable nand support

2008-06-11 Thread Steve Sakoman
Gmail seems to have messed with the wrapping on the initial submission. I will resubmit using git-send-email. Steve On Sat, May 31, 2008 at 11:38 PM, Steve Sakoman [EMAIL PROTECTED] wrote: This series of patches adds nand support to the beagle board. The first patch in the series builds on

[PATCH 2/3] OMAP3 Beagle: add nand support

2008-06-11 Thread Steve Sakoman
Add nand support to omap3beagle Signed-off-by: Steve Sakoman [EMAIL PROTECTED] --- arch/arm/mach-omap2/Makefile |3 arch/arm/mach-omap2/board-omap3beagle-flash.c | 119 ++ arch/arm/mach-omap2/board-omap3beagle.c |1

[PATCH 1/3] mtd omap2 nand driver: extend to work with omap3 boards

2008-06-11 Thread Steve Sakoman
From: Teerth Reddy [EMAIL PROTECTED], Steve Sakoman [EMAIL PROTECTED] Extend omap2 mtd nand driver to work with ARCH_OMAP3 boards Signed-off-by: Steve Sakoman [EMAIL PROTECTED] --- Kconfig |6 - omap2.c | 230 2 files

Re: [PATCH] Added sleep support to UART

2008-06-11 Thread Paul Walmsley
Hello Tero, A few minor comments based on a quick look. In terms of the OMAP3 code, is that for retention-idle only, or does it work with off-idle also? On Tue, 10 Jun 2008, Tero Kristo wrote: +const u32 omap2_uart_wk_bit[OMAP_MAX_NR_PORTS] = { + OMAP24XX_ST_UART1,