From: Matthias Brugger <matthias.bgg-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: Chunfeng Yun
<chunfeng.yun-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>,
Kishon Vijay Abraham I <kishon-l0cyMroinI0@public.gmane.org>
Cc: linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-mediatek-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
Subject: Re: [PATCH] phy: phy-mt65xx-usb3: add support for mt2701 platform
Date: Fri, 8 Apr 2016 15:57:39 +0200 [thread overview]
Message-ID: <5707B8D3.4070605@gmail.com> (raw)
In-Reply-To: <1460106832-25360-1-git-send-email-chunfeng.yun-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
On 08/04/16 11:13, Chunfeng Yun wrote:
> A new compatible string, "mediatek,mt2701-u3phy", is added.
>
> Some register settings to avoid RX sensitivity level degradation
> which may arise on mt8173 platform are separated from other
> platforms.
>
> Signed-off-by: Chunfeng Yun <chunfeng.yun-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
> ---
> .../devicetree/bindings/phy/phy-mt65xx-usb.txt | 4 +-
> drivers/phy/Kconfig | 5 +-
> drivers/phy/phy-mt65xx-usb3.c | 77 +++++++++++++-------
> 3 files changed, 57 insertions(+), 29 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/phy/phy-mt65xx-usb.txt b/Documentation/devicetree/bindings/phy/phy-mt65xx-usb.txt
> index 00100cf..8d2a62f 100644
> --- a/Documentation/devicetree/bindings/phy/phy-mt65xx-usb.txt
> +++ b/Documentation/devicetree/bindings/phy/phy-mt65xx-usb.txt
> @@ -4,7 +4,9 @@ mt65xx USB3.0 PHY binding
> This binding describes a usb3.0 phy for mt65xx platforms of Medaitek SoC.
>
> Required properties (controller (parent) node):
> - - compatible : should be "mediatek,mt8173-u3phy"
> + - compatible : should be one or more of
If there are more then one, which value will avoid_rx_sen_degradation
have? There should be only one compatible.
Apart from that normally the dts documentation parts are separate patches.
Regards,
Matthias
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
WARNING: multiple messages have this Message-ID (diff)
From: matthias.bgg@gmail.com (Matthias Brugger)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] phy: phy-mt65xx-usb3: add support for mt2701 platform
Date: Fri, 8 Apr 2016 15:57:39 +0200 [thread overview]
Message-ID: <5707B8D3.4070605@gmail.com> (raw)
In-Reply-To: <1460106832-25360-1-git-send-email-chunfeng.yun@mediatek.com>
On 08/04/16 11:13, Chunfeng Yun wrote:
> A new compatible string, "mediatek,mt2701-u3phy", is added.
>
> Some register settings to avoid RX sensitivity level degradation
> which may arise on mt8173 platform are separated from other
> platforms.
>
> Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com>
> ---
> .../devicetree/bindings/phy/phy-mt65xx-usb.txt | 4 +-
> drivers/phy/Kconfig | 5 +-
> drivers/phy/phy-mt65xx-usb3.c | 77 +++++++++++++-------
> 3 files changed, 57 insertions(+), 29 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/phy/phy-mt65xx-usb.txt b/Documentation/devicetree/bindings/phy/phy-mt65xx-usb.txt
> index 00100cf..8d2a62f 100644
> --- a/Documentation/devicetree/bindings/phy/phy-mt65xx-usb.txt
> +++ b/Documentation/devicetree/bindings/phy/phy-mt65xx-usb.txt
> @@ -4,7 +4,9 @@ mt65xx USB3.0 PHY binding
> This binding describes a usb3.0 phy for mt65xx platforms of Medaitek SoC.
>
> Required properties (controller (parent) node):
> - - compatible : should be "mediatek,mt8173-u3phy"
> + - compatible : should be one or more of
If there are more then one, which value will avoid_rx_sen_degradation
have? There should be only one compatible.
Apart from that normally the dts documentation parts are separate patches.
Regards,
Matthias
WARNING: multiple messages have this Message-ID (diff)
From: Matthias Brugger <matthias.bgg@gmail.com>
To: Chunfeng Yun <chunfeng.yun@mediatek.com>,
Kishon Vijay Abraham I <kishon@ti.com>
Cc: linux-usb@vger.kernel.org, linux-mediatek@lists.infradead.org,
linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH] phy: phy-mt65xx-usb3: add support for mt2701 platform
Date: Fri, 8 Apr 2016 15:57:39 +0200 [thread overview]
Message-ID: <5707B8D3.4070605@gmail.com> (raw)
In-Reply-To: <1460106832-25360-1-git-send-email-chunfeng.yun@mediatek.com>
On 08/04/16 11:13, Chunfeng Yun wrote:
> A new compatible string, "mediatek,mt2701-u3phy", is added.
>
> Some register settings to avoid RX sensitivity level degradation
> which may arise on mt8173 platform are separated from other
> platforms.
>
> Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com>
> ---
> .../devicetree/bindings/phy/phy-mt65xx-usb.txt | 4 +-
> drivers/phy/Kconfig | 5 +-
> drivers/phy/phy-mt65xx-usb3.c | 77 +++++++++++++-------
> 3 files changed, 57 insertions(+), 29 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/phy/phy-mt65xx-usb.txt b/Documentation/devicetree/bindings/phy/phy-mt65xx-usb.txt
> index 00100cf..8d2a62f 100644
> --- a/Documentation/devicetree/bindings/phy/phy-mt65xx-usb.txt
> +++ b/Documentation/devicetree/bindings/phy/phy-mt65xx-usb.txt
> @@ -4,7 +4,9 @@ mt65xx USB3.0 PHY binding
> This binding describes a usb3.0 phy for mt65xx platforms of Medaitek SoC.
>
> Required properties (controller (parent) node):
> - - compatible : should be "mediatek,mt8173-u3phy"
> + - compatible : should be one or more of
If there are more then one, which value will avoid_rx_sen_degradation
have? There should be only one compatible.
Apart from that normally the dts documentation parts are separate patches.
Regards,
Matthias
next prev parent reply other threads:[~2016-04-08 13:57 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-08 9:13 [PATCH] phy: phy-mt65xx-usb3: add support for mt2701 platform Chunfeng Yun
2016-04-08 9:13 ` Chunfeng Yun
2016-04-08 9:13 ` Chunfeng Yun
[not found] ` <1460106832-25360-1-git-send-email-chunfeng.yun-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
2016-04-08 13:57 ` Matthias Brugger [this message]
2016-04-08 13:57 ` Matthias Brugger
2016-04-08 13:57 ` Matthias Brugger
[not found] ` <5707B8D3.4070605-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2016-04-11 2:34 ` chunfeng yun
2016-04-11 2:34 ` chunfeng yun
2016-04-11 2:34 ` chunfeng yun
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=5707B8D3.4070605@gmail.com \
--to=matthias.bgg-re5jqeeqqe8avxtiumwx3w@public.gmane.org \
--cc=chunfeng.yun-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org \
--cc=kishon-l0cyMroinI0@public.gmane.org \
--cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-mediatek-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
--cc=linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.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.