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 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0203BC433EF for ; Mon, 8 Nov 2021 07:08:24 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D90756128B for ; Mon, 8 Nov 2021 07:08:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237309AbhKHHLG (ORCPT ); Mon, 8 Nov 2021 02:11:06 -0500 Received: from mail.kernel.org ([198.145.29.99]:52840 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236168AbhKHHLF (ORCPT ); Mon, 8 Nov 2021 02:11:05 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 411266112F; Mon, 8 Nov 2021 07:08:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1636355301; bh=WG+MUmo7ZfgpICCSz7TrSwgD5tzJlfGEj9mAbIhpCDM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=bA6UMB6knomM1ld5X5hZ+j+qoN6OKCrPJPhpsm2+hSxbJBueE7fiNviScsDLiXDI7 zP50uj5iQtRkEEofhAN6zcVd9j8Wz1lTwNGqFVA0OrHela6xEtcIDRUngqqUcfs5kc yrePBDYXgcUevFpXptfs9SNi0Jk4iibxeFnkSQSU= Date: Mon, 8 Nov 2021 08:08:19 +0100 From: Greg Kroah-Hartman To: Joel Stanley Cc: Neal Liu , Alan Stern , Tony Prisk , linux-usb@vger.kernel.org, Linux Kernel Mailing List , Linux ARM , Tao Ren , BMC-SW , OpenBMC Maillist , Bruce Mitchell , Eddie James Subject: Re: [PATCH v4] usb: ehci: handshake CMD_RUN instead of STS_HALT Message-ID: References: <20210910073619.26095-1-neal_liu@aspeedtech.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Oct 06, 2021 at 01:27:02AM +0000, Joel Stanley wrote: > Hi Greg, > > On Fri, 10 Sept 2021 at 07:38, Neal Liu wrote: > > > > For Aspeed, HCHalted status depends on not only Run/Stop but also > > ASS/PSS status. > > Handshake CMD_RUN on startup instead. > > > > Signed-off-by: Neal Liu > > Acked-by: Alan Stern > > Reviewed-by: Tao Ren > > Tested-by: Tao Ren > > Has this one gone in? If not, here's some tags: > > Reviewed-by: Joel Stanley > > It also needs to go to stable: > > Cc: stable@vger.kernel.org > Fixes: 280a9045bb18 ("ehci: fix EHCI host controller initialization sequence") This patch failed to apply to 4.4.y, 4.9.y, and 4.14.y, so could you provide a working backport for those kernels for me to be able to queue it up to the stable queues there? thanks, greg k-h