Skip to content

Commit 43974eb

Browse files
committed
usb: host: xhci-tegra: Add Tegra234 XHCI support
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 ee0e40e Author: Sing-Han Chen <singhanc@nvidia.com> Date: Wed Jan 11 11:04:50 2023 +0000 usb: host: xhci-tegra: Add Tegra234 XHCI support This change adds Tegra234 XUSB host mode controller support. In Tegra234, some of the registers have moved to bar2 space. The new soc variable has_bar2 indicates the chip with bar2 area. This patch adds new reg helper to let the driver reuse the same code for those chips with bar2 support. Signed-off-by: Sing-Han Chen <singhanc@nvidia.com> Co-developed-by: Wayne Chang <waynec@nvidia.com> Signed-off-by: Wayne Chang <waynec@nvidia.com> Signed-off-by: Jon Hunter <jonathanh@nvidia.com> Link: https://lore.kernel.org/r/20230111110450.24617-7-jonathanh@nvidia.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> (cherry picked from commit ee0e40e) Signed-off-by: David Marlin <dmarlin@redhat.com>
1 parent 80315f3 commit 43974eb

File tree

1 file changed

+228
-39
lines changed

1 file changed

+228
-39
lines changed

0 commit comments

Comments
 (0)