Re: [PATCH v2] media: omap3isp: fix unbalanced dma_iommu_mapping

2018-03-26 Thread Suman Anna
Hi Mauro, On 03/21/2018 05:26 AM, Laurent Pinchart wrote: > Hi Suman, > > Thank you for the patch. > > On Wednesday, 14 March 2018 17:41:36 EET Suman Anna wrote: >> The OMAP3 ISP driver manages its MMU mappings through the IOMMU-aware >> ARM DMA backen

[PATCH v2] media: omap3isp: fix unbalanced dma_iommu_mapping

2018-03-14 Thread Suman Anna
refcount and a memory leak. Fix this properly. Reported-by: Pavel Machek <pa...@ucw.cz> Signed-off-by: Suman Anna <s-a...@ti.com> Acked-by: Sakari Ailus <sakari.ai...@linux.intel.com> --- v2 Changes: - Dropped the error_attach label, and returned directly from the first error p

Re: [PATCH] media: omap3isp: fix unbalanced dma_iommu_mapping

2018-03-13 Thread Suman Anna
Hi Sakari, On 03/13/2018 06:14 AM, Sakari Ailus wrote: > Hi Suman, > > Thanks for the patch. > > On Mon, Mar 12, 2018 at 11:52:07AM -0500, Suman Anna wrote: >> The OMAP3 ISP driver manages its MMU mappings through the IOMMU-aware >> ARM DMA backend. The current code

[PATCH] media: omap3isp: fix unbalanced dma_iommu_mapping

2018-03-12 Thread Suman Anna
refcount and a memory leak. Fix this properly. Reported-by: Pavel Machek <pa...@ucw.cz> Signed-off-by: Suman Anna <s-a...@ti.com> Tested-by: Pavel Machek <pa...@ucw.cz> --- Hi Mauro, Laurent, This fixes an issue reported by Pavel and discussed on this thread, https://marc.

Re: [PATCH] rpmsg: Solve circular dependencies involving RPMSG_VIRTIO

2017-06-27 Thread Suman Anna
Hi Bjorn, Thanks for the patch. >> >> On 06/27/2017 01:43 AM, Bjorn Andersson wrote: >>> While it's very common to use RPMSG for communicating with firmware >>> running on these remoteprocs there is no functional dependency on RPMSG. >> >> This is not entirely accurate though. RPMSG is the

Re: [PATCH] rpmsg: Solve circular dependencies involving RPMSG_VIRTIO

2017-06-27 Thread Suman Anna
Hi Bjorn, Thanks for the patch. On 06/27/2017 01:43 AM, Bjorn Andersson wrote: > While it's very common to use RPMSG for communicating with firmware > running on these remoteprocs there is no functional dependency on RPMSG. This is not entirely accurate though. RPMSG is the IPC transport on

Re: [PATCH v1 1/6] DT bindings: add bindings for ov965x camera module

2017-06-23 Thread Suman Anna
On 06/23/2017 01:59 PM, H. Nikolaus Schaller wrote: > Hi Suman, > >> Am 23.06.2017 um 20:05 schrieb Suman Anna <s-a...@ti.com>: >> >>>>> >>>>> Or does it just mean that it defines the property name? >>>> >>>> Please rea

Re: [PATCH v1 1/6] DT bindings: add bindings for ov965x camera module

2017-06-23 Thread Suman Anna
Hi Nikolaus, On 06/23/2017 10:22 AM, H. Nikolaus Schaller wrote: > Hi, > >> Am 23.06.2017 um 16:57 schrieb Andreas Färber : >> >> Am 23.06.2017 um 16:53 schrieb H. Nikolaus Schaller: >>> Hi Laurent, >>> Am 23.06.2017 um 13:58 schrieb Laurent Pinchart

Re: [PATCH 1/2] ARM: OMAP2+: Remove legacy OMAP3 ISP instantiation

2015-09-14 Thread Suman Anna
Hi Tony, On 09/03/2015 05:34 PM, Suman Anna wrote: > Hi Sakari, > > On 07/16/2015 07:58 AM, Tony Lindgren wrote: >> * Laurent Pinchart <laurent.pinch...@ideasonboard.com> [150716 05:57]: >>> The OMAP3 ISP is now fully supported in DT, remove its instantiation >

Re: [PATCH 1/2] ARM: OMAP2+: Remove legacy OMAP3 ISP instantiation

2015-09-03 Thread Suman Anna
Hi Sakari, On 07/16/2015 07:58 AM, Tony Lindgren wrote: > * Laurent Pinchart [150716 05:57]: >> The OMAP3 ISP is now fully supported in DT, remove its instantiation >> from C code. > > Please feel to queue this along with the second patch in this series, >