From: Paul Walmsley Date: Tue, 28 Feb 2012 10:49:34 +0000 (-0700) Subject: ARM: OMAP2+: hwmod: extend OCP_* register offsets from 16 to 32 bits X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79218825caa10594ac132c87daf3ff6f7ab87b64;p=pandora-kernel.git ARM: OMAP2+: hwmod: extend OCP_* register offsets from 16 to 32 bits Extend the OCP_* register offsets in the struct omap_hwmod_class_sysconfig to 32 bits. This is required to add the OMAP4+ GPU hwmod, which uses OCP_* register offsets larger than 16 bits. Another possible solution may be to simply add a single 16 bit offset field in this structure, and to add code to factor that offset into all OCP_* register accesses. This would save some memory, since almost no modules need 32 bit offsets. Signed-off-by: Paul Walmsley Cc: BenoƮt Cousson --- Reading git-diff-tree failed