linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: nicolas.ferre@atmel.com (Nicolas Ferre)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH V2 5/8] serial: at91: support run time switch transfer mode
Date: Thu, 18 Jul 2013 14:36:23 +0200	[thread overview]
Message-ID: <51E7E147.30104@atmel.com> (raw)
In-Reply-To: <51E7B37C.5090105@atmel.com>

On 18/07/2013 11:21, elen.song :
> Hi JC:
> On 7/18/2013 4:15 PM, Jean-Christophe PLAGNIOL-VILLARD wrote:
>> On 10:43 Tue 16 Jul     , Elen Song wrote:
>>> We will switch to pio mode when request of dma or pdc fail.
>>> But soon or later, when the request is success, the transfer mode can switch to them at
>>> next open serial port action.
>>> So in startup stage, we should get original transfer mode.
>> You need to update the Documentation of the binding to said the driver support
>> dmas bindings for the new IP
>
> one question, it seems the document should write like:
>
> use DMA:
>       usart0: serial at f001c000{
>           compatible = "atmel,at91sam9260-usart";
>           dmas = <&dma0 2 AT91_DMA_CFG_PER_ID(3)>,
>                        <&dma0 2
> (AT91_DMA_CFG_PER_ID(3)|AT91_DMA_CFG_FIFOCFG_ASAP)>;
>           dma-names = "tx","rx";
> };
>
> Should I replace macros with typical values?

Yes. That is the common rule for DT documentation.

Bye,
-- 
Nicolas Ferre

  reply	other threads:[~2013-07-18 12:36 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-16  2:43 [PATCH V2 0/8] serial: at91: make usart and uart support dma transfer Elen Song
2013-07-16  2:43 ` [PATCH V2 1/8] serial: at91: correct definition from DMA to PDC Elen Song
2013-07-18  7:49   ` Jean-Christophe PLAGNIOL-VILLARD
2013-07-16  2:43 ` [PATCH V2 2/8] serial: at91: use function pointer to choose pdc or pio Elen Song
2013-07-16  2:43 ` [PATCH V3 3/8] serial: at91: add tx dma support Elen Song
2013-07-16  2:43 ` [PATCH V2 4/8] serial: at91: add rx " Elen Song
2013-07-16  2:43 ` [PATCH V2 5/8] serial: at91: support run time switch transfer mode Elen Song
2013-07-18  8:15   ` Jean-Christophe PLAGNIOL-VILLARD
2013-07-18  9:21     ` elen.song
2013-07-18 12:36       ` Nicolas Ferre [this message]
     [not found]     ` <51E7A756.6010004@atmel.com>
2013-07-18 10:45       ` Jean-Christophe PLAGNIOL-VILLARD
2013-07-16  2:43 ` [PATCH V2 6/8] serial: at91: make DBGU support dma and pdc transfers Elen Song
2013-07-18  8:18   ` Jean-Christophe PLAGNIOL-VILLARD
2013-07-16  2:43 ` [PATCH V2 7/8] serial: at91: distinguish usart and uart Elen Song
2013-07-16  2:43 ` [PATCH V2 8/8] serial: at91: modify UART to use software timer to trigger rx Elen Song
2013-07-18  7:48 ` [PATCH V2 0/8] serial: at91: make usart and uart support dma transfer Jean-Christophe PLAGNIOL-VILLARD
2013-07-18  8:19 ` Jean-Christophe PLAGNIOL-VILLARD

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=51E7E147.30104@atmel.com \
    --to=nicolas.ferre@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).