From: Paul Walmsley Date: Thu, 19 Apr 2012 10:04:31 +0000 (-0600) Subject: ARM: OMAP2+: hwmod data: convert to link registration X-Git-Tag: omap-cleanup-hwmod-for-v3.5^2~7 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a78c5c5963d3bb2119795f9442a3eeec3aebc1a;p=pandora-kernel.git ARM: OMAP2+: hwmod data: convert to link registration Register interconnect links between IP blocks, rather than the IP blocks themselves. (The IP blocks will be registered as a side-effect of registering the links.) The objective is to reduce the number of lines of static data and facilitate the sharing of IP block data between different SoCs. These objectives come at the penalty of increased boot time due to increased computation. While here, fix a few whitespace problems and inaccurate variable names. Signed-off-by: Paul Walmsley Cc: BenoƮt Cousson --- Reading git-diff-tree failed