usb: host: ehci: adding regulator framework in ehci-omap.cdriver
authorAjay Kumar Gupta <ajay.gupta@ti.com>
Fri, 29 Jan 2010 22:20:19 +0000 (14:20 -0800)
committerTony Lindgren <tony@atomide.com>
Fri, 29 Jan 2010 22:20:19 +0000 (14:20 -0800)
OMAP3 has three HS USB ports so it can have three different regulator
for each PHY connected to each port.

Currently these regulators are assumed to be optional and driver doesn't
fail but continue with the initialization if it doesn't get any regulators.

Regulator supply names has to be mapped in board files as 'hsusbN' where
'N' is port number and can be {0, 1 ,2}.

Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
Signed-off-by: Felipe Balbi <felipe.balbi@nokia.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Tony Lindgren <tony@atomide.com>

No differences found