From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E8DB8C07E95 for ; Tue, 13 Jul 2021 11:23:00 +0000 (UTC) Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id DB59F61363 for ; Tue, 13 Jul 2021 11:22:59 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org DB59F61363 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=blueri.se Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id B98B08311D; Tue, 13 Jul 2021 13:22:57 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=blueri.se Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Received: by phobos.denx.de (Postfix, from userid 109) id A35158313E; Tue, 13 Jul 2021 13:22:55 +0200 (CEST) Received: from pwildt.genua.de (pwildt.genua.de [IPv6:2001:1438:2012:c000::a049]) (using TLSv1.3 with cipher TLS_CHACHA20_POLY1305_SHA256 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 1767A8311D for ; Tue, 13 Jul 2021 13:22:52 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=blueri.se Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=patrick@blueri.se Received: from mini.fritz.box (p200300c1c7110e0090344be19c285e28.dip0.t-ipconnect.de [2003:c1:c711:e00:9034:4be1:9c28:5e28]) by pwildt.genua.de (OpenSMTPD) with ESMTPSA id aed0b351 (TLSv1.3:AEAD-CHACHA20-POLY1305-SHA256:256:NO); Tue, 13 Jul 2021 13:22:51 +0200 (CEST) Date: Tue, 13 Jul 2021 13:22:48 +0200 From: Patrick Wildt To: Stefano Babic Cc: Marek Vasut , Fabio Estevam , Ye Li , U-Boot-Denx , Peng Fan , dl-uboot-imx Subject: Re: [PATCH 1/4] phy: phy-imx8mq-usb: Add USB PHY driver for i.MX8MQ Message-ID: References: <1613924784-63219-1-git-send-email-ye.li@nxp.com> <485a76e9-34f6-b8e8-12ec-648437e4c466@denx.de> <90e0cda4-e588-d8a6-65fa-2b1db9da65a9@denx.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.2 at phobos.denx.de X-Virus-Status: Clean Am Tue, Jul 13, 2021 at 12:46:04PM +0200 schrieb Stefano Babic: > On 13.07.21 12:39, Marek Vasut wrote: > > On 7/13/21 7:53 AM, Stefano Babic wrote: > > > Hi Fabio, > > > > > > On 12.07.21 23:31, Fabio Estevam wrote: > > > > Hi Patrick, > > > > > > > > On Mon, Jul 12, 2021 at 11:27 AM Patrick Wildt > > > > wrote: > > > > > > > > > > Am Sun, Feb 21, 2021 at 08:26:21AM -0800 schrieb Ye Li: > > > > > > Add the USB PHY driver for i.MX8MQ to work with DWC3 USB controller. > > > > > > > > > > > > Signed-off-by: Ye Li > > > > > > > > > > Reviewed-by: Patrick Wildt > > > > > Tested-by: Patrick Wildt > > > > > > > > It seems Ye Li missed adding Marek on Cc. > > > > > > > > Could you please resend the series with Marek on Cc? > > > > > > > > > > I see that the series is already assigned to Marek: > > > > > > http://patchwork.ozlabs.org/project/uboot/list/?series=230965 > > > > > > So I guess it is enough to inform Marek (in CC) about this and he > > > can review / apply the patches without reposting. > > > > USB3 is Bin. > > Then delegate on patchwork is wrong as the patches are assigned to you. The patches contain a new PHY driver, i.MX8MQ clock init code and device tree change. So it's not really USB, it's just some work in the i.MX8MQ stuff to *enable* USB.