Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751488AbdH1LHQ (ORCPT ); Mon, 28 Aug 2017 07:07:16 -0400 Received: from mga07.intel.com ([134.134.136.100]:29170 "EHLO mga07.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751425AbdH1LHM (ORCPT ); Mon, 28 Aug 2017 07:07:12 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,441,1498546800"; d="scan'208";a="1166772103" Date: Mon, 28 Aug 2017 16:40:36 +0530 From: Vinod Koul To: Abhishek Sahu Cc: corbet@lwn.net, dan.j.williams@intel.com, andy.gross@linaro.org, david.brown@linaro.org, linux-arm-msm@vger.kernel.org, linux-soc@vger.kernel.org, dmaengine@vger.kernel.org, linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org Subject: Re: [PATCH v3 0/3] Support for QCOM BAM DMA command descriptor Message-ID: <20170828111036.GE3053@localhost> References: <1501596704-21137-1-git-send-email-absahu@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1501596704-21137-1-git-send-email-absahu@codeaurora.org> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1589 Lines: 48 On Tue, Aug 01, 2017 at 07:41:41PM +0530, Abhishek Sahu wrote: > v3: > > 1. Added Documentation for new flag > 2. Changed the flag description > > v2: > > 1. Added DMA_PREP_CMD flag and used the same for BAM DMA > command descriptor > 2. Removed custom mapping API patches > > v1: > > https://www.spinics.net/lists/dmaengine/msg12009.html > > These patches mainly add the support for QCOM BAM command > descriptor implementing BAM DMA support for some QCOM > peripherals like QPIC NAND/LCD. > > Currently there is no flag in DMA API which tells the DMA > controller that the passed data is in command descriptor > format so added the flag in DMA API for this. Applied, thanks > Abhishek Sahu (3): > dmaengine: add DMA_PREP_CMD for non-Data descriptors. > dmaengine: qcom: bam_dma: wrapper functions for command descriptor > dmaengine: qcom: bam_dma: add command descriptor flag > > Documentation/dmaengine/provider.txt | 7 ++++ > drivers/dma/qcom/bam_dma.c | 6 ++- > include/linux/dma/qcom_bam_dma.h | 79 ++++++++++++++++++++++++++++++++++++ > include/linux/dmaengine.h | 4 ++ > 4 files changed, 95 insertions(+), 1 deletion(-) > create mode 100644 include/linux/dma/qcom_bam_dma.h > > -- > QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation > > -- > To unsubscribe from this list: send the line "unsubscribe dmaengine" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html -- ~Vinod