]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - sitara-epos/sitara-epos-kernel.git/commit
usb: host: ehci: adding regulator framework in ehci-omap.cdriver
authorAjay Kumar Gupta <ajay.gupta@ti.com>
Fri, 5 Feb 2010 04:05:49 +0000 (20:05 -0800)
committerTony Lindgren <tony@atomide.com>
Fri, 5 Feb 2010 04:05:49 +0000 (20:05 -0800)
commit52725bb59c3dfbdce3dcf04a9cfe1ba9a0f925b4
treebec2ad42d8f446baf43450ad447562584064ab95
parent889b96f678fd3aa8e1556785409e288b1c840a46
usb: host: ehci: adding regulator framework in ehci-omap.cdriver

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>
drivers/usb/host/ehci-omap.c