From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id E9B8A18EFD1; Tue, 23 Dec 2025 11:07:41 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1766488062; cv=none; b=k+SHuR8fA4VrMjYkBHItptY4KJaafoZZXoJZB+VuFYbiVCAT+BNV5Sq3s6dMBpgy/izfa+uu8gWTu/+rwksoISzfFLmQv8ArXyMRCjEPzmpaZQdi8wvI0aFOYhmGTiCpOVa2xC13LeKoyy0jePA91dbbCX6+99Iy54SlOSfSas4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1766488062; c=relaxed/simple; bh=gUjbEFknRhqasS6YRgpYb1eKphkZZ4QNS7vc6zMwKv4=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=s/e+AvcLbhCNMe2lThyFjTlaEU5oHzAO2wqL6mI27rgn0wON2Np9yaT4G70rwXiRM6X1jikalGckARj81/a3haj4QTMgx1JO3VkIfu3YKq5NEKoR5jmvygpBLAutktrqyV55ga/v593Dx6WpkM360/9nzUkBQX8kDuZgbIv7OYE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=WiFN/5Pr; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="WiFN/5Pr" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 95CE9C16AAE; Tue, 23 Dec 2025 11:07:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1766488061; bh=gUjbEFknRhqasS6YRgpYb1eKphkZZ4QNS7vc6zMwKv4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=WiFN/5PrQ2w/+2leMeDnqGDYFc2IeiCM50MOSnVQNcoia/DA/kkJ4pNo1BE4nBSqo L9lN60xgo33ajpwGuVbVxp5nyYdvYu12QuM/bGJ+/TzE6o9lhKYsJH4Hs3mvKVaMLE N0XFwwG96DNl+3DzfNaAcdRuUEZ73Nv8fFQnLwm7Z77CIzVZHMh1IEQZ1b+YS/R0AH Zl7DXDSxoSBwcEFSj8+E8iYyF8cMMA4ORpEJzEuiYUrsPxrev5NxBFg7ODJqaIAcok SzFYYICMigWpo06r5aJQdcRVWSanz2vfYXvwNiunrhGswhaL+SQCikPCD04Vy8j3qL fL9C8ilJ7e/cA== Date: Tue, 23 Dec 2025 16:37:37 +0530 From: Vinod Koul To: Rosen Penev Cc: dmaengine@vger.kernel.org, open list Subject: Re: [PATCHv4 dmaengine 0/2] mv_xor: some devm cleanups Message-ID: References: <20251105210317.18215-1-rosenp@gmail.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20251105210317.18215-1-rosenp@gmail.com> On 05-11-25, 13:03, Rosen Penev wrote: > Some devm cleanups that are now possible. > > It's interesting that this driver lacks a _remove function to free its > resources... > > v2: resent with dmaengine prefix Not required to add this in within [].. [PATCHv4 0/2] dmaengine: mv_xor.. would be fin I cant apply this as it fails for me, please rebase > v3: add error handling for devm_clk_get_optional_enabled to potentially > handle EPROBE_DEFER. > v4: remove request_irq based on feedback. > > Rosen Penev (2): > dmaengine: mv_xor: use devm_platform_ioremap_resource > dmaengine: mv_xor: use devm_clk_get_optional_enabled > > drivers/dma/mv_xor.c | 34 +++++++++------------------------- > 1 file changed, 9 insertions(+), 25 deletions(-) > > -- > 2.51.2 -- ~Vinod