From patchwork Fri Jun 30 15:44:36 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Biju Das X-Patchwork-Id: 13298398 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 DBC06EB64D7 for ; Fri, 30 Jun 2023 15:45:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232200AbjF3Por (ORCPT ); Fri, 30 Jun 2023 11:44:47 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54550 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229537AbjF3Poq (ORCPT ); Fri, 30 Jun 2023 11:44:46 -0400 Received: from relmlie6.idc.renesas.com (relmlor2.renesas.com [210.160.252.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id CAD1BEC; Fri, 30 Jun 2023 08:44:44 -0700 (PDT) X-IronPort-AV: E=Sophos;i="6.01,171,1684767600"; d="scan'208";a="169865389" Received: from unknown (HELO relmlir6.idc.renesas.com) ([10.200.68.152]) by relmlie6.idc.renesas.com with ESMTP; 01 Jul 2023 00:44:44 +0900 Received: from localhost.localdomain (unknown [10.226.93.15]) by relmlir6.idc.renesas.com (Postfix) with ESMTP id 98768400AFB5; Sat, 1 Jul 2023 00:44:41 +0900 (JST) From: Biju Das To: Vinod Koul , Philipp Zabel Cc: Biju Das , Geert Uytterhoeven , Hien Huynh , Lad Prabhakar , dmaengine@vger.kernel.org, linux-renesas-soc@vger.kernel.org Subject: [PATCH RESEND 0/2] RZ/G2L DMA fix/improvements Date: Fri, 30 Jun 2023 16:44:36 +0100 Message-Id: <20230630154438.584066-1-biju.das.jz@bp.renesas.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org This patch series aims to fix/improve RZ/DMAC driver. The improvement patch is related to fix cleanup order in probe/remove(). and fixes patch is related to wrong SDS/DDS settings, when we change/update the DMA bus width several times. Biju Das (1): dmaengine: sh: rz-dmac: Improve cleanup oerder in probe()/remove() Hien Huynh (1): dma: rz-dmac: Fix Destination and Source Data Size setting drivers/dma/sh/rz-dmac.c | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-)