From: ludovic.desroches@atmel.com (Ludovic Desroches)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/7] serial: at91: correct definition from DMA to PDC
Date: Tue, 9 Jul 2013 11:17:00 +0200 [thread overview]
Message-ID: <20130709091700.GD4013@ludovic.desroches@atmel.com> (raw)
In-Reply-To: <51DBC24E.9060601@atmel.com>
On Tue, Jul 09, 2013 at 03:57:02PM +0800, elen.song wrote:
> On 7/9/2013 3:31 PM, Ludovic Desroches wrote:
> >Hi Elen,
> >
> >One comment below:
> >
> >On Tue, Jul 09, 2013 at 02:33:40PM +0800, Elen Song wrote:
> >
> >[...]
> >
> >>diff --git a/Documentation/devicetree/bindings/tty/serial/atmel-usart.txt b/Documentation/devicetree/bindings/tty/serial/atmel-usart.txt
> >>index a49d9a1..82f45ec 100644
> >>--- a/Documentation/devicetree/bindings/tty/serial/atmel-usart.txt
> >>+++ b/Documentation/devicetree/bindings/tty/serial/atmel-usart.txt
> >>@@ -8,8 +8,8 @@ Required properties:
> >> - interrupts: Should contain interrupt
> >> Optional properties:
> >>-- atmel,use-dma-rx: use of PDC or DMA for receiving data
> >>-- atmel,use-dma-tx: use of PDC or DMA for transmitting data
> >>+- atmel,use-pdc-rx: use of PDC for receiving data
> >>+- atmel,use-pdc-tx: use of PDC for transmitting data
> >> <chip> compatible description:
> >> - at91rm9200: legacy USART support
> >>@@ -19,9 +19,9 @@ Example:
> >> usart0: serial at fff8c000 {
> >> compatible = "atmel,at91sam9260-usart";
> >>- reg = <0xfff8c000 0x4000>;
> >>- interrupts = <7>;
> >>- atmel,use-dma-rx;
> >>- atmel,use-dma-tx;
> >>+ reg = <0xfff8c000 0x200>;
> >>+ interrupts = <7 IRQ_TYPE_LEVEL_HIGH 5>;
> >Maybe put these changes into an other patch since it is not in relation with
> >the purpose of your patch.
> >
> >Moreover, I am not sure that macros should be used in the documentation. From
> >the top of my head, there was a discussion about that and the status was to not
> >use macros in documentation since it is Linux dependant.
>
> Ok, I will not involve the macros in the document now.
> So I will move all the document changes into the last patch, right?
Documentation update is ok excepting the reg field change which should be in a
fixup patch since it is not related to the introduction of use-pdc-*.
> >
> >>+ atmel,use-pdc-rx;
> >>+ atmel,use-pdc-tx;
> >> };
> >[...]
>
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2013-07-09 9:17 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-09 6:33 [PATCH 0/7] serial: at91: make usart and uart support dma transfer Elen Song
2013-07-09 6:33 ` [PATCH 1/7] serial: at91: correct definition from DMA to PDC Elen Song
2013-07-09 7:31 ` Ludovic Desroches
2013-07-09 7:57 ` elen.song
2013-07-09 9:17 ` Ludovic Desroches [this message]
2013-07-09 9:19 ` elen.song
2013-07-09 11:21 ` Jean-Christophe PLAGNIOL-VILLARD
2013-07-09 11:22 ` Jean-Christophe PLAGNIOL-VILLARD
2013-07-09 13:34 ` Jean-Christophe PLAGNIOL-VILLARD
2013-07-09 16:07 ` Nicolas Ferre
2013-07-09 6:33 ` [PATCH 2/7] serial: at91: add tx dma support Elen Song
2013-07-09 9:57 ` Ludovic Desroches
2013-07-09 10:24 ` elen.song
2013-07-09 6:33 ` [PATCH 3/7] serial: at91: add rx " Elen Song
2013-07-09 6:33 ` [PATCH 4/7] serial: at91: make DBGU support dma and pdc transfers Elen Song
2013-07-09 13:26 ` Jean-Christophe PLAGNIOL-VILLARD
2013-07-09 6:33 ` [PATCH 5/7] serial: at91: distinguish usart and uart Elen Song
2013-07-09 11:25 ` Jean-Christophe PLAGNIOL-VILLARD
2013-07-09 6:33 ` [PATCH 6/7] serial: at91: modify UART to use software timer to trigger rx Elen Song
2013-07-09 6:33 ` [PATCH 7/7] serial: at91: add dma support in usart binding descriptions Elen Song
2013-07-09 7:40 ` Ludovic Desroches
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=20130709091700.GD4013@ludovic.desroches@atmel.com \
--to=ludovic.desroches@atmel.com \
--cc=linux-arm-kernel@lists.infradead.org \
/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.