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 X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E3536C47255 for ; Fri, 8 May 2020 18:46:53 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C09D121974 for ; Fri, 8 May 2020 18:46:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727030AbgEHSqw (ORCPT ); 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