You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2122414
Upstream Status: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
Tested: Verify USB-A and USB-C are functional on Nvidia Orin board,
and no regressions on other platforms.
commit 592338d
Author: Jim Lin <jilin@nvidia.com>
Date: Fri Nov 11 18:18:11 2022 +0800
xhci: Add hub_control to xhci_driver_overrides
Add a hub_control() callback to the xhci_driver_overrides structure to
allow host drivers to override the default hub_control function. This
is required for Tegra which requires device specific actions for power
management to be executed during USB state transitions.
Signed-off-by: Jim Lin <jilin@nvidia.com>
Reviewed-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Acked-by: Thierry Reding <treding@nvidia.com>
Acked-by: Mathias Nyman <mathias.nyman@linux.intel.com>
Link: https://lore.kernel.org/r/20221111101813.32482-2-jilin@nvidia.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
(cherry picked from commit 592338d)
Signed-off-by: David Marlin <dmarlin@redhat.com>
0 commit comments