Re: [PATCH v2 2/3] OMAP4: iommu: fix irq and clock name for dsp-iommu

2012-05-07 Thread Gutierrez, Juan
Hi Ohad

On Sun, May 6, 2012 at 7:33 AM, Ohad Ben-Cohen o...@wizery.com wrote:
 Hi Juan,

 On Sat, Apr 14, 2012 at 2:39 AM, Juan Gutierrez jgutier...@ti.com wrote:
 Irq and clock names were wrong for dsp iommu configuration
 for omap4.

 Looks good.

 Renamed tesla_ick to dsp_fck.

 If you're resubmitting the series, please indicate here why this
 change is needed (specifically let's mention commit 0e43327 OMAP4:
 clock: Fix clock names and align with hwmod names).

Ok, I will mention the reason of this change in next series.

 Thanks,
 Ohad.



-- 
Thanks

juan gutierrez
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH v2 2/3] OMAP4: iommu: fix irq and clock name for dsp-iommu

2012-05-06 Thread Ohad Ben-Cohen
Hi Juan,

On Sat, Apr 14, 2012 at 2:39 AM, Juan Gutierrez jgutier...@ti.com wrote:
 Irq and clock names were wrong for dsp iommu configuration
 for omap4.

Looks good.

 Renamed tesla_ick to dsp_fck.

If you're resubmitting the series, please indicate here why this
change is needed (specifically let's mention commit 0e43327 OMAP4:
clock: Fix clock names and align with hwmod names).

Thanks,
Ohad.
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH v2 2/3] OMAP4: iommu: fix irq and clock name for dsp-iommu

2012-04-13 Thread Juan Gutierrez
Irq and clock names were wrong for dsp iommu configuration
for omap4.

Renamed tesla_ick to dsp_fck.
Renamed INT_44XX_DSP_MMU to OMAP44XX_IRQ_TESLA_MMU.

dsp-iommu is enabled by default.

Signed-off-by: Juan Gutierrez jgutier...@ti.com
---
 arch/arm/mach-omap2/omap-iommu.c |6 ++
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/arch/arm/mach-omap2/omap-iommu.c b/arch/arm/mach-omap2/omap-iommu.c
index ac49384..1be8bcb 100644
--- a/arch/arm/mach-omap2/omap-iommu.c
+++ b/arch/arm/mach-omap2/omap-iommu.c
@@ -73,19 +73,17 @@ static struct iommu_device omap4_devices[] = {
.da_end = 0xF000,
},
},
-#if defined(CONFIG_MPU_TESLA_IOMMU)
{
.base = OMAP4_MMU2_BASE,
-   .irq = INT_44XX_DSP_MMU,
+   .irq = OMAP44XX_IRQ_TESLA_MMU,
.pdata = {
.name = tesla,
.nr_tlb_entries = 32,
-   .clk_name = tesla_ick,
+   .clk_name = dsp_fck,
.da_start = 0x0,
.da_end = 0xF000,
},
},
-#endif
 };
 #define NR_OMAP4_IOMMU_DEVICES ARRAY_SIZE(omap4_devices)
 static struct platform_device *omap4_iommu_pdev[NR_OMAP4_IOMMU_DEVICES];
-- 
1.7.1

--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html