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=-12.6 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 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 1B10CC11F66 for ; Tue, 13 Jul 2021 05:53:59 +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 AF7AA61008 for ; Tue, 13 Jul 2021 05:53:57 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org AF7AA61008 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=denx.de 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 D756682EA6; Tue, 13 Jul 2021 07:53:55 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1626155636; bh=3d/s3F+h3qzzNRtXcAGz8uzSRsk4e3TrNBQmuQYc4K0=; h=Subject:To:Cc:References:From:Date:In-Reply-To:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=MkfN4yd76A9ToL8s3q/IUs1GFlOPX3Zd616k09kuVSxHqwwkigiHXpsxj94+kE9fB JtSLBrdVsV/Kz41ojEuI1XYruw47JlPT3cSu3j96ptlfGKIWaXOExEkCR65SAYQWZH d1PTVH+p/nlIUV+7Ouyr4dQ6tqRK/xPcybrkjm+e2r3dJasTYr9d2g5wbOYabwDSlE rjNMMWrjXRl4I8oO2KB6cxHUTgiDzWrojdRtSXpHREHW3bb0yIv9sQVypyYGWRW0lp u0bFWNahpWSKR0uKReW+PcvtnxEcfDKpNGn8o7rFR43Dr5cz/KQufGzvowIDQ3sBO9 UIqO5qvW9c2Lw== Received: from [IPv6:2001:a61:61e7:9401:f663:93e1:a354:1455] (unknown [IPv6:2001:a61:61e7:9401:f663:93e1:a354:1455]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: sbabic@denx.de) by phobos.denx.de (Postfix) with ESMTPSA id 92B1F82E67; Tue, 13 Jul 2021 07:53:53 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1626155633; bh=3d/s3F+h3qzzNRtXcAGz8uzSRsk4e3TrNBQmuQYc4K0=; h=Subject:To:Cc:References:From:Date:In-Reply-To:From; b=rGVnVHix+yYXJrdx/Ii5TpjfbkX4dPEPhcxifccZPuOnZ3G/iZapExDfLEt2jaqJA +zDYoF7P3rT+iiN3R0I2daXWOIBLgK+axxttxVKIvnoO0tpP3x7fT0tZSegeiPGpdz XZEtxHpHsc6VejmBQIrLgCyzPM6DRI4JAZCkpittGGCwFToGU+ixOFVqMutUHq48NF kBWHqAMWe57HFW1eFjjxgx+YrCy8EubDjC/DWWP6w/ZTPM1JH/tHrOk7WzJwoZzb2m ErpkzHow6MiqxTtRIUP4e+aHFFKHGAROmV76mg/l4LoOg/VVnDNJNwtt0ay11CeJmz O5mimCL6KvWJg== Subject: Re: [PATCH 1/4] phy: phy-imx8mq-usb: Add USB PHY driver for i.MX8MQ To: Fabio Estevam , Patrick Wildt Cc: Ye Li , Stefano Babic , U-Boot-Denx , Peng Fan , dl-uboot-imx , Marek Vasut References: <1613924784-63219-1-git-send-email-ye.li@nxp.com> From: Stefano Babic Message-ID: <485a76e9-34f6-b8e8-12ec-648437e4c466@denx.de> Date: Tue, 13 Jul 2021 07:53:53 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit 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 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. Regards, Stefano > Thanks > -- ===================================================================== DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic@denx.de =====================================================================