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=-11.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham 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 7FCA9C432BE for ; Thu, 26 Aug 2021 11:41:32 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6124B60FE6 for ; Thu, 26 Aug 2021 11:41:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242267AbhHZLmS (ORCPT ); Thu, 26 Aug 2021 07:42:18 -0400 Received: from mail.kernel.org ([198.145.29.99]:40516 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241887AbhHZLmS (ORCPT ); Thu, 26 Aug 2021 07:42:18 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 23AEE60E99; Thu, 26 Aug 2021 11:41:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1629978090; bh=LBgfhQTnK58QE02OSqoVohFHKyxhIEMkQjpkw7VwFNc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=LSK5WshPd07ZqlzKhT91KVSnyT84cSj/y4rzSFBrHzaoXhKOYYeyw36Jo8naH9yaL mwcvfm6BPjo8iJTBLevZfbx7uaCNNIEswzB/huQ6MfMstpGdoE/mNtFLUXAZliHHnN MTDzBwwnJrQf7USwn7XtunFCrICgsmaG/XVm2UOE= Date: Thu, 26 Aug 2021 13:41:19 +0200 From: Greg Kroah-Hartman To: Chunfeng Yun Cc: Mathias Nyman , Matthias Brugger , linux-usb@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, linux-kernel@vger.kernel.org, Ikjoon Jang , Eddie Hung , Yaqii wu Subject: Re: [PATCH next v2 1/6] Revert "usb: xhci-mtk: relax TT periodic bandwidth allocation" Message-ID: References: <20210826025144.51992-1-chunfeng.yun@mediatek.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210826025144.51992-1-chunfeng.yun@mediatek.com> Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org On Thu, Aug 26, 2021 at 10:51:39AM +0800, Chunfeng Yun wrote: > As discussed in following patch: > https://patchwork.kernel.org/patch/12420339 > > No need calculate number of uframes again, but should use value > form check_sch_tt(), if we plan to remove extra CS, also can do > it in check_sch_tt(). So revert this patch, and prepare to send > new patch for it. > > This reverts commit 548011957d1d72e0b662300c8b32b81d593b796e. > > Cc: Ikjoon Jang > Signed-off-by: Chunfeng Yun > --- > v2: no changes This series does not apply to my tree at all now, can you please rebase and resend? thanks, greg k-h