]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: OMAP2+: smsc911x: Remove regulator support from gmpc-smsc911x
authorRuss Dill <Russ.Dill@ti.com>
Fri, 23 Mar 2012 09:21:36 +0000 (02:21 -0700)
committerTony Lindgren <tony@atomide.com>
Tue, 3 Apr 2012 17:31:34 +0000 (10:31 -0700)
commit4ee52cc20648c766de64ba0a35b2b58d279114dd
treebf976e208eebc55d8f05e9abdf0d988534128cfd
parent7af045f794400450ea63246d15286746eb73205d
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 <russ.dill@ti.com>
Tested-by: Igor Grinberg <grinberg@compulab.co.il>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/gpmc-smsc911x.c