summary refs log tree commit diff stats
path: root/hw/usb/hcd-xhci-sysbus.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* usb/xhci: add include/hw/usb/xhci.h header fileGerd Hoffmann2020-10-211-1/+0
| | | | | | | | | | Move a bunch of defines which might be needed outside core xhci code to that place. Add XHCI_ prefixes to avoid name clashes. No functional change. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Sai Pavan Boddu <sai.pavan.boddu@xilinx.com> Message-id: 20201020074844.5304-3-kraxel@redhat.com
* usb: hcd-xhci-sysbus: Attach xhci to sysbus deviceSai Pavan Boddu2020-09-281-0/+32
Use XHCI as sysbus device, add memory region property to get the address space instance for dma read/write. Signed-off-by: Sai Pavan Boddu <sai.pavan.boddu@xilinx.com> Message-id: 1600957256-6494-5-git-send-email-sai.pavan.boddu@xilinx.com Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>