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 6D13F244690; Thu, 4 Sep 2025 15:25:17 +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=1756999517; cv=none; b=DgKbvjzMqFhcyo7m/mZQRE4YK1Gx9iQ4isp1oT2TCt5C2688hAJK+T6NcA7I3tkkdIYpo/XCGZF/afjl0EwurgI7IOWDn8UGQN81Y7DTu8xMG2tcS6mNvubY4HnxAZq7MWy+Iy2abowNkpc5QPNz/uRnWRKRPwKN9pJXDhJ4fu4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756999517; c=relaxed/simple; bh=3iDrMsVPCaS6Cdt6sVWWXrL6f6NZFjdw4rl0TbUaCUE=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=VtmTbiG+ndi5Nq3kAlG2xIdWxU4MiUm0Gu7vZBEb5mzdZHTuVcMxqQoz6PDP/T8sdXm0SnPlhTQ9U+yYTRt3q3OAfs07pTEy+2Qx9I3aIcIoLk5ATGy8/N2GRwb8vClkTXcQJN3tGfqU/pGrzZ+idBmXtp3/AEecxhJ0pQ/oCdQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 Received: by smtp.kernel.org (Postfix) with ESMTPSA id AD61EC4CEF0; Thu, 4 Sep 2025 15:25:15 +0000 (UTC) From: Geert Uytterhoeven To: Vinod Koul , Laurent Pinchart , Magnus Damm Cc: dmaengine@vger.kernel.org, linux-renesas-soc@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH 0/2] dmaengine: rcar-dmac: PM-related cleanups Date: Thu, 4 Sep 2025 17:25:08 +0200 Message-ID: X-Mailer: git-send-email 2.43.0 Precedence: bulk X-Mailing-List: dmaengine@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Hi all, This patch series contains various cleanups related to power management for the Renesas R-Car DMAC driver. ARM64 platforms. This has been tested on R-Car Gen2, Gen3, and Gen4. Thanks for your comments! Geert Uytterhoeven (2): dmaengine: rcar-dmac: Remove dummy Runtime PM callback dmaengine: rcar-dmac: Convert to NOIRQ_SYSTEM_SLEEP/RUNTIME_PM_OPS() drivers/dma/sh/rcar-dmac.c | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) -- 2.43.0 Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds