Received: by 2002:a25:23cc:0:0:0:0:0 with SMTP id j195csp286704ybj; Fri, 8 May 2020 11:48:31 -0700 (PDT) X-Google-Smtp-Source: APiQypKbRDy57tAmjdMQ3B1YA2TMpKiRKHxlunaGH1DODnRJzRByCVcrEwiCvzQFYLZarOZ5GYZO X-Received: by 2002:a17:906:7f01:: with SMTP id d1mr3036879ejr.49.1588963711499; Fri, 08 May 2020 11:48:31 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1588963711; cv=none; d=google.com; s=arc-20160816; b=hluyr9yPLAlm5L0mbngGo461TkS/qla+hHdkJqZ49P+SyQUZG8m7xtRcaCV1Wdptrb k0qwN47B+fvLqcKj30iwEEUL7Yx8Ot3Xbo8VIlhROYi5P+2Q/FcEuxCDuDamJKAvwXM3 hamT8vpzRm46bBDlZaeKzoxCzOmyNKSNeN0DNFFsIU8E7/fZL585Vh5Fd7vPEGd4/2od AnUaUjKgo1s2Jwm8iVYOvdD7k0d4xYEL1n/Yk7QnuWdPrSwaT1iJnoJa67faF7g+3xqw L4G2f+V8SQqRdN8iQdsTcQczFKk+KJABrTrpQnK3rr9uZPVSl7SG76C3jQ8drEpLUDCN ygeQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:message-id:in-reply-to :subject:cc:to:from:date; bh=wu5+3YymntgVbGFr53mZBME19Gd3HmR2kkQlC2yjSYc=; b=Ij9iCV6UCJ8ayoqMMdFmFy147E3uHoJ0HIZcksW2OzgON56WyF/USWOWkH6Mr2PbPG eQH3LBUoOWjYmcz9cJe1bAs6b5VptRRj7LZnkM12zEQOg5HTVsI25gVf+BqszdZyX04n ZLVcnpVTe4sKpC0LeRVv6dtCnoRKXwn3hOAqGr/t9OyjJiWAwznW+H+afNpdkzW8t2Bn LD8XCFt4/GyM3KBON1iLo/qrufSZrPLK5JFybYW2kgswpyrfGLx9Ag9G2VJkx5qncCWK mF1Xsc8nnWyjsHi7moDqK8+cx/QVMoXaE/vLCyB0F3NPZXffQCisOZQk1hsPOqWLCp4v hugQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id r23si769812eji.340.2020.05.08.11.48.08; Fri, 08 May 2020 11:48:31 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726904AbgEHSqw (ORCPT + 99 others); Fri, 8 May 2020 14:46:52 -0400 Received: from netrider.rowland.org ([192.131.102.5]:54809 "HELO netrider.rowland.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1726756AbgEHSqv (ORCPT ); Fri, 8 May 2020 14:46:51 -0400 Received: (qmail 11698 invoked by uid 500); 8 May 2020 14:46:50 -0400 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 8 May 2020 14:46:50 -0400 Date: Fri, 8 May 2020 14:46:50 -0400 (EDT) From: Alan Stern X-X-Sender: stern@netrider.rowland.org To: Al Cooper cc: linux-kernel@vger.kernel.org, Andy Shevchenko , , , Greg Kroah-Hartman , Krzysztof Kozlowski , , Mathias Nyman , Rob Herring , Yoshihiro Shimoda , Andy Shevchenko Subject: Re: [PATCH v7 4/5] usb: ehci: Add new EHCI driver for Broadcom STB SoC's In-Reply-To: <20200507173408.20754-5-alcooperx@gmail.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 7 May 2020, Al Cooper wrote: > Add a new EHCI driver for Broadcom STB SoC's. A new EHCI driver > was created instead of adding support to the existing ehci platform > driver because of the code required to workaround bugs in the EHCI > controller. The primary workround is for a bug where the Core > violates the SOF interval between the first two SOFs transmitted after > resume. This only happens if the resume occurs near the end of a > microframe. The fix is to intercept the echi-hcd request to complete > RESUME and align it to the start of the next microframe. > > Signed-off-by: Al Cooper > Reviewed-by: Andy Shevchenko Adding a new EHCI platform-specific driver is okay with me. However, this patch does not include most of the changes you discussed with Greg. I assume you will submit a revised version with those changes in place; when you do I will Ack it. Alan Stern