mbox series

[0/2] ChipIdea USB role-switch fixes and tweaks

Message ID 20200504224346.613377-1-bryan.odonoghue@linaro.org
Headers show
Series ChipIdea USB role-switch fixes and tweaks | expand

Message

Bryan O'Donoghue May 4, 2020, 10:43 p.m. UTC
This set addresses two things:

- A bug when using the USB role-switch API.
  If we are using role-switch we still want to switch HS_PHY_GENCONFIG_2
  bits.

- Adding the flag to allow user-space to control the USB role as other
  controllers already support.

Bryan O'Donoghue (2):
  usb: chipidea: msm: Ensure proper controller reset using role switch
    API
  usb: chipidea: Enable user-space triggered role-switching

 drivers/usb/chipidea/ci_hdrc_msm.c | 2 +-
 drivers/usb/chipidea/core.c        | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)