From: Kishon Vijay Abraham I Date: Tue, 11 Sep 2012 09:09:39 +0000 (+0530) Subject: usb: musb: omap: write directly to mailbox instead of using phy X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~73^2~138^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ec40590765b8571ae6218f1bc421ec63d3e91c2;p=pandora-kernel.git 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 Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed