RE: [PATCH] OMAP: I2C: Add mpu wake up latency constraint in i2c

2009-11-29 Thread Paul Walmsley
Hi Ben, Kalle, On Thu, 26 Nov 2009, kalle.jokini...@nokia.com wrote: > Could you take this patch to i2c tree? The patch has been discussed in > linux-omap list, and this version was the one that was agreed to pushed > forward. > > http://marc.info/?l=linux-omap&m=125907598412786&w=2 > > > I

Re: [PATCH v2] OMAP: DMA: move LCD related code from plat-omap to mach-omap1

2009-11-29 Thread Paul Walmsley
On Fri, 27 Nov 2009, Janusz Krzysztofik wrote: > All of the LCD DMA code in plat-omap/dma.c appears to be OMAP1-only (and > apparently only is available on a subset of OMAP1 chips). Looks good. Reviewed-by: Paul Walmsley Tony, you want to take this one? - Paul > > Move this code to mach-om

Re: [PATCH-v5 2/4] OMAP3: Add support for NAND on ZOOM2/LDP boards

2009-11-29 Thread Vimal Singh
On Mon, Nov 23, 2009 at 11:15 PM, Tony Lindgren wrote: > * Vimal Singh [091119 00:52]: >> On Wed, Nov 18, 2009 at 10:37 PM, Tony Lindgren wrote: >> > * Vimal Singh [091118 06:38]: >> >> Tony, >> >> >> >> On Fri, Nov 13, 2009 at 2:14 AM, Tony Lindgren wrote: >> >> > * Vimal Singh [091110 02:08

Re: [PATCH-v5 2/4] OMAP3: Add support for NAND on ZOOM2/LDP boards

2009-11-29 Thread Vimal Singh
On Mon, Nov 23, 2009 at 11:15 PM, Tony Lindgren wrote: > * Vimal Singh [091119 00:52]: >> On Wed, Nov 18, 2009 at 10:37 PM, Tony Lindgren wrote: >> > * Vimal Singh [091118 06:38]: >> >> Tony, >> >> >> >> On Fri, Nov 13, 2009 at 2:14 AM, Tony Lindgren wrote: >> >> > * Vimal Singh [091110 02:08

RE: [PATCH] Add omap3_defconfig

2009-11-29 Thread Gadiyar, Anand
Olof Johansson wrote: > Having one combined defconfig that is the superset of the individual > defconfigs for OMAP3 platforms is useful for easily finding build > errors. Not to mention convenient as a base if you want to boot several > platforms with a single kernel image. > > Signed-off-by: Olo

RE: Problems using DSS2 on OMAP3 EVM / Angstrom with rotation

2009-11-29 Thread Hiremath, Vaibhav
> -Original Message- > From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- > ow...@vger.kernel.org] On Behalf Of Tomi Valkeinen > Sent: Thursday, November 26, 2009 7:50 PM > To: ext Eino-Ville Talvala > Cc: linux-omap@vger.kernel.org > Subject: Re: Problems using DSS2 on OMAP3 EVM /

[PATCH] Add omap3_defconfig

2009-11-29 Thread Olof Johansson
Having one combined defconfig that is the superset of the individual defconfigs for OMAP3 platforms is useful for easily finding build errors. Not to mention convenient as a base if you want to boot several platforms with a single kernel image. Signed-off-by: Olof Johansson --- Tony, I noticed

Problems trying to boot am3517 w/NFSroot

2009-11-29 Thread Peter Barada
I'm trying to boot an am3517 using TI's PSP-SDK-03.00.00.02 kernel, and it fails to get an IP address w/dhcp (retrying forever). I used the omap3517_evm_defconfig to config the kernel. The command line is "console=ttyS2,115200n8 root=/dev/nfs rw nfsroot=192.168.3.5:/opt/nfs-exports/ltib-am3517,w

RE: [PATCH 1/8] omap2: mux: intoduce omap_mux_{read,write}

2009-11-29 Thread Shilimkar, Santosh
> -Original Message- > From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- > ow...@vger.kernel.org] On Behalf Of Tony Lindgren > Sent: Thursday, November 26, 2009 5:49 AM > To: linux-arm-ker...@lists.infradead.org > Cc: linux-omap@vger.kernel.org; Mike Rapoport > Subject: [PATCH 1/8]

RE: [PATCH 0/8] Series short description

2009-11-29 Thread Shilimkar, Santosh
Tony, > -Original Message- > From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- > ow...@vger.kernel.org] On Behalf Of Tony Lindgren > Sent: Thursday, November 26, 2009 5:49 AM > To: linux-arm-ker...@lists.infradead.org > Cc: linux-omap@vger.kernel.org > Subject: [PATCH 0/8] Series s

[PATCH] omap3: cm-t35: add mux initialization

2009-11-29 Thread Mike Rapoport
CM-T35 can be assembled with different set of peripherals thus making certain interfaces available to user as GPIOs or dedicated pins. Because of it CM-T35 bootloader sets up mux configuration only for pins necessary to boot the system and the rest of the mux configuration is done by the kernel. Be

[PATCH] omap3: mux: add shorthands for OUTPUT_PULL{UP,DOWN}

2009-11-29 Thread Mike Rapoport
Signed-off-by: Mike Rapoport --- arch/arm/mach-omap2/mux.h |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/mux.h b/arch/arm/mach-omap2/mux.h index e09c5d2..02a1b53 100644 --- a/arch/arm/mach-omap2/mux.h +++ b/arch/arm/mach-omap2/mux.h @@ -37,6 +37,8 @

[PATCH] omap3: cm-t35: add mux initialization

2009-11-29 Thread Mike Rapoport
Tony, These patches are follow-ups to your mux rework series. The first one is pretty trivial and adds OUTPUT_PULL{UP,DOWN} to shorten the lines in omap_board_mux arrays. The second patch adds the mux configuration for CM-T35. This is actually the most compact subset of 'cat /sys/kernel/debug/oma