forked from Minki/linux
4acb0200ab
If musb_mailbox() returns an error, we must still continue to finish
configuring the phy.
Otherwise the phy state may end up only half initialized, and this can
cause the debug serial console to stop working. And this will happen if the
usb driver musb controller is not loaded.
Let's fix the issue by adding helper for cpcap_usb_try_musb_mailbox().
Fixes:
|
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
phy-cpcap-usb.c | ||
phy-mapphone-mdm6600.c |