Re: [PATCH 7/7] usb: musb: Get rid of omap2430_musb_set_vbus()

2019-10-13 Thread Pavel Machek
On Wed 2019-10-09 14:21:44, Tony Lindgren wrote: > Now that we've removed direct calls from interrupt handler to > omap2430_musb_set_vbus(), let's make things less confusing and > configure VBUS directly in omap_musb_set_mailbox(). > > We have omap_musb_set_mailbox() called from the PHYs, and that

[PATCH 7/7] usb: musb: Get rid of omap2430_musb_set_vbus()

2019-10-09 Thread Tony Lindgren
Now that we've removed direct calls from interrupt handler to omap2430_musb_set_vbus(), let's make things less confusing and configure VBUS directly in omap_musb_set_mailbox(). We have omap_musb_set_mailbox() called from the PHYs, and that's all we need. Note that we can now also drop the check f