From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 21ED0C35DF2 for ; Tue, 25 Feb 2020 06:09:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id EB2E424653 for ; Tue, 25 Feb 2020 06:09:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1582610983; bh=MgRBEVbXH6Six0fegMThof5UD5xrOEnaDVYeIeAhfiA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=lj2ZXLZB+CvtIr7fVqfP7vQmPiU1aecWbUoeBAC0cu3YvpIAv/WjFbFqHwee9k4fB FPfOOBTjLCYua5P1oYxoxuHNJ9isZADmV0AtsI8bF4c94ddiBHpwNnjS3TDtpxTwT1 gkWayrpGt+xWz3vhLpzUM1o+W8JgD/7sUm94u1iE= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728962AbgBYGJm (ORCPT ); Tue, 25 Feb 2020 01:09:42 -0500 Received: from mail.kernel.org ([198.145.29.99]:43292 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726125AbgBYGJm (ORCPT ); Tue, 25 Feb 2020 01:09:42 -0500 Received: from localhost (unknown [122.167.120.28]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 3B5DE20656; Tue, 25 Feb 2020 06:09:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1582610982; bh=MgRBEVbXH6Six0fegMThof5UD5xrOEnaDVYeIeAhfiA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=vO+0B2B4v1T170HBoQEpBd7/e4TD/oAq7OTDhoC2hWax9zPCFAdyH44WsHbHG4X6F I95s17gC5URJG048oj0yBmD6x9QVK0vrp737UoIGF0JduUxOpi0M43V7FaudxSSXZC /thhjkZqukv0r7CgPYRcs0z1WvCruQG9XD2137H8= Date: Tue, 25 Feb 2020 11:39:37 +0530 From: Vinod Koul To: Peter Ujfalusi Cc: dmaengine@vger.kernel.org, linux-kernel@vger.kernel.org, dan.j.williams@intel.com Subject: Re: [PATCH v2] dmaengine: ti: edma: Support for interleaved mem to mem transfer Message-ID: <20200225060937.GJ2618@vkoul-mobl> References: <20200210094455.3615-1-peter.ujfalusi@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200210094455.3615-1-peter.ujfalusi@ti.com> Sender: dmaengine-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: dmaengine@vger.kernel.org On 10-02-20, 11:44, Peter Ujfalusi wrote: > Add basic interleaved support via EDMA. Applied, thanks -- ~Vinod