mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-25 02:32:08 +03:00
df32a012ac5934c78e387b9121326995e8b5dc07
XBAR related code is currently put under source files "tegra210_xbar_alt.c" and "tegra210_xbar_utils_alt.c". For upstream we are planning to use a single source file. Thus code in downstream is re-organized so that all XBAR code is moved under a single file. Following is the summary of changes, * All XBAR specific code is moved under, "tegra210_xbar_alt.c" and "tegra210_xbar_alt.h" * Only common code, which is required for other modules, remains in "tegra210_xbar_utils_alt.c" * unused macros or functions are removed Bug 200503387 Change-Id: I11cb93d3cdc07e14ef2e0b3b23ba6a98020a0373 Signed-off-by: Sameer Pujar <spujar@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2265584 GVS: Gerrit_Virtual_Submit Reviewed-by: Dara Ramesh <dramesh@nvidia.com> Reviewed-by: Sharad Gupta <sharadg@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Description
No description provided