Re: [PATCH] xhci: Ensure a command structure points to the correct trb on the command ring

2013-10-11 Thread Sarah Sharp
Hi Xiao, I think you did something odd when you tried to send me the latest revision of your patch xhci: correct the usage of USB_CTRL_SET_TIMEOUT. You sent this patch instead. On the plus side, it looks like git-send-email works. Can you try again? Sarah Sharp On Fri, Oct 11, 2013 at

Re: [PATCH] xhci: Ensure a command structure points to the correct trb on the command ring

2013-10-11 Thread Sarah Sharp
On Fri, Oct 11, 2013 at 10:25:23AM -0700, Sarah Sharp wrote: Hi Xiao, I think you did something odd when you tried to send me the latest revision of your patch xhci: correct the usage of USB_CTRL_SET_TIMEOUT. You sent this patch instead. On the plus side, it looks like git-send-email

Re: [PATCH] xhci: Ensure a command structure points to the correct trb on the command ring

2013-10-11 Thread Xiao Jin
Sarah, As you said, I make a mistake and send wrong patch. I am sorry for it. On Fri, 2013-10-11 at 10:28 -0700, Sarah Sharp wrote: On Fri, Oct 11, 2013 at 10:25:23AM -0700, Sarah Sharp wrote: Hi Xiao, I think you did something odd when you tried to send me the latest revision of your

[PATCH] xhci: Ensure a command structure points to the correct trb on the command ring

2013-10-10 Thread xiao jin
From: Mathias Nyman mathias.ny...@linux.intel.com If a command on the command ring needs to be cancelled before it is handled it can be turned to a no-op operation when the ring is stopped. We want to store the command ring enqueue pointer in the command structure when the command in enqueued for

[PATCH] xhci: Ensure a command structure points to the correct trb on the command ring

2013-08-30 Thread Mathias Nyman
If a command on the command ring needs to be cancelled before it is handled it can be turned to a no-op operation when the ring is stopped. We want to store the command ring enqueue pointer in the command structure when the command in enqueued for the cancellation case. Some commands used to