From patchwork Wed Apr 12 16:54:57 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Vinod Koul X-Patchwork-Id: 13209373 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 4AE37C77B6E for ; Wed, 12 Apr 2023 16:56:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229852AbjDLQ4O (ORCPT ); Wed, 12 Apr 2023 12:56:14 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58504 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229814AbjDLQ4N (ORCPT ); Wed, 12 Apr 2023 12:56:13 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CF78A729D; Wed, 12 Apr 2023 09:55:44 -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 EA9D6631EE; Wed, 12 Apr 2023 16:55:01 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D1CDAC433EF; Wed, 12 Apr 2023 16:55:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1681318501; bh=ut+9zKLRjX+MsVAyakcnRhLhXAlTYjnQGu1Y4AZSi7c=; h=Date:From:To:Cc:Subject:From; b=Nsa2K5wTsw+L5kWNkQxzBrt77qVWU/FH19fHyIGSf2xQkkeEPvf119Ie50/AsIap3 XtagNJwD5B0jmanvO6FqgYgpj2ynchDg4XOjdrEFAKgW+imDV4mshYXZoSIXKWuFsn XOZnw3I43EFkFPVE0WD82GQL4NCAY3xD5z6h58x3sz3DKjuQnkVHZ+Dt2PGweQmMcn aElWx7deAB50EbRwFpnsrQbZxjrI2WbxENejqOSl6MzdrUY1eumReDC7jP3W4pZWJS ojxxLsJoDCixFdnMOCo1PZzBjuEmahErdj/c0tMQLtq6tmZYYx6PexXbPkV0BhmmU4 MXrF06eUfL3Eg== Date: Wed, 12 Apr 2023 22:24:57 +0530 From: Vinod Koul To: Linus Torvalds Cc: dma , LKML Subject: [GIT PULL]: dmaengine fixes for v6.3 Message-ID: MIME-Version: 1.0 Content-Disposition: inline Precedence: bulk List-ID: X-Mailing-List: dmaengine@vger.kernel.org Hello Linus Please pull couple of fixes in apple driver, core and kernedoc fix for dmaengine subsystem for v6.3 The following changes since commit fe15c26ee26efa11741a7b632e9f23b01aca4cc6: Linux 6.3-rc1 (2023-03-05 14:52:03 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine.git tags/dmaengine-fix-6.3 for you to fetch changes up to d9503be5a100c553731c0e8a82c7b4201e8a970c: dmaengine: apple-admac: Fix 'current_tx' not getting freed (2023-03-31 18:17:21 +0530) ---------------------------------------------------------------- dmaengine fixes for v6.3 - apple admac driver fixes for current_tx, src_addr_widths and global' interrupt flags handling - xdma kerneldoc fix - core fix for use of devm_add_action_or_reset ---------------------------------------------------------------- Andy Shevchenko (1): dmaengine: Actually use devm_add_action_or_reset() Martin PoviĊĦer (3): dmaengine: apple-admac: Handle 'global' interrupt flags dmaengine: apple-admac: Set src_addr_widths capability dmaengine: apple-admac: Fix 'current_tx' not getting freed Yang Li (1): dmaengine: xilinx: xdma: Fix some kernel-doc comments drivers/dma/apple-admac.c | 20 +++++++++++++++++--- drivers/dma/dmaengine.c | 2 +- drivers/dma/xilinx/xdma.c | 2 +- 3 files changed, 19 insertions(+), 5 deletions(-)