mbox series

[0/3] Make hcd-xhci independent of pci hooks

Message ID 1583141724-6229-1-git-send-email-sai.pavan.boddu@xilinx.com (mailing list archive)
Headers show
Series Make hcd-xhci independent of pci hooks | expand

Message

Sai Pavan Boddu March 2, 2020, 9:35 a.m. UTC
Hi,

This patch series attempts to make 'hcd-xhci' an independent model so
it can be used by both pci and system-bus interface.

Regards,
Sai Pavan

Sai Pavan Boddu (3):
  usb/hcd-xhci: Make dma read/writes hooks pci free
  usb/hcd-xhci: Move qemu-xhci device to hcd-xhci-pci.c
  usb/hcd-xhci: Split pci wrapper for xhci base model

 hw/usb/Kconfig        |   6 ++
 hw/usb/Makefile.objs  |   1 +
 hw/usb/hcd-xhci-nec.c |   8 +-
 hw/usb/hcd-xhci-pci.c | 246 ++++++++++++++++++++++++++++++++++++++++++++++++++
 hw/usb/hcd-xhci-pci.h |  47 ++++++++++
 hw/usb/hcd-xhci.c     | 230 ++++++++--------------------------------------
 hw/usb/hcd-xhci.h     |  17 ++--
 7 files changed, 351 insertions(+), 204 deletions(-)
 create mode 100644 hw/usb/hcd-xhci-pci.c
 create mode 100644 hw/usb/hcd-xhci-pci.h