Re: [PATCH 3/3] tidspbridge: convert OMAP3430 adaptation layer to use new SCM DSP boot control fns

2010-10-26 Thread Omar Ramirez Luna
On Tue, Oct 26, 2010 at 12:43 AM, Paul Walmsley p...@pwsan.com wrote:  arch/arm/mach-omap2/dsp.c                     |    4  arch/arm/plat-omap/include/plat/dsp.h         |    4  drivers/staging/tidspbridge/core/tiomap3430.c |   13 ++--- Could you please split the

Re: [PATCH 3/3] tidspbridge: convert OMAP3430 adaptation layer to use new SCM DSP boot control fns

2010-10-25 Thread Paul Walmsley
Hi Omar, On Fri, 22 Oct 2010, Omar Ramirez Luna wrote: arch/arm/mach-omap2/dsp.c |4 arch/arm/plat-omap/include/plat/dsp.h |4 drivers/staging/tidspbridge/core/tiomap3430.c | 13 ++--- Could you please split the tiomap3430.c change into

[PATCH 3/3] tidspbridge: convert OMAP3430 adaptation layer to use new SCM DSP boot control fns

2010-10-22 Thread Omar Ramirez Luna
From: Paul Walmsley p...@pwsan.com DSPBridge currently tries to __raw_writel() to the System Control Module to control the DSP boot process. This is a layering violation; this is SoC-specific code, and belongs in a file in arch/arm/mach-omap2/*. None of those CM and PRM register accesses