public inbox for linux-tegra@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] ARM: dt: tegra30: Rename "smmu" to "iommu"
@ 2013-01-29  8:30 Hiroshi Doyu
       [not found] ` <1359448231-24546-1-git-send-email-hdoyu-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Hiroshi Doyu @ 2013-01-29  8:30 UTC (permalink / raw)
  To: linux-tegra-u79uwXL29TY76Z2rM5mHXA
  Cc: iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA, Hiroshi Doyu

Use functional name for DT entry instead of h/w name.

Signed-off-by: Hiroshi Doyu <hdoyu-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
---
 arch/arm/boot/dts/tegra30.dtsi |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/tegra30.dtsi b/arch/arm/boot/dts/tegra30.dtsi
index 2de8b91..c5db29d 100644
--- a/arch/arm/boot/dts/tegra30.dtsi
+++ b/arch/arm/boot/dts/tegra30.dtsi
@@ -406,7 +406,7 @@
 		interrupts = <0 77 0x04>;
 	};
 
-	smmu {
+	iommu {
 		compatible = "nvidia,tegra30-smmu";
 		reg = <0x7000f010 0x02c
 		       0x7000f1f0 0x010
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH 2/3] ARM: dt: tegra20: Rename "gart" to "iommu"
       [not found] ` <1359448231-24546-1-git-send-email-hdoyu-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
@ 2013-01-29  8:30   ` Hiroshi Doyu
  2013-01-29  8:30   ` [PATCH 3/3] ARM: dt: tegra114: Rename "smmu" " Hiroshi Doyu
  2013-01-29 18:00   ` [PATCH 1/3] ARM: dt: tegra30: " Stephen Warren
  2 siblings, 0 replies; 4+ messages in thread
From: Hiroshi Doyu @ 2013-01-29  8:30 UTC (permalink / raw)
  To: linux-tegra-u79uwXL29TY76Z2rM5mHXA
  Cc: iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA, Hiroshi Doyu

Use functional name for DT entry instead of h/w name.

Signed-off-by: Hiroshi Doyu <hdoyu-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
---
 arch/arm/boot/dts/tegra20.dtsi |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/tegra20.dtsi b/arch/arm/boot/dts/tegra20.dtsi
index 2e7c83c..5741cd4 100644
--- a/arch/arm/boot/dts/tegra20.dtsi
+++ b/arch/arm/boot/dts/tegra20.dtsi
@@ -387,7 +387,7 @@
 		interrupts = <0 77 0x04>;
 	};
 
-	gart {
+	iommu {
 		compatible = "nvidia,tegra20-gart";
 		reg = <0x7000f024 0x00000018	/* controller registers */
 		       0x58000000 0x02000000>;	/* GART aperture */
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH 3/3] ARM: dt: tegra114: Rename "smmu" to "iommu"
       [not found] ` <1359448231-24546-1-git-send-email-hdoyu-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
  2013-01-29  8:30   ` [PATCH 2/3] ARM: dt: tegra20: Rename "gart" " Hiroshi Doyu
@ 2013-01-29  8:30   ` Hiroshi Doyu
  2013-01-29 18:00   ` [PATCH 1/3] ARM: dt: tegra30: " Stephen Warren
  2 siblings, 0 replies; 4+ messages in thread
From: Hiroshi Doyu @ 2013-01-29  8:30 UTC (permalink / raw)
  To: linux-tegra-u79uwXL29TY76Z2rM5mHXA
  Cc: iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA, Hiroshi Doyu

Use functional name for DT entry instead of h/w name.

Signed-off-by: Hiroshi Doyu <hdoyu-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
---
 arch/arm/boot/dts/tegra114.dtsi |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/tegra114.dtsi b/arch/arm/boot/dts/tegra114.dtsi
index 96a8235..366c177 100644
--- a/arch/arm/boot/dts/tegra114.dtsi
+++ b/arch/arm/boot/dts/tegra114.dtsi
@@ -80,7 +80,7 @@
 		reg = <0x7000e400 0x400>;
 	};
 
-	smmu {
+	iommu {
 		compatible = "nvidia,tegra114-smmu", "nvidia,tegra30-smmu";
 		reg = <0x7000f010 0x02c
 		       0x7000f1f0 0x010
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH 1/3] ARM: dt: tegra30: Rename "smmu" to "iommu"
       [not found] ` <1359448231-24546-1-git-send-email-hdoyu-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
  2013-01-29  8:30   ` [PATCH 2/3] ARM: dt: tegra20: Rename "gart" " Hiroshi Doyu
  2013-01-29  8:30   ` [PATCH 3/3] ARM: dt: tegra114: Rename "smmu" " Hiroshi Doyu
@ 2013-01-29 18:00   ` Stephen Warren
  2 siblings, 0 replies; 4+ messages in thread
From: Stephen Warren @ 2013-01-29 18:00 UTC (permalink / raw)
  To: Hiroshi Doyu
  Cc: linux-tegra-u79uwXL29TY76Z2rM5mHXA,
	iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA

On 01/29/2013 01:30 AM, Hiroshi Doyu wrote:
> Use functional name for DT entry instead of h/w name.

Applied patches 1, 2 to Tegra's for-3.9/dt branch, and squashed patch 3
into Tegra's for-3.9/soc-t114 branch.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-01-29 18:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-29  8:30 [PATCH 1/3] ARM: dt: tegra30: Rename "smmu" to "iommu" Hiroshi Doyu
     [not found] ` <1359448231-24546-1-git-send-email-hdoyu-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2013-01-29  8:30   ` [PATCH 2/3] ARM: dt: tegra20: Rename "gart" " Hiroshi Doyu
2013-01-29  8:30   ` [PATCH 3/3] ARM: dt: tegra114: Rename "smmu" " Hiroshi Doyu
2013-01-29 18:00   ` [PATCH 1/3] ARM: dt: tegra30: " Stephen Warren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox