All of lore.kernel.org
 help / color / mirror / Atom feed
* [DTSpec PATCH] Document additional "phy-connection-type" values
@ 2016-09-23  6:47 sean.wang-NuS5LvNUpcJWk0Htik3J/w
       [not found] ` <1474613260-15457-1-git-send-email-sean.wang-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: sean.wang-NuS5LvNUpcJWk0Htik3J/w @ 2016-09-23  6:47 UTC (permalink / raw)
  To: grant.likely-QSEj5FYQhm4dnm+yROfE0A, f.fainelli-Re5JQEeQqe8AvxtiuMwx3w
  Cc: devicetree-spec-u79uwXL29TY76Z2rM5mHXA,
	linux-mediatek-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, Sean Wang

From: Sean Wang <sean.wang-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>

Add the following values to the "phy-connection-type" property:

* Turbo Reduced Gigabit Media Independent Interface ``trgmii``

Suggested-by: Florian Fainelli <f.fainelli-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Signed-off-by: Sean Wang <sean.wang-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
---
 source/device-bindings.rst |   39 ++++++++++++++++++++-------------------
 1 file changed, 20 insertions(+), 19 deletions(-)

diff --git a/source/device-bindings.rst b/source/device-bindings.rst
index 7020267..9de6f3c 100644
--- a/source/device-bindings.rst
+++ b/source/device-bindings.rst
@@ -332,25 +332,26 @@ the network device class.
 .. tabularcolumns:: | l J |
 .. table:: Defined values for the ``phy-connection-type`` Property
 
-   =============================================== ============
-   Connection type                                 Value
-   =============================================== ============
-   Media Independent Interface                     ``mii``
-   Reduced Media Independent Interface             ``rmii``
-   Gigabit Media Independent Interface             ``gmii``
-   Reduced Gigabit Media Independent               ``rgmii``
-   rgmii with internal delay                       ``rgmii-id``
-   rgmii with internal delay on TX only            ``rgmii-txid``
-   rgmii with internal delay on RX only            ``rgmii-rxid``
-   Ten Bit Interface                               ``tbi``
-   Reduced Ten Bit Interface                       ``rtbi``
-   Serial Media Independent Interface              ``smii``
-   Serial Gigabit Media Independent Interface      ``sgmii``
-   Reverse Media Independent Interface             ``rev-mii``
-   10 Gigabits Media Independent Interface         ``xgmii``
-   Multimedia over Coaxial                         ``moca``
-   Quad Serial Gigabit Media Independent Interface ``qsgmii``
-   =============================================== ============
+   ================================================= ============
+   Connection type                                   Value
+   ================================================= ============
+   Media Independent Interface                       ``mii``
+   Reduced Media Independent Interface               ``rmii``
+   Gigabit Media Independent Interface               ``gmii``
+   Reduced Gigabit Media Independent                 ``rgmii``
+   rgmii with internal delay                         ``rgmii-id``
+   rgmii with internal delay on TX only              ``rgmii-txid``
+   rgmii with internal delay on RX only              ``rgmii-rxid``
+   Ten Bit Interface                                 ``tbi``
+   Reduced Ten Bit Interface                         ``rtbi``
+   Serial Media Independent Interface                ``smii``
+   Serial Gigabit Media Independent Interface        ``sgmii``
+   Reverse Media Independent Interface               ``rev-mii``
+   10 Gigabits Media Independent Interface           ``xgmii``
+   Multimedia over Coaxial                           ``moca``
+   Quad Serial Gigabit Media Independent Interface   ``qsgmii``
+   Turbo Reduced Gigabit Media Independent Interface ``trgmii``
+   ================================================= ============
 
 ``phy-handle`` Property
 ^^^^^^^^^^^^^^^^^^^^^^^
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [DTSpec PATCH] Document additional "phy-connection-type" values
       [not found] ` <1474613260-15457-1-git-send-email-sean.wang-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
@ 2016-09-23 10:34   ` Grant Likely
  0 siblings, 0 replies; 2+ messages in thread
From: Grant Likely @ 2016-09-23 10:34 UTC (permalink / raw)
  To: sean.wang-NuS5LvNUpcJWk0Htik3J/w
  Cc: Florian Fainelli, devicetree-spec-u79uwXL29TY76Z2rM5mHXA,
	linux-mediatek-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r

On Fri, Sep 23, 2016 at 7:47 AM,  <sean.wang-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org> wrote:
> From: Sean Wang <sean.wang-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
>
> Add the following values to the "phy-connection-type" property:
>
> * Turbo Reduced Gigabit Media Independent Interface ``trgmii``
>
> Suggested-by: Florian Fainelli <f.fainelli-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
> Signed-off-by: Sean Wang <sean.wang-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>

Applied, thanks.

g.

> ---
>  source/device-bindings.rst |   39 ++++++++++++++++++++-------------------
>  1 file changed, 20 insertions(+), 19 deletions(-)
>
> diff --git a/source/device-bindings.rst b/source/device-bindings.rst
> index 7020267..9de6f3c 100644
> --- a/source/device-bindings.rst
> +++ b/source/device-bindings.rst
> @@ -332,25 +332,26 @@ the network device class.
>  .. tabularcolumns:: | l J |
>  .. table:: Defined values for the ``phy-connection-type`` Property
>
> -   =============================================== ============
> -   Connection type                                 Value
> -   =============================================== ============
> -   Media Independent Interface                     ``mii``
> -   Reduced Media Independent Interface             ``rmii``
> -   Gigabit Media Independent Interface             ``gmii``
> -   Reduced Gigabit Media Independent               ``rgmii``
> -   rgmii with internal delay                       ``rgmii-id``
> -   rgmii with internal delay on TX only            ``rgmii-txid``
> -   rgmii with internal delay on RX only            ``rgmii-rxid``
> -   Ten Bit Interface                               ``tbi``
> -   Reduced Ten Bit Interface                       ``rtbi``
> -   Serial Media Independent Interface              ``smii``
> -   Serial Gigabit Media Independent Interface      ``sgmii``
> -   Reverse Media Independent Interface             ``rev-mii``
> -   10 Gigabits Media Independent Interface         ``xgmii``
> -   Multimedia over Coaxial                         ``moca``
> -   Quad Serial Gigabit Media Independent Interface ``qsgmii``
> -   =============================================== ============
> +   ================================================= ============
> +   Connection type                                   Value
> +   ================================================= ============
> +   Media Independent Interface                       ``mii``
> +   Reduced Media Independent Interface               ``rmii``
> +   Gigabit Media Independent Interface               ``gmii``
> +   Reduced Gigabit Media Independent                 ``rgmii``
> +   rgmii with internal delay                         ``rgmii-id``
> +   rgmii with internal delay on TX only              ``rgmii-txid``
> +   rgmii with internal delay on RX only              ``rgmii-rxid``
> +   Ten Bit Interface                                 ``tbi``
> +   Reduced Ten Bit Interface                         ``rtbi``
> +   Serial Media Independent Interface                ``smii``
> +   Serial Gigabit Media Independent Interface        ``sgmii``
> +   Reverse Media Independent Interface               ``rev-mii``
> +   10 Gigabits Media Independent Interface           ``xgmii``
> +   Multimedia over Coaxial                           ``moca``
> +   Quad Serial Gigabit Media Independent Interface   ``qsgmii``
> +   Turbo Reduced Gigabit Media Independent Interface ``trgmii``
> +   ================================================= ============
>
>  ``phy-handle`` Property
>  ^^^^^^^^^^^^^^^^^^^^^^^
> --
> 1.7.9.5
>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-09-23 10:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-23  6:47 [DTSpec PATCH] Document additional "phy-connection-type" values sean.wang-NuS5LvNUpcJWk0Htik3J/w
     [not found] ` <1474613260-15457-1-git-send-email-sean.wang-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
2016-09-23 10:34   ` Grant Likely

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.