From patchwork Sun Jul 10 17:13:41 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vinod Koul X-Patchwork-Id: 12912593 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 6178AC43334 for ; Sun, 10 Jul 2022 17:13:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229623AbiGJRNt (ORCPT ); Sun, 10 Jul 2022 13:13:49 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60548 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229619AbiGJRNt (ORCPT ); Sun, 10 Jul 2022 13:13:49 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2732AB1FE; Sun, 10 Jul 2022 10:13:46 -0700 (PDT) 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 1F38560BB5; Sun, 10 Jul 2022 17:13:46 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id ED08FC3411E; Sun, 10 Jul 2022 17:13:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1657473225; bh=p7ZhMlaQa68leGqforGtWW2/3COJqluhTCLhAdhajXw=; h=Date:From:To:Cc:Subject:From; b=E2J4EIri18lX5s82TKZJmbkPm/5+cxSflXbQqvdhNzIKYSBxc2mDBmmLJoWrfdiQU mwlaWKuttwWSHCqmWq7G5tQFynHrY/9CURmVl5ILsQiNWGCugIgp8sgXD4D+hB/NVs VP+jsqr/A/mgE8XvieFDPBBci+1cFyXTtWzUXXk+GS2O2qBgQKaxvRCRFQM1kTyWm7 OlOfE/JYQr6kGyHu2Kmo92XiKDFq+apRkPdamBqOq/zdgA540KUgZ4MlIR7JsfZoSe wR26R5NgiJVRd+ivkCXXRCtyvp/6BKPZfrL/t3YxJ2Ea175ZjS62OLqRMeCntWQbC2 dufVL21Dmjq8w== Date: Sun, 10 Jul 2022 22:43:41 +0530 From: Vinod Koul To: Linus Torvalds Cc: dma , LKML Subject: [GIT PULL]: dmaengine fixes for v5.19 Message-ID: MIME-Version: 1.0 Content-Disposition: inline Precedence: bulk List-ID: X-Mailing-List: dmaengine@vger.kernel.org Hello Linus, Please pull the following to receive dmaengine fixes for v5.19. This include one core fix for DMA_INTERRUPT and rest driver fixes. The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56: Linux 5.19-rc1 (2022-06-05 17:18:54 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine.git tags/dmaengine-fix-5.19 for you to fetch changes up to 607a48c78e6b427b0b684d24e61c19e846ad65d6: dt-bindings: dma: allwinner,sun50i-a64-dma: Fix min/max typo (2022-07-06 21:57:05 +0530) ---------------------------------------------------------------- dmaengine fixes for v5.19 Core: - Revert verification of DMA_INTERRUPT capability as that was incorrect Bunch of driver fixes for: - ti: refcount and put_device leak - qcom_bam: runtime pm overflow - idxd: force wq context cleanup and call idxd_enable_system_pasid() on success - dw-axi-dmac: RMW on channel suspend register - imx-sdma: restart cyclic channel when enabled - at_xdma: error handling for at_xdmac_alloc_desc - pl330: lockdep warning - lgm: error handling path in probe - allwinner: Fix min/max typo in binding ---------------------------------------------------------------- Caleb Connolly (1): dmaengine: qcom: bam_dma: fix runtime PM underflow Christophe JAILLET (1): dmaengine: lgm: Fix an error handling path in intel_ldma_probe() Dave Jiang (1): dmaengine: idxd: force wq context cleanup on device disable path Dmitry Osipenko (1): dmaengine: pl330: Fix lockdep warning about non-static key Emil Renner Berthing (1): dmaengine: dw-axi-dmac: Fix RMW on channel suspend register Jerry Snitselaar (1): dmaengine: idxd: Only call idxd_enable_system_pasid() if succeeded in enabling SVA feature Miaoqian Lin (2): dmaengine: ti: Fix refcount leak in ti_dra7_xbar_route_allocate dmaengine: ti: Add missing put_device in ti_dra7_xbar_route_allocate Michael Walle (1): dmaengine: at_xdma: handle errors of at_xdmac_alloc_desc() correctly Peter Robinson (1): dmaengine: imx-sdma: Allow imx8m for imx7 FW revs Samuel Holland (1): dt-bindings: dma: allwinner,sun50i-a64-dma: Fix min/max typo Sascha Hauer (1): dmaengine: imx-sdma: only restart cyclic channel when enabled Vinod Koul (1): dmaengine: Revert "dmaengine: add verification of DMA_INTERRUPT capability for dmatest" .../bindings/dma/allwinner,sun50i-a64-dma.yaml | 2 +- drivers/dma/at_xdmac.c | 5 +++ drivers/dma/dmatest.c | 13 ++------ drivers/dma/dw-axi-dmac/dw-axi-dmac-platform.c | 8 +++-- drivers/dma/idxd/device.c | 5 +-- drivers/dma/idxd/init.c | 13 ++++---- drivers/dma/imx-sdma.c | 4 +-- drivers/dma/lgm/lgm-dma.c | 3 +- drivers/dma/pl330.c | 2 +- drivers/dma/qcom/bam_dma.c | 39 ++++++---------------- drivers/dma/ti/dma-crossbar.c | 5 +++ 11 files changed, 43 insertions(+), 56 deletions(-) Thanks