From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:37967) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qyrpi-0008M4-KZ for qemu-devel@nongnu.org; Wed, 31 Aug 2011 16:56:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qyrph-0004qN-NZ for qemu-devel@nongnu.org; Wed, 31 Aug 2011 16:56:26 -0400 Received: from mnementh.archaic.org.uk ([81.2.115.146]:48746) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qyrph-0004qJ-Fk for qemu-devel@nongnu.org; Wed, 31 Aug 2011 16:56:25 -0400 From: Peter Maydell Date: Wed, 31 Aug 2011 21:49:38 +0100 Message-Id: <1314823781-304-1-git-send-email-peter.maydell@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PATCH 0/3] usb-musb: make qdev-aware List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Riku Voipio , =?UTF-8?q?Juha=20Riihim=C3=A4ki?= , Gerd Hoffmann , patches@linaro.org This patchset has some minor cleanups to usb-musb that we can make now that the only user (tusb6010) is a qdev device. I've thrown in a minor piece of renaming to avoid a C-standard reserved namespace. These patches depend only on the just-committed bdc76462a so they should be fine to go in through the usb queue. Juha Riihimäki (1): usb-musb: Add reset function Peter Maydell (2): usb: Remove leading underscores from __musb_irq_max usb-musb: Take a DeviceState* in init function hw/tusb6010.c | 11 +++-------- hw/usb-musb.c | 26 ++++++++++++++++++++------ hw/usb.h | 6 ++++-- 3 files changed, 27 insertions(+), 16 deletions(-)