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
soc/tegra: cbb: Improve handling for per SoC fabric data
JIRA: https://issues.redhat.com/browse/RHEL-109772
commit 25de5c8
Author: Sumit Gupta <sumitg@nvidia.com>
Date: Thu, 3 Jul 2025 16:08:25 +0530
Improve handling for the per SoC fabrics and targets.
The below changes make them more flexible and ready for future SoC's.
- Added SoC prefix to Fabric_ID enums.
- Rename *lookup_target_timeout() to *sw_lookup_target_timeout() to
make it separate from HW based lookup function to be added later.
- Moved target_map within fabric_lookup table to make it easy to
check whether SW vs HW lookup is supported and handle accordingly.
- Slight improvements to some error prints.
Signed-off-by: Sumit Gupta <sumitg@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Marcin Juszkiewicz <mjuszkiewicz@redhat.com>
0 commit comments