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 9BCFDC11D2F for ; Mon, 24 Feb 2020 16:50:17 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 6F43120836 for ; Mon, 24 Feb 2020 16:50:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1582563017; bh=GUn4MNd/CYw0+WpEjK/beMt3O/nBhBrB0RzoGtzcI8E=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=xxABY19Oo+KFWiEq9oTctRS/WLpsXLGpFtFnAnaq+jQvZYv4lJC8b8jhVWsromBQA i1mkqan3ZUKYMdy2WyJtV3ZNT4pEJydjURfhjtJMeIbTY7YHzHJUhAS2NSVjnQfPEP FN9cVsqS548mRU/fb0fPwMqWdHB0owovuK75rKiU= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727259AbgBXQuR (ORCPT ); Mon, 24 Feb 2020 11:50:17 -0500 Received: from mail.kernel.org ([198.145.29.99]:49724 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727177AbgBXQuQ (ORCPT ); Mon, 24 Feb 2020 11:50:16 -0500 Received: from localhost (unknown [122.182.199.233]) (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 74E0F20637; Mon, 24 Feb 2020 16:50:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1582563016; bh=GUn4MNd/CYw0+WpEjK/beMt3O/nBhBrB0RzoGtzcI8E=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=JF4umC8CRxfeuYkpdniHpcft7/Jjj5SFyBNEyJJI0OQX2Vtn6yqOvqNnG1KebGkyu UwBybDebLapoJuPaZ5eh9raqocKdq8+ey1hVmwZQdZneolm3YIGA8FLPGBtEfrtdDk Rrfh/v71QseZ5QGSxWrsF3XHXXjWedXhOm7hbA8A= Date: Mon, 24 Feb 2020 22:20:12 +0530 From: Vinod Koul To: Amelie Delaunay Cc: Dan Williams , Maxime Coquelin , Alexandre Torgue , dmaengine@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Pierre-Yves MORDRET Subject: Re: [PATCH 0/6] STM32 MDMA driver fixes and improvements Message-ID: <20200224165012.GB2618@vkoul-mobl> References: <20200127085334.13163-1-amelie.delaunay@st.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200127085334.13163-1-amelie.delaunay@st.com> Sender: dmaengine-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: dmaengine@vger.kernel.org On 27-01-20, 09:53, Amelie Delaunay wrote: > This series brings improvements to the MDMA driver, with support of power > management and descriptor reuse. Probe function gets a cleanup and to avoid > a race with vchan_complete, driver now adopts vchan_terminate_vdesc(). Applied, thanks -- ~Vinod