All of lore.kernel.org
 help / color / mirror / Atom feed
From: Wolfram Sang <w.sang@pengutronix.de>
To: Huang Shijie <b32955@freescale.com>
Cc: alsa-devel@alsa-project.org, artem.bityutskiy@intel.com,
	vinod.koul@intel.com, b29396@freescale.com,
	linux-mmc@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-mtd@lists.infradead.org, shawn.guo@linaro.org,
	shijie8@gmail.com, linux-arm-kernel@lists.infradead.org,
	LW@KARO-electronics.de
Subject: Re: [PATCH 01/10] MXS-DMA : move the mxs-dma.h to a more common place
Date: Thu, 19 Jan 2012 09:58:56 +0100	[thread overview]
Message-ID: <20120119085856.GA2630@pengutronix.de> (raw)
In-Reply-To: <1326953767-24155-2-git-send-email-b32955@freescale.com>


[-- Attachment #1.1: Type: text/plain, Size: 1124 bytes --]

On Thu, Jan 19, 2012 at 02:15:58PM +0800, Huang Shijie wrote:
> Move the header to a more common place.
> The DMA engine is not only used in mx23/mx28, but also used
> in mx50/mx6q.
> It will also be used in the future chips.
> 
> Rename it to mxs-dma.h
> 
> Signed-off-by: Huang Shijie <b32955@freescale.com>
> ---
>  arch/arm/mach-mxs/include/mach/dma.h |   28 ----------------------------
>  include/linux/mxs-dma.h              |   28 ++++++++++++++++++++++++++++
>  2 files changed, 28 insertions(+), 28 deletions(-)
>  delete mode 100644 arch/arm/mach-mxs/include/mach/dma.h
>  create mode 100644 include/linux/mxs-dma.h

Please use -M with git format-patch, so we can better see that it is a
pure rename.

I'd also suggest to squash patches up to 05/10 into this one,
(collecting all the proper acks from maintainers) since the changes are
trivial and it will reduce dependencies and temporary build-failures.

Regards,

   Wolfram

-- 
Pengutronix e.K.                           | Wolfram Sang                |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |

[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

[-- Attachment #2: Type: text/plain, Size: 0 bytes --]



WARNING: multiple messages have this Message-ID (diff)
From: Wolfram Sang <w.sang@pengutronix.de>
To: Huang Shijie <b32955@freescale.com>
Cc: alsa-devel@alsa-project.org, artem.bityutskiy@intel.com,
	vinod.koul@intel.com, b29396@freescale.com,
	linux-mmc@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-mtd@lists.infradead.org, shawn.guo@linaro.org,
	shijie8@gmail.com, linux-arm-kernel@lists.infradead.org,
	LW@KARO-electronics.de
Subject: Re: [PATCH 01/10] MXS-DMA : move the mxs-dma.h to a more common place
Date: Thu, 19 Jan 2012 09:58:56 +0100	[thread overview]
Message-ID: <20120119085856.GA2630@pengutronix.de> (raw)
In-Reply-To: <1326953767-24155-2-git-send-email-b32955@freescale.com>

[-- Attachment #1: Type: text/plain, Size: 1124 bytes --]

On Thu, Jan 19, 2012 at 02:15:58PM +0800, Huang Shijie wrote:
> Move the header to a more common place.
> The DMA engine is not only used in mx23/mx28, but also used
> in mx50/mx6q.
> It will also be used in the future chips.
> 
> Rename it to mxs-dma.h
> 
> Signed-off-by: Huang Shijie <b32955@freescale.com>
> ---
>  arch/arm/mach-mxs/include/mach/dma.h |   28 ----------------------------
>  include/linux/mxs-dma.h              |   28 ++++++++++++++++++++++++++++
>  2 files changed, 28 insertions(+), 28 deletions(-)
>  delete mode 100644 arch/arm/mach-mxs/include/mach/dma.h
>  create mode 100644 include/linux/mxs-dma.h

Please use -M with git format-patch, so we can better see that it is a
pure rename.

I'd also suggest to squash patches up to 05/10 into this one,
(collecting all the proper acks from maintainers) since the changes are
trivial and it will reduce dependencies and temporary build-failures.

Regards,

   Wolfram

-- 
Pengutronix e.K.                           | Wolfram Sang                |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: w.sang@pengutronix.de (Wolfram Sang)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 01/10] MXS-DMA : move the mxs-dma.h to a more common place
Date: Thu, 19 Jan 2012 09:58:56 +0100	[thread overview]
Message-ID: <20120119085856.GA2630@pengutronix.de> (raw)
In-Reply-To: <1326953767-24155-2-git-send-email-b32955@freescale.com>

On Thu, Jan 19, 2012 at 02:15:58PM +0800, Huang Shijie wrote:
> Move the header to a more common place.
> The DMA engine is not only used in mx23/mx28, but also used
> in mx50/mx6q.
> It will also be used in the future chips.
> 
> Rename it to mxs-dma.h
> 
> Signed-off-by: Huang Shijie <b32955@freescale.com>
> ---
>  arch/arm/mach-mxs/include/mach/dma.h |   28 ----------------------------
>  include/linux/mxs-dma.h              |   28 ++++++++++++++++++++++++++++
>  2 files changed, 28 insertions(+), 28 deletions(-)
>  delete mode 100644 arch/arm/mach-mxs/include/mach/dma.h
>  create mode 100644 include/linux/mxs-dma.h

Please use -M with git format-patch, so we can better see that it is a
pure rename.

I'd also suggest to squash patches up to 05/10 into this one,
(collecting all the proper acks from maintainers) since the changes are
trivial and it will reduce dependencies and temporary build-failures.

Regards,

   Wolfram

-- 
Pengutronix e.K.                           | Wolfram Sang                |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20120119/01e643da/attachment.sig>

WARNING: multiple messages have this Message-ID (diff)
From: Wolfram Sang <w.sang@pengutronix.de>
To: Huang Shijie <b32955@freescale.com>
Cc: vinod.koul@intel.com, shawn.guo@linaro.org,
	artem.bityutskiy@intel.com, shijie8@gmail.com,
	linux-arm-kernel@lists.infradead.org,
	linux-mtd@lists.infradead.org, linux-mmc@vger.kernel.org,
	linux-kernel@vger.kernel.org, LW@KARO-electronics.de,
	alsa-devel@alsa-project.org, b29396@freescale.com
Subject: Re: [PATCH 01/10] MXS-DMA : move the mxs-dma.h to a more common place
Date: Thu, 19 Jan 2012 09:58:56 +0100	[thread overview]
Message-ID: <20120119085856.GA2630@pengutronix.de> (raw)
In-Reply-To: <1326953767-24155-2-git-send-email-b32955@freescale.com>

[-- Attachment #1: Type: text/plain, Size: 1124 bytes --]

On Thu, Jan 19, 2012 at 02:15:58PM +0800, Huang Shijie wrote:
> Move the header to a more common place.
> The DMA engine is not only used in mx23/mx28, but also used
> in mx50/mx6q.
> It will also be used in the future chips.
> 
> Rename it to mxs-dma.h
> 
> Signed-off-by: Huang Shijie <b32955@freescale.com>
> ---
>  arch/arm/mach-mxs/include/mach/dma.h |   28 ----------------------------
>  include/linux/mxs-dma.h              |   28 ++++++++++++++++++++++++++++
>  2 files changed, 28 insertions(+), 28 deletions(-)
>  delete mode 100644 arch/arm/mach-mxs/include/mach/dma.h
>  create mode 100644 include/linux/mxs-dma.h

Please use -M with git format-patch, so we can better see that it is a
pure rename.

I'd also suggest to squash patches up to 05/10 into this one,
(collecting all the proper acks from maintainers) since the changes are
trivial and it will reduce dependencies and temporary build-failures.

Regards,

   Wolfram

-- 
Pengutronix e.K.                           | Wolfram Sang                |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

  reply	other threads:[~2012-01-19  8:59 UTC|newest]

Thread overview: 71+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-19  6:15 [PATCH 00/10] patch set about the MXS-DMA Huang Shijie
2012-01-19  6:15 ` Huang Shijie
2012-01-19  6:15 ` Huang Shijie
2012-01-19  6:15 ` Huang Shijie
2012-01-19  6:15 ` [PATCH 01/10] MXS-DMA : move the mxs-dma.h to a more common place Huang Shijie
2012-01-19  6:15   ` Huang Shijie
2012-01-19  6:15   ` Huang Shijie
2012-01-19  6:15   ` Huang Shijie
2012-01-19  8:58   ` Wolfram Sang [this message]
2012-01-19  8:58     ` Wolfram Sang
2012-01-19  8:58     ` Wolfram Sang
2012-01-19  8:58     ` Wolfram Sang
2012-01-19 11:20     ` Mark Brown
2012-01-19 11:20       ` Mark Brown
2012-01-19 11:20       ` Mark Brown
2012-01-19 13:04   ` Shawn Guo
2012-01-19 13:04     ` Shawn Guo
2012-01-19 13:04     ` Shawn Guo
2012-01-19  6:15 ` [PATCH 02/10] MXS-DMA : change the header Huang Shijie
2012-01-19  6:15   ` Huang Shijie
2012-01-19  6:15   ` Huang Shijie
2012-01-19  6:15   ` Huang Shijie
2012-01-19  6:16 ` [PATCH 03/10] MXS-MMC : change the DMA header file Huang Shijie
2012-01-19  6:16   ` Huang Shijie
2012-01-19  6:16   ` Huang Shijie
2012-01-19  6:16   ` Huang Shijie
2012-01-19  6:16 ` [PATCH 04/10] MTD/GPMI " Huang Shijie
2012-01-19  6:16   ` Huang Shijie
2012-01-19  6:16   ` Huang Shijie
2012-01-19  6:16   ` Huang Shijie
2012-01-19  6:16 ` [PATCH 05/10] ASoc " Huang Shijie
2012-01-19  6:16   ` Huang Shijie
2012-01-19  6:16   ` Huang Shijie
2012-01-19  6:16   ` Huang Shijie
2012-01-19  6:16 ` [PATCH 06/10] MXS-DMA : add more flags for MXS-DMA Huang Shijie
2012-01-19  6:16   ` Huang Shijie
2012-01-19  6:16   ` Huang Shijie
2012-01-19  6:16   ` Huang Shijie
2012-01-19  9:02   ` Russell King - ARM Linux
2012-01-19  9:02     ` Russell King - ARM Linux
2012-01-19  9:02     ` Russell King - ARM Linux
2012-01-19  9:31     ` Huang Shijie
2012-01-19  9:31       ` Huang Shijie
2012-01-19  9:31       ` Huang Shijie
2012-01-19  9:31       ` Huang Shijie
2012-01-19  6:16 ` [PATCH 07/10] MXS-DMA : change the last parameter of mxs_dma_prep_slave_sg() Huang Shijie
2012-01-19  6:16   ` Huang Shijie
2012-01-19  6:16   ` Huang Shijie
2012-01-19  6:16   ` Huang Shijie
2012-01-19  6:16 ` [PATCH 08/10] MXS-MMC : use the new DMA flags Huang Shijie
2012-01-19  6:16   ` Huang Shijie
2012-01-19  6:16   ` Huang Shijie
2012-01-19  6:16   ` Huang Shijie
2012-01-19  6:16 ` [PATCH 09/10] MTD/GPMI : add a new field `gpmi_version` Huang Shijie
2012-01-19  6:16   ` Huang Shijie
2012-01-19  6:16   ` Huang Shijie
2012-01-19  6:16   ` Huang Shijie
2012-01-19  6:16 ` [PATCH 10/10] MTD/GPMI : change the code for new DMA interface Huang Shijie
2012-01-19  6:16   ` Huang Shijie
2012-01-19  6:16   ` Huang Shijie
2012-01-19  6:16   ` Huang Shijie
2012-01-19  9:10 ` [PATCH 00/10] patch set about the MXS-DMA Shawn Guo
2012-01-19  9:10   ` Shawn Guo
2012-01-19  9:10   ` Shawn Guo
2012-01-19  9:45   ` Wolfram Sang
2012-01-19  9:45     ` Wolfram Sang
2012-01-19  9:45     ` Wolfram Sang
2012-01-20  3:29     ` Huang Shijie
2012-01-20  3:29       ` Huang Shijie
2012-01-20  3:29       ` Huang Shijie
2012-01-20  3:29       ` Huang Shijie

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120119085856.GA2630@pengutronix.de \
    --to=w.sang@pengutronix.de \
    --cc=LW@KARO-electronics.de \
    --cc=alsa-devel@alsa-project.org \
    --cc=artem.bityutskiy@intel.com \
    --cc=b29396@freescale.com \
    --cc=b32955@freescale.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mmc@vger.kernel.org \
    --cc=linux-mtd@lists.infradead.org \
    --cc=shawn.guo@linaro.org \
    --cc=shijie8@gmail.com \
    --cc=vinod.koul@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.