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 64D2919E96B; Mon, 2 Sep 2024 12:14:53 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1725279293; cv=none; b=YpgD2BvvGtUMFpfDuiKtArsFZxYK/hENggNfqyfW7t6zA4L6KRnpwVtHUh9Ak2X7PfGdwWAZ8doLPpQbf+3V8FAJ0q73HU86Um+IBkZSlVGCXxZtwxxjnRZouZoGqDsH/7+QlNgaWTFidd49DfNJFhuGe8m5PXP2dXeFJUipduk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1725279293; c=relaxed/simple; bh=n601jGxcwbLz5zKu9HSp5uYcLAZIHKllavn+kEnf+Ro=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=YGSCnbGvsn+P4NvUl8XiFVtj/QBcWfi1oXs34Uh8hBbcjaqA2m6M4I7sD+GSIqbmRc3WfDExS2oh4nnNI/RdNL4b4uJsN/yDhv+6bVYF/56KRk0oitOcoAFFfnG922DF9QjNcP5bdKq7eEarIkqsaESAxVVVtDaiMHXEzZ62gZY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=0vI5ZCxP; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="0vI5ZCxP" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 683BAC4CEC2; Mon, 2 Sep 2024 12:14:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1725279293; bh=n601jGxcwbLz5zKu9HSp5uYcLAZIHKllavn+kEnf+Ro=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=0vI5ZCxPvJUx2Ek04kWkcq0ibB0vYrvouMQLskDZLCdq7+ai12ozER/Znc5bkWrwb vHureAhzvx8OjG79jN+NSm5vBTJ2al9PtnK8Azgjnst9QM8Gjw7PxnRM+JBoRjZw+R KGwLwz33qAxXRj3TeLgPqd6fo9BJ35sgQDp9munA= Date: Mon, 2 Sep 2024 14:14:49 +0200 From: Greg KH To: Xu Yang Cc: linux-usb@vger.kernel.org, peter.chen@kernel.org, sashal@kernel.org, stable@vger.kernel.org, hui.pu@gehealthcare.com Subject: Re: [GIT PULL] USB chipidea patches for linux-5.15.y and linux-6.1.y Message-ID: <2024090208-throat-sponge-79cc@gregkh> References: <20240902092711.jwuf4kxbbmqsn7xk@hippo> 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=us-ascii Content-Disposition: inline In-Reply-To: <20240902092711.jwuf4kxbbmqsn7xk@hippo> On Mon, Sep 02, 2024 at 05:27:11PM +0800, Xu Yang wrote: > Hi Greg, > > The below two patches are needed on linux-5.15.y and linux-6.1.y, please > help to add them to the stable tree. > > b7a62611fab7 usb: chipidea: add USB PHY event > 87ed257acb09 usb: phy: mxs: disconnect line when USB charger is attached > > They are available in the Git repository at: > git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git branch usb-testing Also, wait, this wouldn't work anyway, you are asking me to pull a random testing branch into the stable tree? confused, greg k-h