From: kishore kadiyala Date: Fri, 1 Oct 2010 23:35:28 +0000 (-0700) Subject: omap4 hsmmc: Register offset handling X-Git-Tag: v2.6.37-rc1~121^2~26^3~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91a0b089f8358aec866bc9c69da8b84c77beaaf3;p=pandora-kernel.git omap4 hsmmc: Register offset handling In OMAP4, as per new PM programming model, the legacy registers which were there in OMAP3 are all shifted by 0x100 while new one's are added from offset 0 to 0x10. For OMAP4, the register offset appending of 0x100 done in devices.c currently, is moved to driver file.This change fits in for current implementation as well as once the driver undergoes hwmod adaptation. Cc: Andrew Morton Cc: Madhusudhan Chikkature Cc: Adrian Hunter Cc: Benoit Cousson Signed-off-by: Kishore Kadiyala Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed