From: Benoit Cousson Date: Tue, 16 Aug 2011 13:02:20 +0000 (+0200) Subject: ARM: OMAP2+: pm: Use hwmod name instead of dev pointer X-Git-Tag: v3.2-rc1~90^2~7^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f7aa005c85917f114c376e937d88f5d941fb389;p=pandora-kernel.git ARM: OMAP2+: pm: Use hwmod name instead of dev pointer Replace the struct device parameter of omap2_set_init_voltage by the hwmod name. It will avoid having to store explicitely the device pointer into a static variable. Moreover, it will be a little bit more scalable if we introduce new DVFS devices. Signed-off-by: Benoit Cousson Signed-off-by: Kevin Hilman --- Reading git-diff-tree failed