Re: [PATCH][v1] powerpc/fsl: 85xx: add cache-sram support

2010-10-13 Thread Philipp Ittershagen
Hi Harninder, On Wed, 2010-10-13 at 14:47 +0530, harninder@freescale.com wrote: > +int __init instantiate_cache_sram(struct platform_device *dev, > + struct sram_parameters sram_params) > +{ > + if (cache_sram) { > + dev_err(&dev->dev, "Already initialized cache-sra

[PATCH][v1] powerpc/fsl: 85xx: add cache-sram support

2010-10-13 Thread harninder.rai
From: Harninder Rai It adds cache-sram support in P1/P2 QorIQ platforms as under: * A small abstraction over powerpc's remote heap allocator * Exports mpc85xx_cache_sram_alloc()/free() APIs * Supports only one contiguous SRAM window * Drivers can do the following in Kconfig to us