Re: [PATCH 1/8] DSPBRIDGE: Cleanup SSI handling - remove IO_ADDRESS

2010-01-08 Thread Felipe Contreras
On Fri, Jan 08, 2010 at 02:00:26AM +0100, Omar Ramirez Luna wrote: This patch cleans SSI clock preparation and also removes the dependency on IO_ADDRESS variants for easier maintenance. So this patch is: * reorganizing SSI configuration * doing some code-style cleanups * using ioremap()

RE: [PATCH 1/8] DSPBRIDGE: Cleanup SSI handling - remove IO_ADDRESS

2010-01-08 Thread Ramirez Luna, Omar
From: Felipe Contreras [mailto:felipe.contre...@nokia.com] On Fri, Jan 08, 2010 at 02:00:26AM +0100, Omar Ramirez Luna wrote: This patch cleans SSI clock preparation and also removes the dependency on IO_ADDRESS variants for easier maintenance. So this patch is: Cleaning ssi handling *

[PATCH 1/8] DSPBRIDGE: Cleanup SSI handling - remove IO_ADDRESS

2010-01-07 Thread Omar Ramirez Luna
This patch cleans SSI clock preparation and also removes the dependency on IO_ADDRESS variants for easier maintenance. Signed-off-by: Omar Ramirez Luna omar.rami...@ti.com --- arch/arm/plat-omap/include/dspbridge/drv.h |7 ++ drivers/dsp/bridge/services/clk.c | 30