]> git.openfabrics.org - ~emulex/infiniband.git/commit
usb: musb: fix setting JZ4740 gadget periphal mode on reset
authorApelete Seketeli <apelete@seketeli.net>
Thu, 19 Dec 2013 20:42:27 +0000 (21:42 +0100)
committerFelipe Balbi <balbi@ti.com>
Fri, 20 Dec 2013 15:53:59 +0000 (09:53 -0600)
commit23db9fd238d6ca5aa165900bf14fb42e3e2d0815
treec0686a0a6700f2ff05ef01bac28ad8e2c864e2bc
parent10434d273ccdcee8eab4f5e08497d65841bbf354
usb: musb: fix setting JZ4740 gadget periphal mode on reset

JZ4740 USB Device Controller is not OTG compatible and does not have
DEVCTL register in silicon.

During ethernet-over-usb transactions, on reset, musb driver tries to
read from DEVCTL and consequently sets device as host (A-Device)
instead of peripheral (B-Device), which makes it a composite device to
the USB gadget driver.
This induces a kernel panic during power down where the USB gadget
driver does a null pointer dereference when trying to access the
composite device configuration.

On reset, do not rely on DEVCTL value for setting gadget peripheral
mode. Use is_otg flag instead to set it to B-Device.

Signed-off-by: Apelete Seketeli <apelete@seketeli.net>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/musb/musb_gadget.c