Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-21 | usb/xhci: add xhci_sysbus_build_aml() helper | Gerd Hoffmann | |
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 | |||
2020-10-21 | usb/xhci: add include/hw/usb/xhci.h header file | Gerd Hoffmann | |
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 |