Linux-Rockchip Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Minas Harutyunyan <Minas.Harutyunyan-HKixBCOQz3hWk0Htik3J/w@public.gmane.org>
To: Otavio Salvador
	<otavio.salvador-fKevB0iiKLMBZ+LybsDmbA@public.gmane.org>,
	Minas Harutyunyan
	<Minas.Harutyunyan-HKixBCOQz3hWk0Htik3J/w@public.gmane.org>
Cc: Greg Kroah-Hartman
	<gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org>,
	"linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
	<linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	Felipe Balbi <balbi-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
	Heiko Stuebner <heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>,
	"linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org"
	<linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>,
	Johan Hovold <johan-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
Subject: Re: USB DWC2 stops responding when insert/remove cable multiple times
Date: Mon, 17 Feb 2020 13:26:30 +0000	[thread overview]
Message-ID: <ee47be28-ba9f-750f-65d2-51a722ce291d@synopsys.com> (raw)
In-Reply-To: <CAP9ODKoUH=Cc=uuhfaUy7fkSVdfBHhX-6oS9_hi3Wd6GgDiZYw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>

Hi Otavio,

On 2/17/2020 4:30 PM, Otavio Salvador wrote:
> Hello Minas,
> 
> On Mon, Feb 17, 2020 at 5:58 AM Minas Harutyunyan
> <Minas.Harutyunyan@synopsys.com> wrote:
>> On 2/14/2020 5:40 PM, Otavio Salvador wrote:
> ...
>>>       [  312.967867] g_serial gadget: high-speed config #2: CDC ACM config
>>>       [  314.828173] dwc2 30180000.usb: new device is high-speed
>>>       [  314.866943] dwc2 30180000.usb: new address 16
>>>       [  314.889550] g_serial gadget: high-speed config #2: CDC ACM config
>>>
>>
>> I assume here you few time disconnected and then connected cable and
>> after last connection even when g_serial seen in last line it stop work.
>> Correct?
> 
> Yes. It stops responding.
> 
>>> The "[  314.889550] g_serial gadget: high-speed config #2: CDC ACM
>>> config" message is the last time it is detected. As mentioned, to
>>> restore the port to work, we need to reload the g_serial module.
>>>
>>> When we reload it, following exception happens:
>>>
>>
>> Actually exception happen in g_serial not dwc2. Why you assume that it
>> because of dwc2?
> 
> Indeed. After reporting this, it does sounds it is two decouple
> issues. The tty seems to be not properly cleaned up and it seems to
> have a resource not properly cleaned up.
> 
Enable debug prints to get full dwc2 debug prints to see what happen 
with dwc2.

> ...
>>> So, I am a bit lost how to debug this so I'd like to know what kind of
>>> information might be useful to find the root cause of it?
>>
>> And despite of above exception, g_serial enumerated it works fine?
> 
> If reloaded the USB is detected but tty seems to not work. It seems it
> fails to free the ttyGS0 previously used and thus it cannot properly
> create the new device.
> 
>> Please provide me dump of follow dwc2 debugfs's: regdump, hw_params, params.
> 
> Do you want this on working and failing state or just the failing one?
> 
After failing.


Thanks,
Minas

  parent reply	other threads:[~2020-02-17 13:26 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-14 13:40 USB DWC2 stops responding when insert/remove cable multiple times Otavio Salvador
     [not found] ` <CAP9ODKprPi8N-dU8NaKwneXH-3b0ipSEDpU5mDbGntxuyhGhJw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2020-02-17  8:58   ` Minas Harutyunyan
     [not found]     ` <41a7bfe7-54b1-84eb-091f-469d971ab968-HKixBCOQz3hWk0Htik3J/w@public.gmane.org>
2020-02-17 12:30       ` Otavio Salvador
     [not found]         ` <CAP9ODKoUH=Cc=uuhfaUy7fkSVdfBHhX-6oS9_hi3Wd6GgDiZYw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2020-02-17 13:26           ` Minas Harutyunyan [this message]
     [not found]             ` <ee47be28-ba9f-750f-65d2-51a722ce291d-HKixBCOQz3hWk0Htik3J/w@public.gmane.org>
2020-02-17 19:53               ` Otavio Salvador
     [not found]                 ` <CAP9ODKqa_4NSsFMUpyFDt3ohgGBCMgbOyKaVjYfSjmcZLmmC+A-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2020-02-19 12:26                   ` Minas Harutyunyan
     [not found]                     ` <380d765b-8867-a899-b67a-c016c09fa27b-HKixBCOQz3hWk0Htik3J/w@public.gmane.org>
2020-02-19 15:10                       ` Otavio Salvador
     [not found]                         ` <CAP9ODKqL_GN+iebL3wPX_9fEUtUVP8Ahv03yJ1R-JLDr=Cn0BA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2020-02-20  6:59                           ` Minas Harutyunyan
     [not found]                             ` <beddbc55-fd22-96b7-c980-e4ea207a42f5-HKixBCOQz3hWk0Htik3J/w@public.gmane.org>
2020-02-20 13:16                               ` Otavio Salvador
     [not found]                                 ` <CAP9ODKq2nEHz_rbwwCv-94LSBOq0it2Kc4yhCqrLT-XxoXommg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2020-02-21  6:52                                   ` Minas Harutyunyan
     [not found]                                     ` <1d2ee918-57e4-53b2-6953-0107d7720c59-HKixBCOQz3hWk0Htik3J/w@public.gmane.org>
2020-02-21 14:06                                       ` Otavio Salvador
     [not found]                                         ` <CAP9ODKoS5KQrhTrUvahHEhQG-WA+bfLnP4tTFxzrQaGh1nTcZw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2020-02-21 14:07                                           ` Otavio Salvador
     [not found]                                             ` <CAP9ODKoRuB-nyjr1ksGU61PVMjFTMMWKwgpHQ=e7bChAu5Okhg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2020-02-28  9:01                                               ` Minas Harutyunyan
     [not found]                                                 ` <665fe49e-ebfa-bcb0-fcd1-ea1e9252b306-HKixBCOQz3hWk0Htik3J/w@public.gmane.org>
2020-02-28 17:35                                                   ` Otavio Salvador
     [not found]                                                     ` <CAP9ODKo=YSNa-uNgzwP2X5yDy_qDzYjLogZLg11rRcSXr+wrFw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2020-03-05  6:45                                                       ` 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=ee47be28-ba9f-750f-65d2-51a722ce291d@synopsys.com \
    --to=minas.harutyunyan-hkixbcoqz3hwk0htik3j/w@public.gmane.org \
    --cc=balbi-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
    --cc=gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org \
    --cc=heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org \
    --cc=johan-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
    --cc=linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
    --cc=linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=otavio.salvador-fKevB0iiKLMBZ+LybsDmbA@public.gmane.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