• Mika Westerberg's avatar
    ACPI: Add support for native USB4 control _OSC · 5a6a2c0f
    Mika Westerberg authored
    ACPI 6.4 introduced a new _OSC capability that is used negotiate native
    connection manager support. Connection manager is the entity that is
    responsible for tunneling over the USB4 fabric. If the platform rejects
    the native access then firmware based connection manager is used.
    
    The new _OSC also includes a set of bits that can be used to disable
    certain tunnel types such as PCIe for security reasons for instance.
    
    This implements the new USB4 _OSC so that we try to negotiate native
    USB4 support if the Thunderbolt/USB4 (CONFIG_USB4) driver is enabled.
    Drivers can determine what was negotiated by checking two new variables
    exposed in this patch.
    Signed-off-by: default avatarMika Westerberg <mika.westerberg@linux.intel.com>
    Reviewed-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
    5a6a2c0f
bus.c 35.8 KB