Skip to content

Commit

Permalink
usb: host: xhci-tegra: Add Tegra234 XHCI support
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Sing-Han Chen authored and Greg Kroah-Hartman committed Jan 17, 2023
1 parent d8163a3 commit ee0e40e
Showing 1 changed file with 228 additions and 39 deletions.
Loading

0 comments on commit ee0e40e

Please sign in to comment.