Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932143AbbKHFCm (ORCPT ); Sun, 8 Nov 2015 00:02:42 -0500 Received: from smtp.codeaurora.org ([198.145.29.96]:42135 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750698AbbKHFCh (ORCPT ); Sun, 8 Nov 2015 00:02:37 -0500 Subject: Re: [PATCH V3 1/4] dma: qcom_bam_dma: move to qcom directory To: Sinan Kaya , dmaengine@vger.kernel.org, cov@codeaurora.org, jcm@redhat.com Cc: agross@codeaurora.org, linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Vinod Koul , Dan Williams , Archit Taneja , Stanimir Varbanov , Kumar Gala , Pramod Gurav , Maxime Ripard , linux-kernel@vger.kernel.org References: <1446958380-23298-1-git-send-email-okaya@codeaurora.org> <1446958380-23298-2-git-send-email-okaya@codeaurora.org> From: Timur Tabi Message-ID: <563ED769.6020706@codeaurora.org> Date: Sat, 7 Nov 2015 23:02:33 -0600 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:41.0) Gecko/20100101 Firefox/41.0 SeaMonkey/2.38 MIME-Version: 1.0 In-Reply-To: <1446958380-23298-2-git-send-email-okaya@codeaurora.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1898 Lines: 56 Sinan Kaya wrote: > Creating a QCOM directory for all QCOM DMA > source files. > > Signed-off-by: Sinan Kaya > --- > drivers/dma/Kconfig | 13 +- > drivers/dma/Makefile | 2 +- > drivers/dma/qcom/Kconfig | 9 + > drivers/dma/qcom/Makefile | 1 + > drivers/dma/qcom/bam_dma.c | 1259 ++++++++++++++++++++++++++++++++++++++++++++ > drivers/dma/qcom_bam_dma.c | 1259 -------------------------------------------- > 6 files changed, 1273 insertions(+), 1270 deletions(-) > create mode 100644 drivers/dma/qcom/Kconfig > create mode 100644 drivers/dma/qcom/Makefile > create mode 100644 drivers/dma/qcom/bam_dma.c > delete mode 100644 drivers/dma/qcom_bam_dma.c > > diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig > index b458475..d17d9ec 100644 > --- a/drivers/dma/Kconfig > +++ b/drivers/dma/Kconfig > @@ -320,7 +320,7 @@ config MOXART_DMA > select DMA_VIRTUAL_CHANNELS > help > Enable support for the MOXA ART SoC DMA controller. > - > + Unrelated whitespace change. > diff --git a/drivers/dma/qcom/Makefile b/drivers/dma/qcom/Makefile > new file mode 100644 > index 0000000..f612ae3 > --- /dev/null > +++ b/drivers/dma/qcom/Makefile > @@ -0,0 +1 @@ > +obj-$(CONFIG_QCOM_BAM_DMA) += bam_dma.o > diff --git a/drivers/dma/qcom/bam_dma.c b/drivers/dma/qcom/bam_dma.c > new file mode 100644 > index 0000000..5359234 Please use "git format-patch -M" when creating patches for files that have moved. -- Sent by an employee of the Qualcomm Innovation Center, Inc. The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, hosted by The Linux Foundation. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/