Re: [PATCH v2 3/4] omap4 hsmmc: Register offset handling

2010-10-01 Thread kishore kadiyala
eptember 18, 2010 10:04 PM >> To: linux-...@vger.kernel.org; linux-omap@vger.kernel.org; >> linux-arm-ker...@lists.infradead.org >> Cc: khil...@deeprootsystems.com; Cousson, Benoit >> Subject: [PATCH v2 3/4] omap4 hsmmc: Register offset handling >> >> The offset handling

RE: [PATCH v2 3/4] omap4 hsmmc: Register offset handling

2010-10-01 Thread G, Manjunath Kondaiah
.@lists.infradead.org > Cc: khil...@deeprootsystems.com; Cousson, Benoit > Subject: [PATCH v2 3/4] omap4 hsmmc: Register offset handling > > The offset handling implementation of omap4 mmc registers > which was already present can't be reused once hwmod > modifications are

Re: [PATCH v2 3/4] omap4 hsmmc: Register offset handling

2010-09-21 Thread kishore kadiyala
Hi Benoit, On Tue, Sep 21, 2010 at 2:26 AM, Cousson, Benoit wrote: > Hi Kishore > > On 9/18/2010 6:34 PM, Kadiyala, Kishore wrote: >> >> The offset handling implementation of omap4 mmc registers which >> was already present can't be reused once hwmod modifications are done >> for mmc driver. >> S

Re: [PATCH v2 3/4] omap4 hsmmc: Register offset handling

2010-09-20 Thread Cousson, Benoit
Hi Kishore On 9/18/2010 6:34 PM, Kadiyala, Kishore wrote: The offset handling implementation of omap4 mmc registers which was already present can't be reused once hwmod modifications are done for mmc driver. Since hwmod data file for OMAP4 is an auto generated the base address for MMC will remai

[PATCH v2 3/4] omap4 hsmmc: Register offset handling

2010-09-18 Thread kishore kadiyala
The offset handling implementation of omap4 mmc registers which was already present can't be reused once hwmod modifications are done for mmc driver. Since hwmod data file for OMAP4 is an auto generated the base address for MMC will remain same as OMAP3 and thus the offset deviation of registers sh