From patchwork Wed Sep 4 08:24:35 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yoshihiro Shimoda X-Patchwork-Id: 11129595 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id A7EAA1805 for ; Wed, 4 Sep 2019 08:24:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 8B13B23400 for ; Wed, 4 Sep 2019 08:24:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729442AbfIDIYl (ORCPT ); Wed, 4 Sep 2019 04:24:41 -0400 Received: from relmlor2.renesas.com ([210.160.252.172]:52203 "EHLO relmlie6.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1729398AbfIDIYl (ORCPT ); Wed, 4 Sep 2019 04:24:41 -0400 X-IronPort-AV: E=Sophos;i="5.64,465,1559487600"; d="scan'208";a="25494496" Received: from unknown (HELO relmlir5.idc.renesas.com) ([10.200.68.151]) by relmlie6.idc.renesas.com with ESMTP; 04 Sep 2019 17:24:39 +0900 Received: from localhost.localdomain (unknown [10.166.17.210]) by relmlir5.idc.renesas.com (Postfix) with ESMTP id 08FF54009641; Wed, 4 Sep 2019 17:24:39 +0900 (JST) From: Yoshihiro Shimoda To: vkoul@kernel.org Cc: dmaengine@vger.kernel.org, linux-renesas-soc@vger.kernel.org, Yoshihiro Shimoda Subject: [PATCH v2 0/3] dmaengine: rcar-dmac: use of_data and add dma-channel-mask support Date: Wed, 4 Sep 2019 17:24:35 +0900 Message-Id: <1567585478-23902-1-git-send-email-yoshihiro.shimoda.uh@renesas.com> X-Mailer: git-send-email 2.7.4 Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org This patch series is based on the latest slave-dma.git / next branch and merge the latest slave-dma.git / fixes branch. This is because this patch series depends on the following commit: --- commit cf24aac38698bfa1d021afd3883df3c4c65143a4 Author: Yoshihiro Shimoda Date: Mon Sep 2 20:44:03 2019 +0900 dmaengine: rcar-dmac: Fix DMACHCLR handling if iommu is mapped --- Changes from v1: - Combine two patch series into this patch series. https://patchwork.kernel.org/project/linux-renesas-soc/list/?series=166457&state=* https://patchwork.kernel.org/project/linux-renesas-soc/list/?series=166457&state=* - Remove a patch because updated patch is already merged into the latest slave-dma.git / fixes branch as described above. - Add Reviewed-by tags into all patches. - Rename a member of rcar_dmac_of_data. - Just ignore the return value of of_property_read_u32() for dma-channel-mask. Yoshihiro Shimoda (3): dmaengine: rcar-dmac: Use of_data values instead of a macro dmaengine: rcar-dmac: Use devm_platform_ioremap_resource() dmaengine: rcar-dmac: Add dma-channel-mask property support drivers/dma/sh/rcar-dmac.c | 47 +++++++++++++++++++++++++++++++++++++--------- 1 file changed, 38 insertions(+), 9 deletions(-)