* [PATCH 11/23] iommu/tegra: smmu: Add of_mach_id for T114
@ 2013-06-26 9:28 Hiroshi Doyu
2013-06-26 10:56 ` Thierry Reding
0 siblings, 1 reply; 2+ messages in thread
From: Hiroshi Doyu @ 2013-06-26 9:28 UTC (permalink / raw)
To: linux-arm-kernel
Add of_mach_id for T114
Signed-off-by: Hiroshi Doyu <hdoyu@nvidia.com>
---
drivers/iommu/tegra-smmu.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/iommu/tegra-smmu.c b/drivers/iommu/tegra-smmu.c
index 4c16c90..3e03c69 100644
--- a/drivers/iommu/tegra-smmu.c
+++ b/drivers/iommu/tegra-smmu.c
@@ -1262,6 +1262,7 @@ const struct dev_pm_ops tegra_smmu_pm_ops = {
};
static struct of_device_id tegra_smmu_of_match[] = {
+ { .compatible = "nvidia,tegra114-smmu", },
{ .compatible = "nvidia,tegra30-smmu", },
{ },
};
--
1.8.1.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH 11/23] iommu/tegra: smmu: Add of_mach_id for T114
2013-06-26 9:28 [PATCH 11/23] iommu/tegra: smmu: Add of_mach_id for T114 Hiroshi Doyu
@ 2013-06-26 10:56 ` Thierry Reding
0 siblings, 0 replies; 2+ messages in thread
From: Thierry Reding @ 2013-06-26 10:56 UTC (permalink / raw)
To: linux-arm-kernel
On Wed, Jun 26, 2013 at 12:28:14PM +0300, Hiroshi Doyu wrote:
> Add of_mach_id for T114
I don't think of_mach_id is the right word. Why not use a subject such
as "iommu/tegra: smmu: Add Tegra114 support". And instead of duplicating
the subject in the commit message, perhaps you can say instead that for
Tegra114 the SMMU is the same as for Tegra30 (which I assume here given
that no code changes are required).
And we really need the nvidia,tegra114-smmu.txt binding documentation.
Either that or update the nvidia,tegra30-smmu.txt with Tegra114 specific
information.
Thierry
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20130626/a02918a0/attachment-0001.sig>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-06-26 10:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-26 9:28 [PATCH 11/23] iommu/tegra: smmu: Add of_mach_id for T114 Hiroshi Doyu
2013-06-26 10:56 ` Thierry Reding
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).