projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
815cdd8
)
iommu/ipmmu-vmsa: Allow SDHI devices
author
Yoshihiro Shimoda
<yoshihiro.shimoda.uh@renesas.com>
Thu, 28 Jan 2021 13:03:00 +0000
(22:03 +0900)
committer
Joerg Roedel
<jroedel@suse.de>
Fri, 29 Jan 2021 08:27:21 +0000
(09:27 +0100)
Add SDHI devices into devices_allowlist.
Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Link:
https://lore.kernel.org/r/1611838980-4940-3-git-send-email-yoshihiro.shimoda.uh@renesas.com
Signed-off-by: Joerg Roedel <jroedel@suse.de>
drivers/iommu/ipmmu-vmsa.c
patch
|
blob
|
history
diff --git
a/drivers/iommu/ipmmu-vmsa.c
b/drivers/iommu/ipmmu-vmsa.c
index 96aee98889be1745eaf0bdaf8a55d5711ce8a7b9..eaaec0a55cc6e0534071190ccc7438b947144520 100644
(file)
--- a/
drivers/iommu/ipmmu-vmsa.c
+++ b/
drivers/iommu/ipmmu-vmsa.c
@@
-749,6
+749,10
@@
static const struct soc_device_attribute soc_denylist[] = {
};
static const char * const devices_allowlist[] = {
+ "ee100000.mmc",
+ "ee120000.mmc",
+ "ee140000.mmc",
+ "ee160000.mmc"
};
static bool ipmmu_device_is_allowed(struct device *dev)