| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | usb/xhci: add xhci_sysbus_build_aml() helper | Gerd Hoffmann | 2020-10-21 | 1 | -0/+2 |
| | | | | | | | | | The helper generates an acpi dsdt device entry for the xhci sysbus device. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Message-id: 20201020074844.5304-4-kraxel@redhat.com | ||||
| * | usb/xhci: add include/hw/usb/xhci.h header file | Gerd Hoffmann | 2020-10-21 | 1 | -0/+19 |
| 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 | |||||