Re: [PATCH] mmc: omap4: hsmmc: fix module re-insertion

2012-04-05 Thread Tony Lindgren
* Chris Ball [120405 15:17]: > Hi Tony, > > On Thu, Apr 05 2012, Tony Lindgren wrote: > > * Balaji T K [120308 07:27]: > >> OMAP4 and OMAP3 HSMMC IP registers differ by 0x100 offset. > >> Addng the offset to platform_device resource structure > >> increments the start address for every insmod op

Re: [PATCH] mmc: omap4: hsmmc: fix module re-insertion

2012-04-05 Thread Chris Ball
Hi Tony, On Thu, Apr 05 2012, Tony Lindgren wrote: > * Balaji T K [120308 07:27]: >> OMAP4 and OMAP3 HSMMC IP registers differ by 0x100 offset. >> Addng the offset to platform_device resource structure >> increments the start address for every insmod operation. >> MMC command fails on re-insertio

Re: [PATCH] mmc: omap4: hsmmc: fix module re-insertion

2012-04-05 Thread Tony Lindgren
Chris, * Balaji T K [120308 07:27]: > OMAP4 and OMAP3 HSMMC IP registers differ by 0x100 offset. > Addng the offset to platform_device resource structure > increments the start address for every insmod operation. > MMC command fails on re-insertion as module due to incorrect register base. > Fix

[PATCH] mmc: omap4: hsmmc: fix module re-insertion

2012-03-08 Thread Balaji T K
OMAP4 and OMAP3 HSMMC IP registers differ by 0x100 offset. Addng the offset to platform_device resource structure increments the start address for every insmod operation. MMC command fails on re-insertion as module due to incorrect register base. Fix this by updating the ioremap base address only.