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=-5.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, 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 87638C433DB for ; Tue, 26 Jan 2021 14:14:26 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5EA2022B3B for ; Tue, 26 Jan 2021 14:14:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2405781AbhAZOOD (ORCPT ); Tue, 26 Jan 2021 09:14:03 -0500 Received: from mail.kernel.org ([198.145.29.99]:52468 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2405753AbhAZONE (ORCPT ); Tue, 26 Jan 2021 09:13:04 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 3FBBC22B2C; Tue, 26 Jan 2021 14:12:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1611670343; bh=G8RbizNkdNhtYdbjdcp6CKdodVotlaNcKkCrkrgBOM4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=RebdL0YABKv/TCxvi7C2gTeM2+0QKQEemTQWlYvunvF5ClLDr0dn/6NpKVgViC+yW BEj0iJ9GJRY8O3yXcKbITcIeI/SidE3xJ2cbdiMgzmjbLqYZFxUWAlIvkSMOd96LqI rre5pS6FU1M0YjFBWfPesiGrOCmP9mjr/LE4I8ME= Date: Tue, 26 Jan 2021 15:12:21 +0100 From: Greg Kroah-Hartman To: Chunfeng Yun Cc: Ikjoon Jang , linux-mediatek@lists.infradead.org, linux-usb@vger.kernel.org, Zhanyong Wang , Tianping Fang , Mathias Nyman , Matthias Brugger , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v6] usb: xhci-mtk: fix unreleased bandwidth data Message-ID: References: <20210113180444.v6.1.Id0d31b5f3ddf5e734d2ab11161ac5821921b1e1e@changeid> <1611640920.3905.13.camel@mhfsdcap03> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1611640920.3905.13.camel@mhfsdcap03> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jan 26, 2021 at 02:02:00PM +0800, Chunfeng Yun wrote: > Hi Ikjoon, > > Can I put this patch into my patch series about bandwidth scheduler? > the series also include "[RFC PATCH v3 1/5] usb: xhci-mtk: improve > bandwidth scheduling with multi-TT", put them together will help to fix > dependence issue, meanwhile I try to build xhci-mtk-sch.c into > xhci-mtk.ko instead of xhci-hcd.ko. This should probably be merged now, first, as it fixes an issue that showed up in 4.20 so this needs to be backported to older kernels. Please rebase your future patches on top of this. thanks, greg k-h