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 6C821C433F5 for ; Mon, 8 Nov 2021 07:08:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 463446128B for ; Mon, 8 Nov 2021 07:08:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237290AbhKHHLG (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-usb@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 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 DACC8C433F5 for ; Mon, 8 Nov 2021 07:09:06 +0000 (UTC) Received: from lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 693B56108C for ; Mon, 8 Nov 2021 07:09:06 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 693B56108C Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linuxfoundation.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.ozlabs.org Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4Hnj005M5rz2ymy for ; Mon, 8 Nov 2021 18:09:04 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.a=rsa-sha256 header.s=korg header.b=bA6UMB6k; dkim-atps=neutral Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=linuxfoundation.org (client-ip=198.145.29.99; helo=mail.kernel.org; envelope-from=gregkh@linuxfoundation.org; receiver=) Authentication-Results: lists.ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.a=rsa-sha256 header.s=korg header.b=bA6UMB6k; dkim-atps=neutral Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4HnhzG07hfz2x9b for ; Mon, 8 Nov 2021 18:08:25 +1100 (AEDT) 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 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: X-BeenThere: openbmc@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Development list for OpenBMC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: BMC-SW , Bruce Mitchell , Neal Liu , OpenBMC Maillist , linux-usb@vger.kernel.org, Eddie James , Linux Kernel Mailing List , Tony Prisk , Alan Stern , Tao Ren , Linux ARM Errors-To: openbmc-bounces+openbmc=archiver.kernel.org@lists.ozlabs.org Sender: "openbmc" 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 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 F038DC433F5 for ; Mon, 8 Nov 2021 07:10:02 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id A656E6113D for ; Mon, 8 Nov 2021 07:10:02 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org A656E6113D Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linuxfoundation.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=wse7RcBMASEAhYKUL/3JkDU7lVSjshp3gZzhVlzEpO4=; b=tSEe3V7+tgGGT+ IXR8ZjcU5DJhv0K9oabwua4ZkB5WH8fP0HMIW4yzpuvC/tc8JOLvwY0LtLb6e0vTWcvX25b2Aqp9J wMLWokP4UWCElV6Qr+3CeLZITzKH48g2ojndHXvnbqOpzCMJvIopPl1KwVjb2AShkn38KhiZmD1Sj AB0DVOzRPiEoV85XgNcsCgleGisaMod5jgDyuJhm2JHDJSNuzoJAY0rYfwzH1j/zGHqx3eL2J2rED v64eZqOHWVA918+DIB+QqvlkzkCwyUnfcz/+O7ESsrPHMTe09+8yg3eYkLK7m3sUcr3b5b6U7aJtp MrCfLBdqZr8hq+vYadHQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mjylW-00FX6m-O9; Mon, 08 Nov 2021 07:08:26 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mjylS-00FX5x-Pu for linux-arm-kernel@lists.infradead.org; Mon, 08 Nov 2021 07:08:24 +0000 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-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211107_230822_877853_7455F731 X-CRM114-Status: GOOD ( 14.41 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.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 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel