From patchwork Sun Feb 20 14:10:17 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vinod Koul X-Patchwork-Id: 12752733 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 2216EC433EF for ; Sun, 20 Feb 2022 14:10:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231806AbiBTOKt (ORCPT ); Sun, 20 Feb 2022 09:10:49 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:58608 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243167AbiBTOKo (ORCPT ); Sun, 20 Feb 2022 09:10:44 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7A7F84B40F; Sun, 20 Feb 2022 06:10:23 -0800 (PST) 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 dfw.source.kernel.org (Postfix) with ESMTPS id 1EE6E61183; Sun, 20 Feb 2022 14:10:23 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9C805C340F1; Sun, 20 Feb 2022 14:10:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1645366222; bh=x1e9WpSJg6pvlqSnU+CmONdE9nG45brjpDmAsA5OPIs=; h=Date:From:To:Cc:Subject:From; b=HSzc5C+f500FabQaLUIL9WfnxM/e0LIj8Xqt62uA8JPFLQJMO6550p9Qe8OZ0MawZ bolGQTUNDSRhahq+7/rM6ZW59EZ0j7eBK5SABWUOfNoIM2+aNes+IDCg6QmvAtiPJ8 c4VFSrYTPZryXv9RfNsYMSb3d6WgohmspCG+W0O35+VKrTQUH68JOo7sqO/MLYNEsl D8LG4oVc3G8B/Gwr6M3xJc4tQfhxgprQokGXIHwBbrq4g0mI2h9UTZ2iX2xHTuLAiw EQXJsWeopiiku4YWGMeuVJCg9M5wikxBzNBYf21eflQn7MO3KzmvBmbsNvB+KYydbD Q/ERIyK5QYMqw== Date: Sun, 20 Feb 2022 19:40:17 +0530 From: Vinod Koul To: Linus Torvalds Cc: dma , LKML Subject: [GIT PULL]: dmaengine fixes for v5.17 Message-ID: MIME-Version: 1.0 Content-Disposition: inline Precedence: bulk List-ID: X-Mailing-List: dmaengine@vger.kernel.org Hello Linus, Please pull to receive updates for v5.17. The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07: Linux 5.17-rc1 (2022-01-23 10:12:53 +0200) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine.git tags/dmaengine-fix-5.17 for you to fetch changes up to 455896c53d5b803733ddd84e1bf8a430644439b6: dmaengine: shdma: Fix runtime PM imbalance on error (2022-02-15 11:04:16 +0530) ---------------------------------------------------------------- dmaengine fixes for v5.17 Bunch of driver fixes for: - ptdma error handling in init - lock fix in at_hdmac - error path and error num fix for sh dma - pm balance fix for stm32 ---------------------------------------------------------------- Christophe JAILLET (1): dmaengine: ptdma: Fix the error handling path in pt_core_init() Jiasheng Jiang (2): dmaengine: sh: rcar-dmac: Check for error num after setting mask dmaengine: sh: rcar-dmac: Check for error num after dma_set_max_seg_size Miaoqian Lin (1): dmaengine: stm32-dmamux: Fix PM disable depth imbalance in stm32_dmamux_probe Yang Yingliang (1): dmaengine: at_xdmac: Fix missing unlock in at_xdmac_tasklet() Yongzhi Liu (1): dmaengine: shdma: Fix runtime PM imbalance on error drivers/dma/at_xdmac.c | 4 +++- drivers/dma/ptdma/ptdma-dev.c | 17 +++++++++-------- drivers/dma/sh/rcar-dmac.c | 9 +++++++-- drivers/dma/sh/shdma-base.c | 4 +++- drivers/dma/stm32-dmamux.c | 4 +++- 5 files changed, 25 insertions(+), 13 deletions(-)