Re: problem with u-boot on NAND memory with dm6446

2010-01-25 Thread Caglar Akyuz
On Monday 25 January 2010 06:49:23 pm Ottavio Campana wrote: > I'm trying to put u-boot on a custom board based on dm6446 in a NAND > memory. > > I find some mismatches between the montavista linux kernel and u-boot > 2009.11 . > Are they using the same ecc/oob layout? In the past(2.6.10

Re: [alsa-devel] [PATCH 5/5] DaVinci: DM365: Voice Codec support for the DM365 EVM

2010-01-25 Thread Kevin Hilman
miguel.agui...@ridgerun.com writes: > From: Miguel Aguilar > > The DM365 EVM has two codecs: the Audio Codec (AIC3x) and the Voice Codec, > the idea is to have both enabled in the same kernel simultaneously. However, > the current soc-core doesn't support simultaneous codecs, once that > support

Re: [PATCH] davinci: clock: let clk->set_rate function sleep

2010-01-25 Thread Kevin Hilman
Sekhar Nori writes: > When supporting I2C/SPI based on-board PLLs like CDCE949, > it is essential that clk->set_rate be able to sleep. > > Currently, this is not possible because clk->set_rate is > called from within spin-lock in clk_set_rate > > This patch brings clk->set_rate outside of the spi

Re: [PATCH v3 2/2] i2c: Davinci i2c bus recovery procedure to clear the bus

2010-01-25 Thread Kevin Hilman
Philby John writes: > On Sun, 2010-01-24 at 15:07 +, Ben Dooks wrote: >> On Tue, Jan 12, 2010 at 04:47:16PM +0530, Philby John wrote: >> > >From 2565eeda807e49376298ec895a0d9a91a7668417 Mon Sep 17 00:00:00 2001 >> > From: Philby John >> > Date: Mon, 11 Jan 2010 22:39:44 +0530 >> > Subject: [

Re: [PATCH v3 1/2] i2c: Add SDA and SCL pin numbers to i2c platform data

2010-01-25 Thread Kevin Hilman
Philby John writes: > Kevin, > > On Tue, 2010-01-12 at 16:47 +0530, Philby John wrote: >> >From cb3347e45449ff16a332aa164eae24ef6a2432e6 Mon Sep 17 00:00:00 2001 >> From: Philby John >> Date: Mon, 11 Jan 2010 15:53:31 +0530 >> Subject: [PATCH 1/2] Add SDA and SCL pin numbers to i2c platform data

problem with u-boot on NAND memory with dm6446

2010-01-25 Thread Ottavio Campana
I'm trying to put u-boot on a custom board based on dm6446 in a NAND memory. I find some mismatches between the montavista linux kernel and u-boot 2009.11 . Particularly, in linux-2.6.18_pro500/arch/arm/mach-davinci/board-evm.c the variable davinci_nand_partitions has 4 elements bootload

Re: [PATCH v3 2/2] i2c: Davinci i2c bus recovery procedure to clear the bus

2010-01-25 Thread Philby John
On Sun, 2010-01-24 at 15:07 +, Ben Dooks wrote: > On Tue, Jan 12, 2010 at 04:47:16PM +0530, Philby John wrote: > > >From 2565eeda807e49376298ec895a0d9a91a7668417 Mon Sep 17 00:00:00 2001 > > From: Philby John > > Date: Mon, 11 Jan 2010 22:39:44 +0530 > > Subject: [PATCH 2/2] Davinci i2c bus re