Re: [PATCH v4 1/4] OMAP3: hwmod data: add mmu data for iva and isp

2012-01-07 Thread Laurent Pinchart
Hi Omar, On Thursday 05 January 2012 20:24:25 Ramirez Luna, Omar wrote: On Sun, Dec 25, 2011 at 3:08 PM, Laurent Pinchart wrote: I'm not sure how this clock stuff works, but I'm guessing the device is supposed to go to sleep at some points in time, and with your patch OMAP3/4: iommu:

Re: [PATCH v4 1/4] OMAP3: hwmod data: add mmu data for iva and isp

2012-01-05 Thread Ramirez Luna, Omar
Hi Laurent On Sun, Dec 25, 2011 at 3:08 PM, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: I'm not sure how this clock stuff works, but I'm guessing the device is supposed to go to sleep at some points in time, and with your patch OMAP3/4: iommu: adapt to runtime pm it won't, as

Re: [PATCH v4 1/4] OMAP3: hwmod data: add mmu data for iva and isp

2011-12-25 Thread Laurent Pinchart
Hi Omar, On Friday 23 December 2011 16:53:58 Ramirez Luna, Omar wrote: On Mon, Dec 19, 2011 at 10:11 AM, Felipe Contreras wrote: On Fri, Dec 16, 2011 at 4:01 AM, Ramirez Luna, Omar wrote: On Thu, Dec 15, 2011 at 6:39 PM, Felipe Contreras wrote: Are you sure you are not missing something

Re: [PATCH v4 1/4] OMAP3: hwmod data: add mmu data for iva and isp

2011-12-23 Thread Ramirez Luna, Omar
On Mon, Dec 19, 2011 at 10:11 AM, Felipe Contreras felipe.contre...@gmail.com wrote: On Fri, Dec 16, 2011 at 4:01 AM, Ramirez Luna, Omar omar.rami...@ti.com wrote: On Thu, Dec 15, 2011 at 6:39 PM, Felipe Contreras felipe.contre...@gmail.com wrote: Are you sure you are not missing something

Re: [PATCH v4 1/4] OMAP3: hwmod data: add mmu data for iva and isp

2011-12-19 Thread Felipe Contreras
On Fri, Dec 16, 2011 at 4:01 AM, Ramirez Luna, Omar omar.rami...@ti.com wrote: On Thu, Dec 15, 2011 at 6:39 PM, Felipe Contreras felipe.contre...@gmail.com wrote: Are you sure you are not missing something like:  .clk = cam_ick, I believe in this case cam_ick is used as the main clock as it

Re: [PATCH v4 1/4] OMAP3: hwmod data: add mmu data for iva and isp

2011-12-15 Thread Felipe Contreras
On Thu, Dec 15, 2011 at 6:18 AM, Omar Ramirez Luna omar.rami...@ti.com wrote: +/* l4_core - isp mmu */ +static struct omap_hwmod_ocp_if omap3xxx_l4_core__isp_mmu = { +       .master         = omap3xxx_l4_core_hwmod, +       .slave          = omap3xxx_isp_mmu_hwmod, +       .addr           =

Re: [PATCH v4 1/4] OMAP3: hwmod data: add mmu data for iva and isp

2011-12-15 Thread Ramirez Luna, Omar
On Thu, Dec 15, 2011 at 6:39 PM, Felipe Contreras felipe.contre...@gmail.com wrote: On Thu, Dec 15, 2011 at 6:18 AM, Omar Ramirez Luna omar.rami...@ti.com wrote: +/* l4_core - isp mmu */ +static struct omap_hwmod_ocp_if omap3xxx_l4_core__isp_mmu = { +       .master         =

[PATCH v4 1/4] OMAP3: hwmod data: add mmu data for iva and isp

2011-12-14 Thread Omar Ramirez Luna
Add mmu hwmod data for iva and isp. Due to compatibility an ifdef CONFIG_OMAP_IOMMU_IVA2 needs to be propagated (previously on iommu resource info) to hwmod data in OMAP3, so users of iommu and tidspbridge can avoid issues of two modules managing mmu data/irqs/resets; this until tidspbridge can