From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jagan Teki Subject: Re: [PATCH v4 08/16] usb: dwc3: add dis_u2_freeclk_exists_quirk Date: Mon, 11 May 2020 14:20:17 +0530 Message-ID: References: <20200511075330.26462-1-frank.wang@rock-chips.com> <20200511075520.26557-1-frank.wang@rock-chips.com> <20200511075520.26557-4-frank.wang@rock-chips.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: In-Reply-To: <20200511075520.26557-4-frank.wang@rock-chips.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" To: Frank Wang Cc: =?UTF-8?Q?Heiko_St=C3=BCbner?= , Marek Vasut , Bin Meng , Philipp Tomsich , Klaus Goger , Simon Glass , Kever Yang , U-Boot-Denx , "open list:ARM/Rockchip SoC..." , linux-amarula , Belisko Marek , William Wu , jianing.ren@rock-chips.com, chenjh@rock-chips.com, wmc@rock-chips.com List-Id: linux-rockchip.vger.kernel.org On Mon, May 11, 2020 at 1:25 PM Frank Wang wrote: > > Add a quirk to clear the GUSB2PHYCFG.U2_FREECLK_EXISTS bit, > which specifies whether the USB2.0 PHY provides a free-running > PHY clock, which is active when the clock control input is active. > > Refer to commit 27f83eeb6b42("usb: dwc3: add dis_u2_freeclk_exists_quirk") > in Linux Rockchip Kernel. > > Signed-off-by: Frank Wang > Reviewed-by: Kever Yang > --- Reviewed-by: Jagan Teki Tested-by: Jagan Teki # roc-rk3399-pc From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jagan Teki Date: Mon, 11 May 2020 14:20:17 +0530 Subject: [PATCH v4 08/16] usb: dwc3: add dis_u2_freeclk_exists_quirk In-Reply-To: <20200511075520.26557-4-frank.wang@rock-chips.com> References: <20200511075330.26462-1-frank.wang@rock-chips.com> <20200511075520.26557-1-frank.wang@rock-chips.com> <20200511075520.26557-4-frank.wang@rock-chips.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 Mon, May 11, 2020 at 1:25 PM Frank Wang wrote: > > Add a quirk to clear the GUSB2PHYCFG.U2_FREECLK_EXISTS bit, > which specifies whether the USB2.0 PHY provides a free-running > PHY clock, which is active when the clock control input is active. > > Refer to commit 27f83eeb6b42("usb: dwc3: add dis_u2_freeclk_exists_quirk") > in Linux Rockchip Kernel. > > Signed-off-by: Frank Wang > Reviewed-by: Kever Yang > --- Reviewed-by: Jagan Teki Tested-by: Jagan Teki # roc-rk3399-pc