From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 47145AD5D for ; Tue, 7 Nov 2023 07:02:59 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="0kjZWwCh" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 14915C433C7; Tue, 7 Nov 2023 07:02:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1699340579; bh=JDRGlM9lrsHUhV43a6D7wVaw0GwPSvbuJMm3TbmECDw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=0kjZWwChfUkzXoNI3F0xNtc+Hxuv7g98mWrYubOvkUH6fWwAeBIJcpNktzR7Aakl9 dUPzVJkP4xdUYhFSJ6ybb/rFX5zqT9/V/nQW5HkOzauL3MsfDkY3YmL3Pj9INU33Us e1EtFqahjL0WXs5LHsi8XuoiBtMtfqc7TBImUTMQ= Date: Tue, 7 Nov 2023 08:02:55 +0100 From: Greg Kroah-Hartman To: Stanley =?utf-8?B?Q2hhbmdb5piM6IKy5b63XQ==?= Cc: Vinod Koul , Johan Hovold , Kishon Vijay Abraham I , "linux-kernel@vger.kernel.org" , "linux-phy@lists.infradead.org" , "linux-usb@vger.kernel.org" Subject: Re: [PATCH 0/3] Revert "usb: phy: add usb phy notify port status API" Message-ID: <2023110713-morphine-mortuary-337e@gregkh> References: <20231106110654.31090-1-johan+linaro@kernel.org> <2023110623-pointing-stump-643d@gregkh> <28e77cbc531248bf913ceedba6425cf6@realtek.com> Precedence: bulk X-Mailing-List: linux-usb@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <28e77cbc531248bf913ceedba6425cf6@realtek.com> On Tue, Nov 07, 2023 at 06:44:26AM +0000, Stanley Chang[昌育德] wrote: > Hi Johan and Vinod, > > I modified the Realtek phy to solve this issue and only use the generic PHY. > And submitted these patches today as follows > https://lore.kernel.org/linux-usb/20231107063518.27824-1-stanley_chang@realtek.com/ > https://lore.kernel.org/linux-usb/20231107063518.27824-2-stanley_chang@realtek.com/ > https://lore.kernel.org/linux-usb/20231107063518.27824-3-stanley_chang@realtek.com/ > https://lore.kernel.org/linux-usb/20231107063518.27824-4-stanley_chang@realtek.com/ > > I don't think this patch is needed to revert a08799cf17c2 ("usb:phy: New usb phy notification port status API"). I had already applied those reverts yesterday, but forgot to push them out (sorry about that, now fixed.) Let's start over here and you can rebase your new series on the 6.7-rc1. thanks, greg k-h