From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 53964C3A5A7 for ; Wed, 4 Sep 2019 09:37:40 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 1EDD42339E for ; Wed, 4 Sep 2019 09:37:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1567589860; bh=r3VqyrQxk+gtMUS2YJ7/8h9C8SwQomEdAUB3SnNKTf0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=FFozVvX88jzT53vIG8kCjbcsdx44BaW8Rsz2PSmpDHDMI5bFrp+LtUOhhcIQ3+0xr 205KRvdFAFzeRV8Bk3CFBoRxMZLvXXAuadAxIcrsqWDO0+HzsBzUpaRIffVJ6b7Fd1 7oYExDaS5Q7aQWqlk6GL9qaNOSYIEu5sZmEfbvdo= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726528AbfIDJhj (ORCPT ); Wed, 4 Sep 2019 05:37:39 -0400 Received: from mail.kernel.org ([198.145.29.99]:55414 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726045AbfIDJhj (ORCPT ); Wed, 4 Sep 2019 05:37:39 -0400 Received: from localhost (unknown [122.182.201.156]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id D571622CF7; Wed, 4 Sep 2019 09:37:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1567589858; bh=r3VqyrQxk+gtMUS2YJ7/8h9C8SwQomEdAUB3SnNKTf0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=eHbulSy1zXjtH3G2znQNpnQWw1iNRRQuLogPFfY5HS66APmHkFjM2ZhGU9cvz8yiO 5gPrhBNe07zjJjwlsUPfJSYN+CV1KQyBO0Jt5ahXmSi6vncUcIYYXxaBMuNFU9Hcv+ PMDBzKMrUybMPYu7lX8bK/l7HexNMTgDBkll5pH0= Date: Wed, 4 Sep 2019 15:06:29 +0530 From: Vinod Koul To: Yoshihiro Shimoda Cc: dmaengine@vger.kernel.org, linux-renesas-soc@vger.kernel.org Subject: Re: [PATCH v2 0/3] dmaengine: rcar-dmac: use of_data and add dma-channel-mask support Message-ID: <20190904093629.GS2672@vkoul-mobl> References: <1567585478-23902-1-git-send-email-yoshihiro.shimoda.uh@renesas.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1567585478-23902-1-git-send-email-yoshihiro.shimoda.uh@renesas.com> User-Agent: Mutt/1.12.0 (2019-05-25) Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org On 04-09-19, 17:24, Yoshihiro Shimoda wrote: > 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: Well it should not depend on fix which is going for 5.3 and the rest for 5.4 Can you please rebase on next and send. This doesnt apply for me Thanks > --- > 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(-) > > -- > 2.7.4 -- ~Vinod