qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [RfC PATCH 0/5] ehci pci splitup
@ 2012-10-30 11:28 Gerd Hoffmann
  2012-10-30 11:28 ` [Qemu-devel] [RfC PATCH 1/5] usb/ehci: parameterise the register region offsets Gerd Hoffmann
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Gerd Hoffmann @ 2012-10-30 11:28 UTC (permalink / raw)
  To: qemu-devel; +Cc: peter.crosthwaite, Gerd Hoffmann

  Hi,

Based on Peters series, not tested much yet, sysfs dropped but adding
back in should be as easy as adding a hcd-ehci-sysbus.c file simliar
to the pci variant.  No changes in ehci core should be needed.

Comments?

cheers,
  Gerd

Gerd Hoffmann (1):
  usb/ehci: split into multiple source files

Peter Crosthwaite (4):
  usb/ehci: parameterise the register region offsets
  usb/ehci: Abstract away PCI DMA API
  usb/ehci: seperate out PCIisms
  usb/ehci: Guard definition of EHCI_DEBUG

 hw/usb/Makefile.objs  |    2 +-
 hw/usb/hcd-ehci-pci.c |  138 +++++++++++++++
 hw/usb/hcd-ehci.c     |  465 ++++---------------------------------------------
 hw/usb/hcd-ehci.h     |  320 ++++++++++++++++++++++++++++++++++
 4 files changed, 496 insertions(+), 429 deletions(-)
 create mode 100644 hw/usb/hcd-ehci-pci.c
 create mode 100644 hw/usb/hcd-ehci.h

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2012-11-01  8:39 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-30 11:28 [Qemu-devel] [RfC PATCH 0/5] ehci pci splitup Gerd Hoffmann
2012-10-30 11:28 ` [Qemu-devel] [RfC PATCH 1/5] usb/ehci: parameterise the register region offsets Gerd Hoffmann
2012-10-30 12:41   ` Andreas Färber
2012-10-30 11:28 ` [Qemu-devel] [RfC PATCH 2/5] usb/ehci: Abstract away PCI DMA API Gerd Hoffmann
2012-10-30 12:42   ` Andreas Färber
2012-10-30 11:28 ` [Qemu-devel] [RfC PATCH 3/5] usb/ehci: seperate out PCIisms Gerd Hoffmann
2012-10-31 16:05   ` Andreas Färber
2012-11-01  8:39     ` Gerd Hoffmann
2012-10-30 11:28 ` [Qemu-devel] [RfC PATCH 4/5] usb/ehci: Guard definition of EHCI_DEBUG Gerd Hoffmann
2012-10-30 11:28 ` [Qemu-devel] [RfC PATCH 5/5] usb/ehci: split into multiple source files Gerd Hoffmann
2012-10-30 13:13 ` [Qemu-devel] [RfC PATCH 0/5] ehci pci splitup Peter Crosthwaite
2012-10-30 14:14   ` Gerd Hoffmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).