From: Benoit Cousson Date: Thu, 20 May 2010 18:31:08 +0000 (-0600) Subject: OMAP4: hwmod: Replace module & device offsets by absolute clkctrl address X-Git-Tag: v2.6.35-rc1~456^2~1^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53934aa74d49daa7c31c38028fd05c99475489d6;p=pandora-kernel.git OMAP4: hwmod: Replace module & device offsets by absolute clkctrl address Accessing the clkctrl register using offset of module & device is hard to do in OMAP4 due to the way the CM1, CM2, PRM and PRCM_MPU are located in the address space. There is no common base address anymore for all the CM registers. The easiest way to handle that on OMAP4 is to provide the absolute address of the XXX_CLKCTRL register per hwmod. Signed-off-by: Benoit Cousson Signed-off-by: Paul Walmsley Cc: Rajendra Nayak --- Reading git-diff-tree failed