From: Mathias Nyman <mathias.nyman@linux.intel.com>
To: Alan Stern <stern@rowland.harvard.edu>
Cc: gregkh@linuxfoundation.org, linux-usb@vger.kernel.org
Subject: usb: Don't disable Latency tolerance Messaging (LTM) before port reset
Date: Fri, 2 Mar 2018 11:27:07 +0200 [thread overview]
Message-ID: <726d7901-a8ee-17bb-e6b1-6de43dcb2292@linux.intel.com> (raw)
On 01.03.2018 20:07, Alan Stern wrote:
> On Thu, 1 Mar 2018, Mathias Nyman wrote:
>
>> Disabing Latency Tolerance Messaging before port reset is unnecessary.
>> LTM is automatically disabled at port reset.
>>
>> If host can't communicate with the device the LTM message will fail, and
>> the hub driver will unnecessarily do a logical disconnect.
>> Broken communication is ofter the reason for a reset in the first place.
>>
>> Additionally we can't guarantee device is in a configured state,
>> epecially in reset-resume case when root hub lost power.
>> LTM can't be modified unless device is in a configured state.
>>
>> Just remove LTM disabling before port reset.
>
> That definitely sounds like the right approach.
>
>> Details about LTM and port reset in USB 3 specification:
>>
>> USB 3 spec section 9.4.5
>> "The LTM Enable field can be modified by the SetFeature() and
>> ClearFeature() requests using the LTM_ENABLE feature selector.
>> This field is reset to zero when the device is reset."
>>
>> USB 3 spec section 9.4.1
>> "The device shall process a Clear Feature (U1_Enable or U2_Enable or
>> LTM_Enable) only if the device is in the configured state."
>>
>> Signed-off-by: Mathias Nyman <mathias.nyman@linux.intel.com>
>
> Acked-by: Alan Stern <stern@rowland.harvard.edu>
>
>> ---
>> drivers/usb/core/hub.c | 12 +++---------
>> 1 file changed, 3 insertions(+), 9 deletions(-)
>>
>> diff --git a/drivers/usb/core/hub.c b/drivers/usb/core/hub.c
>> index c5c1f6c..ac7bab7 100644
>> --- a/drivers/usb/core/hub.c
>> +++ b/drivers/usb/core/hub.c
>> @@ -5505,21 +5505,15 @@ static int usb_reset_and_verify_device(struct usb_device *udev)
>> if (udev->usb2_hw_lpm_enabled == 1)
>> usb_set_usb2_hardware_lpm(udev, 0);
>>
>> - /* Disable LPM and LTM while we reset the device and reinstall the alt
>> - * settings. Device-initiated LPM settings, and system exit latency
>> - * settings are cleared when the device is reset, so we have to set
>> - * them up again.
>> + /* Disable LPM while we reset the device and reinstall the alt settings.
>> + * Device-initiated LPM, and system exit latency settings are cleared
>> + * when the device is reset, so we have to set them up again.
>> */
>
> In theory, since you're changing this comment anyway, it could be
> reformatted into the more commonly accepted form:
>
> /*
> * blah, blah, blah
> * blah, blah, blah
> */
>
> But it's not a big deal.
Good point.
I'm trying to get rid of LPM disable before reset as well, then we can get of the whole comment.
just need to do some LPM testing first.
-Mathias
---
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next reply other threads:[~2018-03-02 9:27 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-03-02 9:27 Mathias Nyman [this message]
-- strict thread matches above, loose matches on Subject: below --
2018-03-01 18:07 usb: Don't disable Latency tolerance Messaging (LTM) before port reset Alan Stern
2018-03-01 12:21 Mathias Nyman
2018-03-01 11:56 Greg Kroah-Hartman
2018-03-01 11:17 Sergei Shtylyov
2018-03-01 11:15 Mathias Nyman
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=726d7901-a8ee-17bb-e6b1-6de43dcb2292@linux.intel.com \
--to=mathias.nyman@linux.intel.com \
--cc=gregkh@linuxfoundation.org \
--cc=linux-usb@vger.kernel.org \
--cc=stern@rowland.harvard.edu \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.