mbox series

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

Message ID 20200504224346.613377-1-bryan.odonoghue@linaro.org (mailing list archive)
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(-)

Comments

Peter Chen May 6, 2020, 2:18 a.m. UTC | #1
On 20-05-04 23:43:44, Bryan O'Donoghue wrote:
> 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(-)
> 

Applied both, thanks.