From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49378) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aHUT1-0004Hm-I5 for qemu-devel@nongnu.org; Fri, 08 Jan 2016 05:40:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aHUSy-0000st-OP for qemu-devel@nongnu.org; Fri, 08 Jan 2016 05:40:23 -0500 Received: from mx1.redhat.com ([209.132.183.28]:40095) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aHUSy-0000rZ-JD for qemu-devel@nongnu.org; Fri, 08 Jan 2016 05:40:20 -0500 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (Postfix) with ESMTPS id 8AFF032D3AC for ; Fri, 8 Jan 2016 10:40:19 +0000 (UTC) From: Gerd Hoffmann Date: Fri, 8 Jan 2016 11:40:08 +0100 Message-Id: <1452249615-8222-1-git-send-email-kraxel@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL 0/7] usb patch queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, Here comes the usb patch queue, with a bunch of bugfixes for mtp and ohci. please pull, Gerd The following changes since commit a7e00e2536941a6e570b45b7ab4afec4505ff6= 7e: petalogix-ml605: Set the MicroBlaze CPU version to 8.10.a (2016-01-07 1= 4:57:26 +0100) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-usb-20160108-1 for you to fetch changes up to 087462c7739869e9b888c06c06c8f1bbfd99779c: ohci: clear pending SOF on suspend (2016-01-08 09:29:24 +0100) ---------------------------------------------------------------- usb: mtp and ohci fixes. ---------------------------------------------------------------- Bandan Das (2): usb-mtp: use safe variant when cleaning events list usb-mtp: fix call to trace function Herv=C3=A9 Poussineau (3): ohci: split reset method in 3 parts ohci: fix Host Controller USBRESET ohci: fix command HostControllerReset Laurent Vivier (2): ohci: delay first SOF interrupt ohci: clear pending SOF on suspend hw/usb/dev-mtp.c | 6 ++-- hw/usb/hcd-ohci.c | 85 +++++++++++++++++++++++++++++++++++--------------= ------ 2 files changed, 57 insertions(+), 34 deletions(-)