Re: [Pull Request] xHCI bug fixes for 3.6

2012-08-09 Thread Greg Kroah-Hartman
On Wed, Aug 08, 2012 at 12:36:11PM -0700, Sarah Sharp wrote:
> The following changes since commit 0d7614f09c1ebdbaa1599a5aba7593f147bf96ee:
> 
>   Linux 3.6-rc1 (2012-08-02 16:38:10 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/sarah/xhci.git 
> for-usb-linus-2012-08-08

Pulled and pushed out, thanks.

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Pull Request] xHCI bug fixes for 3.6

2012-08-08 Thread Sarah Sharp
The following changes since commit 0d7614f09c1ebdbaa1599a5aba7593f147bf96ee:

  Linux 3.6-rc1 (2012-08-02 16:38:10 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/sarah/xhci.git 
for-usb-linus-2012-08-08

for you to fetch changes up to 50d0206fcaea3e736f912fd5b00ec6233fb4ce44:

  xhci: Fix bug after deq ptr set to link TRB. (2012-08-08 12:17:38 -0700)


xHCI bug fixes and host quirks.

Hi Greg,

Here's four patches for 3.6.  Most are marked for stable as well.

The first one makes the xHCI driver load properly on newer Rensas hosts.
The next two fix issues with the Etron host incorrectly marking short
transfers as successful, and avoiding log warning spam for hosts that
make the same mistake.

The last patch fixes a really nasty xHCI driver bug that could cause
general protection faults when devices stall transfers.

Sarah Sharp


Sarah Sharp (4):
  xhci: Increase reset timeout for Renesas 720201 host.
  xhci: Add Etron XHCI_TRUST_TX_LENGTH quirk.
  xhci: Rate-limit XHCI_TRUST_TX_LENGTH quirk warning.
  xhci: Fix bug after deq ptr set to link TRB.

 drivers/usb/host/xhci-pci.c  |1 +
 drivers/usb/host/xhci-ring.c |   40 
 drivers/usb/host/xhci.c  |5 +++--
 drivers/usb/host/xhci.h  |2 ++
 4 files changed, 30 insertions(+), 18 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html