]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ENGR00178932 USB: fix two USB otg common bug for i.MX6
authormake shi <b15407@freescale.com>
Thu, 5 Apr 2012 05:09:18 +0000 (13:09 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 24 May 2013 06:34:22 +0000 (08:34 +0200)
commiteaf391a8729c06603a3b0afec4354b88d95a457e
treee9da981fe40705ef8195ed172b023224530e2823
parent7de02f78bd52a6a201e2a5afeadff15a226e4649
ENGR00178932 USB: fix two USB otg common bug for i.MX6

 - Built in gadget device driver, plug in USB cable  with no response,
  the reason is USB VBUS wakeup is not enable after OTG switch,make
  sure pdata->port_enables is 1 even if the pdata is otg device pdata.

 -Without modprobe or built in  gadget device driver,after plug out
  the USB otg cable,will output "wait otg vbus change timeout!".The
  reason is we get error otgsc data  after USB enter low power mode.

Signed-off-by: make shi <b15407@freescale.com>
drivers/usb/otg/fsl_otg.c