[PATCH 1/3] [v3] davinci: sram: ioremap the davinci_soc_info specified sram regions

2011-06-01 Thread Ben Gardiner
The current davinci init sets up SRAM in iotables. There has been an observed failure to boot a da850 with 128K specified in the iotable. Make the davinci sram allocator -- now based on RMK's consolidated SRAM support -- do an ioremap of the region specified by the entries in davinci_soc_info befo

[PATCH v3 0/3] davinci: ioremap SRAM instead of iotables

2011-06-01 Thread Ben Gardiner
The davinci platforms are mapping their io regions using iotables. This patch series converts them to mapping using ioremap. This version of the series is based on-top-of '[RFC PATCH v4] Consolidate SRAM support' from Russell King and Jean-Christophe PLAGNIOL-VILLARD. V3 has a fix to the commit me

[PATCH 3/3] [v3] davinci: da850: changed SRAM allocator to shared ram.

2011-06-01 Thread Ben Gardiner
From: Subhasish Ghosh This patch modifies the sram allocator to allocate memory from the DA8XX shared RAM. Signed-off-by: Subhasish Ghosh [rebased onto consolidated SRAM patches] Signed-off-by: Ben Gardiner Reviewed-by: Sergei Shtylyov Acked-by: Jean-Christophe PLAGNIOL-VILLARD --- Changes

[PATCH 2/3] [v3] davinci: da850-dm646x: remove the SRAM_VIRT iotable entry

2011-06-01 Thread Ben Gardiner
The sram regions defined for da850-dm646x in their iotable entries are also defined in their davinci_soc_info's. Remove this duplicate information which is now uneccessary since sram init will ioremap the regions defined by their davinci_soc_info's. Since this removal completely removes all uses

RE: [PATCH v3 0/3] davinci: ioremap SRAM instead of iotables

2011-06-01 Thread Nori, Sekhar
Hi Ben, No need to send out a new revision just to add an ack. The maintainer would take care of collecting the acks when committing the patch. Thanks, Sekhar ___ Davinci-linux-open-source mailing list Davinci-linux-open-source@linux.davincidsp.com htt

RE: [PATCH V2] davinci: da850: move input frequency to board specific files

2011-06-01 Thread Nori, Sekhar
On Fri, May 27, 2011 at 14:50:53, Christian Riesch wrote: > From: Bob Dunlop > > Currently the input frequency of the SoC is hardcoded in the SoC specific > da850.c file to 24 MHz. Since the SoC accepts input frequencies in a wide > range from 12 to 50 MHz, boards with different oscillator/crysta