-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branches 'iommu/fixes', 'x86/amd', 'groups', 'arm/tegra' and 'a…
…pi/domain-attr' into next Conflicts: drivers/iommu/iommu.c include/linux/iommu.h
- Loading branch information
Showing
32 changed files
with
1,839 additions
and
506 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
What: /sys/kernel/iommu_groups/ | ||
Date: May 2012 | ||
KernelVersion: v3.5 | ||
Contact: Alex Williamson <alex.williamson@redhat.com> | ||
Description: /sys/kernel/iommu_groups/ contains a number of sub- | ||
directories, each representing an IOMMU group. The | ||
name of the sub-directory matches the iommu_group_id() | ||
for the group, which is an integer value. Within each | ||
subdirectory is another directory named "devices" with | ||
links to the sysfs devices contained in this group. | ||
The group directory also optionally contains a "name" | ||
file if the IOMMU driver has chosen to register a more | ||
common name for the group. | ||
Users: |
21 changes: 21 additions & 0 deletions
21
Documentation/devicetree/bindings/iommu/nvidia,tegra30-smmu.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
NVIDIA Tegra 30 IOMMU H/W, SMMU (System Memory Management Unit) | ||
|
||
Required properties: | ||
- compatible : "nvidia,tegra30-smmu" | ||
- reg : Should contain 3 register banks(address and length) for each | ||
of the SMMU register blocks. | ||
- interrupts : Should contain MC General interrupt. | ||
- nvidia,#asids : # of ASIDs | ||
- dma-window : IOVA start address and length. | ||
- nvidia,ahb : phandle to the ahb bus connected to SMMU. | ||
|
||
Example: | ||
smmu { | ||
compatible = "nvidia,tegra30-smmu"; | ||
reg = <0x7000f010 0x02c | ||
0x7000f1f0 0x010 | ||
0x7000f228 0x05c>; | ||
nvidia,#asids = <4>; /* # of ASIDs */ | ||
dma-window = <0 0x40000000>; /* IOVA start & length */ | ||
nvidia,ahb = <&ahb>; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.