From: Greg KH <gregkh@linuxfoundation.org>
To: Ziyang Huang <hzyitc@outlook.com>
Cc: hminas@synopsys.com, fabrice.gasnier@foss.st.com,
amelie.delaunay@foss.st.com, linux-usb@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2] usb: dwc2: drd: fix inconsistent mode if role-switch-default-mode="host"
Date: Tue, 21 Feb 2023 14:48:45 +0100 [thread overview]
Message-ID: <Y/TLvbMPfiBC2ujE@kroah.com> (raw)
In-Reply-To: <SG2PR01MB2048B375B64A96654FA20DABC9A59@SG2PR01MB2048.apcprd01.prod.exchangelabs.com>
On Tue, Feb 21, 2023 at 08:33:32PM +0800, Ziyang Huang wrote:
>
> 在 2023/2/21 18:41, Greg KH 写道:
> > On Tue, Feb 21, 2023 at 06:30:04PM +0800, Ziyang Huang wrote:
> > > Some boards might use USB-A female connector for USB ports, however,
> > > the port could be connected to a dual-mode USB controller, making it
> > > also behaves as a peripheral device if male-to-male cable is connected.
> > >
> > > In this case, the dts looks like this:
> > >
> > > &usb0 {
> > > status = "okay";
> > > dr_mode = "otg";
> > > usb-role-switch;
> > > role-switch-default-mode = "host";
> > > };
> > >
> > > After boot, dwc2_ovr_init() sets GOTGCTL to GOTGCTL_AVALOVAL and call
> > > dwc2_force_mode() with parameter host=false, which causes inconsistent
> > > mode - The hardware is in peripheral mode while the kernel status is
> > > in host mode.
> > >
> > > What we can do now is to call dwc2_drd_role_sw_set() to switch to
> > > device mode, and everything should work just fine now, even switching
> > > back to none(default) mode afterwards.
> > >
> > > Fixes: e14acb876985 ("usb: dwc2: drd: add role-switch-default-node support")
> > > Signed-off-by: Ziyang Huang <hzyitc@outlook.com>
> > > ---
> > > Changes since v1
> > > - Use corrent name in Signed-off-by
> > Nope, still incorrect, please use your synopsys address.
> >
> > thanks,
> >
> > greg k-h
>
>
> Oh, I'm not a Synopsys employee but a free developer. This is my first time
> submitting a kernel patch, please excuse me. Thank you.
Ah, my fault, sorry, I saw the synopsys email on the to: line and
thought it was you. Nevermind then, sorry, this will be reviewed once
6.3-rc1 is out.
thanks,
greg k-h
next prev parent reply other threads:[~2023-02-21 13:48 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-21 10:30 [PATCH v2] usb: dwc2: drd: fix inconsistent mode if role-switch-default-mode="host" Ziyang Huang
2023-02-21 10:41 ` Greg KH
2023-02-21 12:33 ` Ziyang Huang
2023-02-21 13:48 ` Greg KH [this message]
2023-02-22 7:00 ` Minas Harutyunyan
2023-03-01 11:26 ` Fabrice Gasnier
2023-03-01 11:30 ` Minas Harutyunyan
2023-03-01 11:31 ` Amelie Delaunay
2023-03-01 11:34 ` Minas Harutyunyan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=Y/TLvbMPfiBC2ujE@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=amelie.delaunay@foss.st.com \
--cc=fabrice.gasnier@foss.st.com \
--cc=hminas@synopsys.com \
--cc=hzyitc@outlook.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox