Hello. On 19-03-2012 10:48, Keshava Munegowda wrote:
From: Keshava Munegowda<Keshava_mgowda@xxxxxx>
The usbhs driver invokes the enable/disable APIs of the usb tll driver in the runtime resume/suspend callbacks of the runtime get sync and put sync of the usbhs driver.
Signed-off-by: Keshava Munegowda<keshava_mgowda@xxxxxx> Reviewed-by: Partha Basak<parthab@xxxxxxxxxxxx> --- arch/arm/plat-omap/include/plat/usb.h | 1 + drivers/mfd/omap-usb-host.c | 7 +++++-- 2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/drivers/mfd/omap-usb-host.c b/drivers/mfd/omap-usb-host.c index 4de87c6..9d84339 100644 --- a/drivers/mfd/omap-usb-host.c +++ b/drivers/mfd/omap-usb-host.c
[...]
@@ -655,8 +656,10 @@ static int __init omap_usbhs_drvinit(void) * init before ehci and ohci drivers; * The usbhs core driver should be initialized much before * the omap ehci and ohci probe functions are called. + * this usbhs core driver should be initialized after
s/this/This/
+ * usb tll driver.
WBR, Sergei -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html