Re: [PATCH] usb: host: xhci: Fix Compliance Mode on SN65LVPE502CPHardware

From: Greg KH
Date: Tue Jul 31 2012 - 17:38:45 EST


On Tue, Jul 31, 2012 at 04:19:48PM -0500, Alexis Cortes wrote:

That's some "From:" line in your patch, are you sure that is right?

> This patch is intended to work around a known issue on the
> SN65LVPE502CP USB3.0 re-driver that can delay the negotiation
> between a device and the host past the usual handshake timeout,
> and if that happens on the first insertion, the host controller
> port will enter in Compliance Mode as per xHCI Spec. The patch
> creates a timer which polls every 2 seconds the link state of each
> host controller's port (this by reading the PORTSC register) and
> recovers the port by issuing a Warm reset every time Compliance mode
> is detected.
>
> Signed-off-by: Alexis R. Cortes <alexis.cortes@xxxxxx>

Odds are you want this address there, right? If so, please put it in
the first line of the patch comments, as described in the
Documentation/SubmittingPatches file.

> ---
> drivers/usb/host/xhci-hub.c | 27 ++++++++++++++
> drivers/usb/host/xhci.c | 81
> +++++++++++++++++++++++++++++++++++++++++++

Your patch is linewrapped and can not be applied :(

Care to try again?

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/