From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965298AbcDMNbx (ORCPT ); Wed, 13 Apr 2016 09:31:53 -0400 Received: from comal.ext.ti.com ([198.47.26.152]:42946 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932958AbcDMNbw (ORCPT ); Wed, 13 Apr 2016 09:31:52 -0400 Subject: Re: [PATCH v2 2/2] phy: phy-mt65xx-usb3: add support for mt2701 platform To: Chunfeng Yun References: <1460360490-18606-1-git-send-email-chunfeng.yun@mediatek.com> <1460360490-18606-2-git-send-email-chunfeng.yun@mediatek.com> CC: , , , From: Kishon Vijay Abraham I Message-ID: <570E4A29.3030103@ti.com> Date: Wed, 13 Apr 2016 19:01:21 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <1460360490-18606-2-git-send-email-chunfeng.yun@mediatek.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, On Monday 11 April 2016 01:11 PM, 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 > --- > drivers/phy/Kconfig | 5 ++- > drivers/phy/phy-mt65xx-usb3.c | 77 ++++++++++++++++++++++++++++------------- > 2 files changed, 54 insertions(+), 28 deletions(-) > > diff --git a/drivers/phy/Kconfig b/drivers/phy/Kconfig > index 26566db..3037f28 100644 > --- a/drivers/phy/Kconfig > +++ b/drivers/phy/Kconfig > @@ -218,9 +218,8 @@ config PHY_MT65XX_USB3 > depends on ARCH_MEDIATEK && OF > select GENERIC_PHY > help > - Say 'Y' here to add support for Mediatek USB3.0 PHY driver > - for mt65xx SoCs. it supports two usb2.0 ports and > - one usb3.0 port. > + Say 'Y' here to add support for Mediatek USB3.0 PHY driver, > + it supports multiple usb2.0 and usb3.0 ports. Do you mean this PHY driver support both USB2 and USB3? Then it's not really a USB3 PHY driver right? Thanks Kishon