mbox

[PULL,0/2] usb: two ehci fixes.

Message ID 1454419225-22910-1-git-send-email-kraxel@redhat.com
State New
Headers show

Pull-request

git://git.kraxel.org/qemu tags/pull-usb-20160202-1

Message

Gerd Hoffmann Feb. 2, 2016, 1:20 p.m. UTC
Hi,

Here is the usb patch queue with two ehci fixes.

please pull,
  Gerd

The following changes since commit 10ae9d76388e3f4a31f6a1475b5e2d1f28404a10:

  Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.6-20160201' into staging (2016-02-02 09:13:10 +0000)

are available in the git repository at:


  git://git.kraxel.org/qemu tags/pull-usb-20160202-1

for you to fetch changes up to 5a8660741a8aa19fbf8a5e8a2b3aac88664f4e66:

  ehci: update irq on reset (2016-02-02 14:11:01 +0100)

----------------------------------------------------------------
usb: two ehci fixes.

----------------------------------------------------------------
Gerd Hoffmann (1):
      ehci: update irq on reset

Prasad J Pandit (1):
      usb: check page select value while processing iTD

 hw/usb/hcd-ehci.c | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

Comments

Peter Maydell Feb. 2, 2016, 6:03 p.m. UTC | #1
On 2 February 2016 at 13:20, Gerd Hoffmann <kraxel@redhat.com> wrote:
>   Hi,
>
> Here is the usb patch queue with two ehci fixes.
>
> please pull,
>   Gerd
>
> The following changes since commit 10ae9d76388e3f4a31f6a1475b5e2d1f28404a10:
>
>   Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.6-20160201' into staging (2016-02-02 09:13:10 +0000)
>
> are available in the git repository at:
>
>
>   git://git.kraxel.org/qemu tags/pull-usb-20160202-1
>
> for you to fetch changes up to 5a8660741a8aa19fbf8a5e8a2b3aac88664f4e66:
>
>   ehci: update irq on reset (2016-02-02 14:11:01 +0100)
>
> ----------------------------------------------------------------
> usb: two ehci fixes.
>

Applied, thanks.

-- PMM