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 0EE1EC433F5 for ; Thu, 19 May 2022 17:50:25 +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=b+iqY1SsAzvNdCyjLx4F9I4sJMC51qkxnv2/ZUBPNpo=; b=Ih/XzmL2zOxucj 2ZZBQlb+hau1QFltOSEAeNd7dlf5cOdp7P2z74thmW2W5Pqd7tcIrxQ8RoFuJY8QBgD/KCnV/Mx3R eLO3K/qREvqBCetsX7Wg0TTBtL5z5o3cGuF7eVHlof01zjmF4AIFBXi/lV9qC0rs6z1L8s99KBpDZ bQnOFZeCc7ByOa9DshKAfzdGqZbXNxBah8qvR0vSyh19BBvJp/RhKvn4+YxoM2zKnxECCK99Agfqj K9i3xDoWx0wprCcpaO71ImWwZoYJpRiSirxDBaq6PPW3iaxN6qvyknDTu4CyxmYi5AVJ/1hvm6xF3 Rk+g+z4JMtG/Zgjbtp1Q==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nrkGs-008hZy-Tf; Thu, 19 May 2022 17:49:11 +0000 Received: from ams.source.kernel.org ([145.40.68.75]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nrkGp-008hYZ-R4 for linux-arm-kernel@lists.infradead.org; Thu, 19 May 2022 17:49:09 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 66006B824A1; Thu, 19 May 2022 17:49:06 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id AFAB8C385AA; Thu, 19 May 2022 17:49:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1652982545; bh=ac9xGH+1JIcnCHzru2IWbkDZOfZZiXdeXvfoHhLdoqM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=spOW840KGB04EbAqRHdAwCEI4ueJigujG10gmrQZoJohM6H/G5k95LoEo8lMQIRUG kb5EgjV5RPlKUXKLzXwJlYXAPbrzUmvcCpkIsEy9yT7mj+kqsXctQyxtnyDoGSfPPR vGw9oRS1FSIl4okTHuPOQ27P3GZJb0Bmt537RCgrscZRYwICzTULien/6Av1HMM1Uf DuduX7Auy6kWgTAouMt+V/zK487LrCXmjI70yWCZx+rim2RgcJnonMLLim/HxoXn44 3WcpcMhtBuuWBLGbev6CQvd8UXSbD2uoT8OpUBO9XydaZDIF6ZBHFHOQdVtSh4Y7aM KjdTCTo/HfA6A== Date: Thu, 19 May 2022 23:19:00 +0530 From: Vinod Koul To: Amelie Delaunay Cc: 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 Subject: Re: [PATCH 0/4] STM32 DMA pause/resume support Message-ID: References: <20220505115611.38845-1-amelie.delaunay@foss.st.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220505115611.38845-1-amelie.delaunay@foss.st.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220519_104908_052829_9A60305E X-CRM114-Status: UNSURE ( 9.10 ) 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 05-05-22, 13:56, 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]. Applied, thanks -- ~Vinod _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel