devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
To: y@shlinux1.ap.freescale.net, b38611@freescale.com,
	davem@davemloft.net, netdev@vger.kernel.org, lznuaa@gmail.com
Cc: shawn.guo@linaro.org, linux-arm-kernel@lists.infradead.org,
	devicetree@vger.kernel.org, Frank Li <Frank.Li@freescale.com>
Subject: Re: [Patch net-next 10/11] ARM: Documentation: Update fec dts binding doc
Date: Thu, 04 Sep 2014 16:55:05 +0400	[thread overview]
Message-ID: <54086129.9050508@cogentembedded.com> (raw)
In-Reply-To: <54078488.68c1420a.3020.7c0dSMTPIN_ADDED_BROKEN@mx.google.com>

Hello.

On 9/4/2014 12:34 AM, y@shlinux1.ap.freescale.net wrote:

> From: Frank Li <Frank.Li@freescale.com>

>      This patch update fec devicetree binding doc that add Optional
>      properties "fsl,num_tx_queues" and "fsl,num_rx_queues".

> Signed-off-by: Fugang Duan <B38611@freescale.com>
> Signed-off-by: Frank Li <Frank.Li@freescale.com>
> ---
>   Documentation/devicetree/bindings/net/fsl-fec.txt | 6 ++++++
>   1 file changed, 6 insertions(+)

> diff --git a/Documentation/devicetree/bindings/net/fsl-fec.txt b/Documentation/devicetree/bindings/net/fsl-fec.txt
> index 8a2c7b5..4da148d 100644
> --- a/Documentation/devicetree/bindings/net/fsl-fec.txt
> +++ b/Documentation/devicetree/bindings/net/fsl-fec.txt
> @@ -16,6 +16,12 @@ Optional properties:
>   - phy-handle : phandle to the PHY device connected to this device.
>   - fixed-link : Assume a fixed link. See fixed-link.txt in the same directory.
>     Use instead of phy-handle.
> +- fsl,num_tx_queues : The property is valid for enet-avb IP, which supports
> +  hw multi queues. Should specify the tx queue number, otherwise set tx queue
> +  number to 1.
> +- fsl,num_rx_queues : The property is valid for enet-avb IP, which supports
> +  hw multi queues. Should specify the rx queue number, otherwise set rx queue
> +  number to 1.

    Hyphens are preferred to underscores in the prop names.

WBR, Sergei

  parent reply	other threads:[~2014-09-04 12:55 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1409776486-1403-1-git-send-email-y>
2014-09-03 20:34 ` [Patch net-next 01/11] net:fec: add enet refrence clock for i.MX 6SX chip y
2014-09-03 20:34 ` y
2014-09-03 20:34 ` [Patch net-next 02/11] net:fec: add enet AVB feature macro define for imx6sx y
2014-09-03 20:34 ` y
2014-09-03 20:34 ` [Patch net-next 03/11] net:fec: use multiqueue interface to allocate Ethernet device y
2014-09-03 20:34 ` y
2014-09-03 20:34 ` [Patch net-next 04/11] net:fec: add multiqueue support y
2014-09-03 20:34 ` y
2014-09-03 20:34 ` [Patch net-next 05/11] net:fec: Disable enet-avb MAC instead of reset MAC y
2014-09-03 20:34 ` y
2014-09-03 20:34 ` [Patch net-next 06/11] net:fec: add enet-avb IP support y
2014-09-03 20:34 ` y
2014-09-03 20:34 ` [Patch net-next 07/11] net:fec: Add fsl,imx6sx-fec compatible strings y
2014-09-03 20:34 ` y
2014-09-03 20:34 ` [Patch net-next 08/11] net:fec: change FEC alignment to 64 bytes for ARM platform y
2014-09-03 20:34 ` y
2014-09-03 20:34 ` [Patch net-next 09/11] net:fec: remove unnessary memory copy for address alignment in .xmit() y
2014-09-03 20:34 ` y
2014-09-03 20:34 ` [Patch net-next 10/11] ARM: Documentation: Update fec dts binding doc y
2014-09-03 20:34 ` y
2014-09-03 20:34 ` [Patch net-next 11/11] ARM: dts: imx6sx: add multi-queue support enet y
2014-09-03 20:34 ` y
     [not found] ` <54078488.68c1420a.3020.7c0dSMTPIN_ADDED_BROKEN@mx.google.com>
2014-09-04 12:55   ` Sergei Shtylyov [this message]
2014-09-04 13:03   ` [Patch net-next 10/11] ARM: Documentation: Update fec dts binding doc Sergei Shtylyov
2014-09-04 13:47     ` Zhi Li
2014-09-03 20:38 [Patch net-next 00/11] net: fec: imx6sx multiqueue support Frank Li
     [not found] ` <1409776697-1536-1-git-send-email-Frank.Li-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
2014-09-03 20:38   ` [Patch net-next 10/11] ARM: Documentation: Update fec dts binding doc Frank Li

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=54086129.9050508@cogentembedded.com \
    --to=sergei.shtylyov@cogentembedded.com \
    --cc=Frank.Li@freescale.com \
    --cc=b38611@freescale.com \
    --cc=davem@davemloft.net \
    --cc=devicetree@vger.kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=lznuaa@gmail.com \
    --cc=netdev@vger.kernel.org \
    --cc=shawn.guo@linaro.org \
    --cc=y@shlinux1.ap.freescale.net \
    /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).