From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Subject: Re: [PATCH v2 7/7] usb: dwc3: add dis_del_phy_power_chg_quirk Date: Wed, 6 May 2020 13:44:15 +0200 Message-ID: References: <20200506075025.1677-1-jagan@amarulasolutions.com> <20200506075025.1677-8-jagan@amarulasolutions.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20200506075025.1677-8-jagan-dyjBcgdgk7Pe9wHmmfpqLFaTQe2KTcn/@public.gmane.org> Content-Language: en-US List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+glpar-linux-rockchip=m.gmane-mx.org-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org To: Jagan Teki , kever.yang-TNX95d0MmH7DzftRWevZcw@public.gmane.org, philipp.tomsich-SN7IsUiht6C/RdPyistoZJqQE7yCjDx5@public.gmane.org, Simon Glass , Frank Wang , wmc-TNX95d0MmH7DzftRWevZcw@public.gmane.org, chenjh-TNX95d0MmH7DzftRWevZcw@public.gmane.org, heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org Cc: u-boot-0aAXYlwwYIKGBzrmiIFOJg@public.gmane.org, Belisko Marek , linux-amarula-dyjBcgdgk7Pe9wHmmfpqLFaTQe2KTcn/@public.gmane.org, linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: linux-rockchip.vger.kernel.org On 5/6/20 9:50 AM, Jagan Teki wrote: > Add a quirk to clear the GUSB3PIPECTL.DELAYP1TRANS bit, > which specifies whether disable delay PHY power change > from P0 to P1/P2/P3 when link state changing from U0 > to U1/U2/U3 respectively. > > Reference from below Linux commit, > > commit <00fe081dc3a3> ("usb: dwc3: add dis_del_phy_power_chg_quirk") Applied, thanks. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Wed, 6 May 2020 13:44:15 +0200 Subject: [PATCH v2 7/7] usb: dwc3: add dis_del_phy_power_chg_quirk In-Reply-To: <20200506075025.1677-8-jagan@amarulasolutions.com> References: <20200506075025.1677-1-jagan@amarulasolutions.com> <20200506075025.1677-8-jagan@amarulasolutions.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 5/6/20 9:50 AM, Jagan Teki wrote: > Add a quirk to clear the GUSB3PIPECTL.DELAYP1TRANS bit, > which specifies whether disable delay PHY power change > from P0 to P1/P2/P3 when link state changing from U0 > to U1/U2/U3 respectively. > > Reference from below Linux commit, > > commit <00fe081dc3a3> ("usb: dwc3: add dis_del_phy_power_chg_quirk") Applied, thanks.