Re: [PATCH 5/6] omap: iommu: hwmod device enable/disable routines

2010-11-07 Thread Ramirez Luna, Omar
On Sat, Nov 6, 2010 at 4:17 PM, Cousson, Benoit b-cous...@ti.com wrote: You should use runtime PM directly. That omap_device step is useless. Moreover, this patch should be merged with the previous one. Agree, will check on runtime PM. Regards, Omar -- To unsubscribe from this list: send the

Re: [PATCH 5/6] omap: iommu: hwmod device enable/disable routines

2010-11-06 Thread Cousson, Benoit
You should use runtime PM directly. That omap_device step is useless. Moreover, this patch should be merged with the previous one. Benoit On 11/5/2010 9:19 PM, Ramirez Luna, Omar wrote: Use omap device enable/disable routines. Signed-off-by: Omar Ramirez Lunaomar.rami...@ti.com ---

[PATCH 5/6] omap: iommu: hwmod device enable/disable routines

2010-11-05 Thread Omar Ramirez Luna
Use omap device enable/disable routines. Signed-off-by: Omar Ramirez Luna omar.rami...@ti.com --- arch/arm/mach-omap2/omap-iommu.c| 16 +++- arch/arm/plat-omap/include/plat/iommu.h |7 +-- arch/arm/plat-omap/iommu.c | 24 +++- 3