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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8DE81C433F5 for ; Thu, 5 May 2022 11:16:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S245037AbiEELU0 (ORCPT ); Thu, 5 May 2022 07:20:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52394 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238836AbiEELUZ (ORCPT ); Thu, 5 May 2022 07:20:25 -0400 Received: from mx07-00178001.pphosted.com (mx08-00178001.pphosted.com [91.207.212.93]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 04E9050B05; Thu, 5 May 2022 04:16:46 -0700 (PDT) Received: from pps.filterd (m0046661.ppops.net [127.0.0.1]) by mx07-00178001.pphosted.com (8.17.1.5/8.17.1.5) with ESMTP id 2458fZdp003030; Thu, 5 May 2022 13:16:38 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=foss.st.com; h=message-id : date : mime-version : subject : to : cc : references : from : in-reply-to : content-type : content-transfer-encoding; s=selector1; bh=pNY9NqZRVsyRPkZehhMeH/RwBsQcxmUM+65Y7zrtIT0=; b=NzosZvGp196w+LRjy/nlMkrf5bU6j2Tps2yooeoq+1fdMfKKa1AACaSxlSP+UbFj4RZT saWPqXbhTSXYEaqiRlbythL2wFyD3YjiWyiZskOcp/SE+N2MxD7FlPhcHrjRp4J4tiHO 1M1Gz2djDrA0eoTRaXQ7Eadja4YyaIWfV7/tHvgFBCS8tAsRakv1UHH6aeJiFEwgglTY cA4hmFEroei0rDtfMX/VjxIF+1LlLWDKzk/5pFbstwJvzYJVFMKRfgceMiBuOHFyeL8v aD2HVD4l1IOj+j+HAauLlynpJzcpx1Sulu5lLmCXiTy86rsVFWh5+VGb8yyod2vc84eP Jg== Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by mx07-00178001.pphosted.com (PPS) with ESMTPS id 3frv0gk5nw-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 05 May 2022 13:16:38 +0200 Received: from euls16034.sgp.st.com (euls16034.sgp.st.com [10.75.44.20]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 579C010002A; Thu, 5 May 2022 13:16:38 +0200 (CEST) Received: from Webmail-eu.st.com (sfhdag2node2.st.com [10.75.127.5]) by euls16034.sgp.st.com (STMicroelectronics) with ESMTP id 5113D21A20B; Thu, 5 May 2022 13:16:38 +0200 (CEST) Received: from [10.211.8.113] (10.75.127.48) by SFHDAG2NODE2.st.com (10.75.127.5) with Microsoft SMTP Server (TLS) id 15.0.1497.26; Thu, 5 May 2022 13:16:37 +0200 Message-ID: <01de4604-b6e4-9fb8-5432-a20f19ec35e5@foss.st.com> Date: Thu, 5 May 2022 13:16:36 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.8.1 Subject: Re: [PATCH 0/4] STM32 DMA pause/resume support Content-Language: en-US To: Vinod Koul , Maxime Coquelin , Alexandre Torgue CC: , , , References: <20220505102636.35506-1-amelie.delaunay@foss.st.com> From: Amelie Delaunay In-Reply-To: <20220505102636.35506-1-amelie.delaunay@foss.st.com> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.75.127.48] X-ClientProxiedBy: SFHDAG2NODE3.st.com (10.75.127.6) To SFHDAG2NODE2.st.com (10.75.127.5) X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.205,Aquarius:18.0.858,Hydra:6.0.486,FMLib:17.11.64.514 definitions=2022-05-05_04,2022-05-05_01,2022-02-23_01 Precedence: bulk List-ID: X-Mailing-List: dmaengine@vger.kernel.org Please drop this series, truncated :( On 5/5/22 12:26, Amelie Delaunay wrote: > This patchset introduces pause/resume support in stm32-dma driver. > [1/4], [2/4] and [3/4] ease the introduction of device_pause/device_resume > ops management in [4/4]. > > Amelie Delaunay (4): > dmaengine: stm32-dma: introduce stm32_dma_sg_inc to manage > chan->next_sg > dmaengine: stm32-dma: pass DMA_SxSCR value to > stm32_dma_handle_chan_done() > dmaengine: stm32-dma: rename pm ops before dma pause/resume > introduction > dmaengine: stm32-dma: add device_pause/device_resume support > > drivers/dma/stm32-dma.c | 311 ++++++++++++++++++++++++++++++++++------ > 1 file changed, 268 insertions(+), 43 deletions(-) >