From: Paul Walmsley Date: Wed, 23 Feb 2011 07:14:06 +0000 (-0700) Subject: OMAP2+: hwmod: find MPU initiator hwmod during in _register() X-Git-Tag: v2.6.39-rc1~432^2~20^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=569edd705cc4e81a9129b5557f1fb259e21418a9;p=pandora-kernel.git OMAP2+: hwmod: find MPU initiator hwmod during in _register() Move the code that looks for the MPU initiator hwmod to run during the individual hwmod _register() function. (Previously, it ran after all hwmods were registered in the omap_hwmod_late_init() function.) This is done so code can late-initialize a few individual hwmods -- for example, for the system timer -- before the entire set of hwmods is initialized later in boot via omap_hwmod_late_init(). Signed-off-by: Paul Walmsley Cc: BenoƮt Cousson Cc: Kevin Hilman --- Reading git-diff-tree failed