From: Russ Dill Date: Fri, 23 Mar 2012 09:21:36 +0000 (-0700) Subject: ARM: OMAP2+: smsc911x: Remove regulator support from gmpc-smsc911x X-Git-Tag: v3.4-rc2~12^2~4^2~1^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bdacbce65492f54e02a97c23328ec4bbcc31554a;p=pandora-kernel.git ARM: OMAP2+: smsc911x: Remove regulator support from gmpc-smsc911x Adding in support for regulators here creates several headaches. - Boards that declare their own regulator cannot use this function. - Multiple calls to this function require special handling. - Boards that declare id's other than '0' need special handling. Now that there is a simple regulator_register_fixed, we can push this registration back into the board files. Signed-off-by: Russ Dill Tested-by: Igor Grinberg Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed