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 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 4F5F0C433F5 for ; Mon, 22 Nov 2021 06:09:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=60oyyxt5/aJcXy8fkYRY2j5qhQKoZE/MPw3tRIiJAgQ=; b=Ne3sjJdmJnHrHI gW8tpmVnaeL7HCkLnIK6t683Xv2+HmCbbTXaMNxLRC9+sG3RMbBLKRTaZxR3iHVNjtRvCYlk50gsK D+OEk4Rfp75lfP+ESI5sYBVPhCW0r1x5zXv1oz5YOzPyfm/wurN5Iqwrb8a7tSKbeC3YrtoCL2s3s CTynqWZzPQr8AJ2LCHcBtjbEu9LWcg2u2kYvo09gSZPHOklEH+z/7qpEEmvCXISuQn24GkMYqfDLu xj2IpPoYfRar8IVt1YAtrC6MHtpXU92IxdgM7Sfnsy16nutVrOWn1kyHgYyhYBtqRxaVo3VSv8GBb w9V9R85W00DD1lzSoq1A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mp2VI-00EwSw-T2; Mon, 22 Nov 2021 06:08:37 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mp2VG-00EwSD-8D for linux-arm-kernel@lists.infradead.org; Mon, 22 Nov 2021 06:08:35 +0000 Received: by mail.kernel.org (Postfix) with ESMTPSA id 2C2CC60E96; Mon, 22 Nov 2021 06:08:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1637561311; bh=GytbicGsFa2Ux0yTg6oPNeDbhEolnv+pnW7LYbLJ16c=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=PotRZH119w+8xXkkOAsUGpJ80K5vP5JQkYLRo7o2UoOJQA3SsEwYRUTnVhvRBg9pg X31172d6OeZWZB4e/7aDExpZ2VeLl6uUzJ6k75s8xXAL8f72AqSI7An5vBnxoKpfrf KoZNQ8WFovV9yRWK7WW6tCZ+04MbMWEUiyRvCokvBxVWiQGIC/VsODoHzOlObUABFh 3+Es7QW2Er1CkJqNDy1GYkiYWXqESmPsV3cmC83AWI//+lE6GB2b7YN2GNB/zjki64 U9K5uG0JhgrWUie38aB6iKZEAcME2OC3z/UmVLf6NstjWDe7Pj7AQ7pA7V9TElyc9n YP39iu+UdDJUw== Date: Mon, 22 Nov 2021 11:38:26 +0530 From: Vinod Koul To: Adrian Larumbe Cc: dmaengine@vger.kernel.org, michal.simek@xilinx.com, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 0/3] Add support for MEMCPY_SG transfers Message-ID: References: <20210706234338.7696-1-adrian.martinezlarumbe@imgtec.com> <20211101180825.241048-1-adrianml@alumnos.upm.es> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20211101180825.241048-1-adrianml@alumnos.upm.es> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211121_220834_331768_82ECDC7D X-CRM114-Status: UNSURE ( 5.59 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 01-11-21, 18:08, Adrian Larumbe wrote: > Bring back dmaengine API support for scatter-gather memcpy's. Applied, thanks -- ~Vinod _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel