From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751874AbdC0EjL (ORCPT ); Mon, 27 Mar 2017 00:39:11 -0400 Received: from mga05.intel.com ([192.55.52.43]:48821 "EHLO mga05.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751380AbdC0EjE (ORCPT ); Mon, 27 Mar 2017 00:39:04 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,229,1486454400"; d="scan'208";a="240589541" Date: Mon, 27 Mar 2017 10:06:53 +0530 From: Vinod Koul To: Kuninori Morimoto Cc: Laurent Pinchart , Geert Uytterhoeven , Linux-Renesas , Linux-Kernel , dmaengine@vger.kernel.org Subject: Re: [PATCH v3] dmaengine: rcar-dmac: enable descriptor mode on 40bit Message-ID: <20170327043653.GD9308@localhost> References: <87y3vyndu6.wl%kuninori.morimoto.gx@renesas.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87y3vyndu6.wl%kuninori.morimoto.gx@renesas.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Mar 22, 2017 at 04:22:36AM +0000, Kuninori Morimoto wrote: > > From: Kuninori Morimoto > > SYS-DMAC can use 40bit address transfer, and it supports Descriptor > Mode too. Current SYS-DMAC driver disables Descriptor Mode if it was > 40bit address today. But it can use Descriptor Mode with 40bit if > transfer Source/Destination address are located in same 4GiB region > in the 40 bit address space. > This patch enables it if all condition was clear Applied, thanks -- ~Vinod