From: Ajay Kumar Gupta Date: Tue, 2 Mar 2010 20:39:35 +0000 (-0800) Subject: usb: host: ehci: adding regulator framework in ehci-omap.cdriver X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c307a12971a50dee3b662980e62e85316943f34;p=pandora-kernel.git 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 Signed-off-by: Felipe Balbi Signed-off-by: Greg Kroah-Hartman Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed