From mboxrd@z Thu Jan 1 00:00:00 1970 From: peter.ujfalusi@ti.com (=?ISO-8859-1?Q?P=E9ter?= Ujfalusi) Date: Wed, 07 Sep 2011 09:46:06 +0300 Subject: [PATCH 00/14] McBSP cleanup and generalization In-Reply-To: <1314804181-17260-1-git-send-email-jarkko.nikula@bitmer.com> References: <1314804181-17260-1-git-send-email-jarkko.nikula@bitmer.com> Message-ID: <2765628.C70gLzgCW7@barack> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wednesday 31 August 2011 17:22:47 Jarkko Nikula wrote: > Hi > > Updates and continuation to my McBSP cleanup RFC set I sent before vacation > period. Motivation here is to get rid off all is_omap and CONFIG_ARCH stuff > and to make code a step more generic (and for preparing to move code out > under arch/arm/). > > I hope this version doesn't break OMAP1. I suppose it should work now as > the register and dma addresses are calculated from common register numbers > and not by mangling from OMAP2+ register offsets (Thanks for > Janusz Krzysztofik for the idea). > > Also MCBSP_CONFIG_TYPEx defines are not used to replace is_omap tests in > plat/mcbsp.c in this version but by using a feature flags (Thanks for > Charulatha V for the idea). > > Note that patch 01/14 has from address to my disabled google account. This > is since the patch is already committed in to > for_3.2/omap_device branch of Kevin's git tree. These all looks good to me. Acked-by: Peter Ujfalusi