Home
last modified time | relevance | path

Searched hist:"89 f836a8c56bfea6585a09f7afff7094968a4fd0" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/usb/musb/
H A Dmusb_core.cdiff 89f836a8c56bfea6585a09f7afff7094968a4fd0 Thu Dec 26 06:24:52 CST 2013 Ezequiel Garcia <ezequiel.garcia@free-electrons.com> usb: musb: Remove usb_disable() check in module_init()

Removing the check to usb_disable() before registering the platform
driver allows to build this driver when !USB && USB_GADGET, to be
used in gadget-only mode.

Also, use module_platform_driver() to register the platform driver.

Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>