From patchwork Wed Sep 21 13:26:03 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vinod Koul X-Patchwork-Id: 12983725 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 DC868ECAAD8 for ; Wed, 21 Sep 2022 13:26:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229870AbiIUN0M (ORCPT ); Wed, 21 Sep 2022 09:26:12 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48688 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229624AbiIUN0L (ORCPT ); Wed, 21 Sep 2022 09:26:11 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 51FC97A539; Wed, 21 Sep 2022 06:26:10 -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 ams.source.kernel.org (Postfix) with ESMTPS id 0418FB810AA; Wed, 21 Sep 2022 13:26:09 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 29226C433D6; Wed, 21 Sep 2022 13:26:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1663766767; bh=+wfYsp2xtCeuhYApN7yC7RNJT+HOL1bcyd1pFjfc0hc=; h=Date:From:To:Cc:Subject:From; b=aIdaEevZb/JningGmHtmM5dyWkBXCO9QospOTGcX4+1Rud8S4jUYvF4FUgK+4FVsT VS7bHFkSGoy/9B4Zv4Tn7SnwUPVmj2Et+Gydj8R2M9K5g3Q+wtmCQF+/FidBNeioI8 4EzjpiOhGjhtUt8cDbno8wqyl1J/mL4dCK4vcKaHVThJpLMWRXvK5/AwAQKATv120M 2UiMdLK3xS9MfKd5NnGgVyFmDctAZBKT93pCBYKUhV7rW+cnYDm5w2Q3gm9Jm7LFNj pu0iAf2jM283bNOsHHMRIXVy2o9C2np1g3QalSaWw6XfFpr1nK0sBpQCtAjSsXvxKA hZ5EoDiPCodfA== Date: Wed, 21 Sep 2022 18:56:03 +0530 From: Vinod Koul To: Linus Torvalds Cc: dma , LKML Subject: [GIT PULL]: dmaengine fixes for v6.0 Message-ID: MIME-Version: 1.0 Content-Disposition: inline Precedence: bulk List-ID: X-Mailing-List: dmaengine@vger.kernel.org Hey Linus, Please pull to receive couple of small dmaengine driver fixes for v6.0. The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868: Linux 6.0-rc1 (2022-08-14 15:50:18 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine.git tags/dmaengine-fix-6.0 for you to fetch changes up to e0f1b21c504f050de83922dd49e6a425dad2d518: dmaengine: zynqmp_dma: Typecast with enum to fix the coverity warning (2022-09-05 11:54:50 +0530) ---------------------------------------------------------------- dmaengine fixes for v6.0 Driver fixes for: - xilinx_dma: devm_platform_ioremap_resource error handling, dma_set_mask_and_coherent failure handling, dt property read cleanup - refcount leak fix for of_xudma_dev_get() - zynqmp_dma: coverity fix for enum typecast ---------------------------------------------------------------- Liang He (1): dmaengine: ti: k3-udma-private: Fix refcount leak bug in of_xudma_dev_get() Shravya Kumbham (1): dmaengine: zynqmp_dma: Typecast with enum to fix the coverity warning Swati Agarwal (3): dmaengine: xilinx_dma: Fix devm_platform_ioremap_resource error handling dmaengine: xilinx_dma: cleanup for fetching xlnx,num-fstores property dmaengine: xilinx_dma: Report error in case of dma_set_mask_and_coherent API failure drivers/dma/ti/k3-udma-private.c | 6 +++--- drivers/dma/xilinx/xilinx_dma.c | 21 +++++++++++++-------- drivers/dma/xilinx/zynqmp_dma.c | 2 +- 3 files changed, 17 insertions(+), 12 deletions(-)