]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
usb: musb: omap: write directly to mailbox instead of using phy
authorKishon Vijay Abraham I <kishon@ti.com>
Tue, 11 Sep 2012 09:09:39 +0000 (14:39 +0530)
committerFelipe Balbi <balbi@ti.com>
Tue, 11 Sep 2012 09:13:22 +0000 (12:13 +0300)
commit5ec40590765b8571ae6218f1bc421ec63d3e91c2
treec188af1f2e54024cb6112ef3fe4624e94d640438
parent94715d59453dd3aba588fd6b6881f4cb4fac5440
usb: musb: omap: write directly to mailbox instead of using phy

The glue layer should directly write to mailbox register (present in
control module) instead of calling phy layer to write to mailbox
register. Writing to mailbox register notifies the core of events like
device connect/disconnect.

Currently writing to control module register is taken care in this
driver which will be removed once the control module driver is in place.

Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/musb/omap2430.c
drivers/usb/musb/omap2430.h