Re: [PATCH 2/4] media: omap3isp: Handle ARM dma_iommu_mapping

2025-02-16 Thread Sakari Ailus
Hi Laurent, others, On Sat, Feb 15, 2025 at 09:43:28PM +0200, Laurent Pinchart wrote: > CC'ing Sakari. > > Sakari, would you pick this patch ? Thanks! I wonder what happened -- it wasn't visible in Linuxtv.org Patchwork but could be found via the message id. It's in my tree now. > > On Sat, F

Re: [PATCH 2/4] media: omap3isp: Handle ARM dma_iommu_mapping

2025-02-15 Thread Laurent Pinchart
CC'ing Sakari. Sakari, would you pick this patch ? On Sat, Feb 15, 2025 at 08:57:24AM +0200, Sicelo wrote: > On Mon, Oct 28, 2024 at 05:58:36PM +, Robin Murphy wrote: > > It's no longer practical for the OMAP IOMMU driver to trick > > arm_setup_iommu_dma_ops() into ignoring its presence, so l

Re: [PATCH 2/4] media: omap3isp: Handle ARM dma_iommu_mapping

2025-02-14 Thread Sicelo
Hi On Mon, Oct 28, 2024 at 05:58:36PM +, Robin Murphy wrote: > It's no longer practical for the OMAP IOMMU driver to trick > arm_setup_iommu_dma_ops() into ignoring its presence, so let's use the > same tactic as other IOMMU API users on 32-bit ARM and explicitly kick > the arch code's dma_iom

[PATCH 2/4] media: omap3isp: Handle ARM dma_iommu_mapping

2024-10-28 Thread Robin Murphy
It's no longer practical for the OMAP IOMMU driver to trick arm_setup_iommu_dma_ops() into ignoring its presence, so let's use the same tactic as other IOMMU API users on 32-bit ARM and explicitly kick the arch code's dma_iommu_mapping out of the way to avoid problems. Fixes: 4720287c7bf7 ("iommu: