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=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 88CA5C433FE for ; Thu, 10 Dec 2020 10:59:09 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (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 25B6323770 for ; Thu, 10 Dec 2020 10:59:09 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 25B6323770 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linuxfoundation.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References:Message-ID: Subject: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=OTKISH4DUlIjePEkXXdxjzu1Zfa2LeYq5K5C80KaCTM=; b=1YP/sm2VLhmslCKv1C7ff48ds ZGZega+dBGp0v9vV+0TegCJqU+XKaXZKT89OtafpVfYsckWOIyQk7aBAbi0dT/gzMa+PGByOZeTJt t54sPsz+BiFIuQ+Nze/YlmP8M0WONujbU4nzm9yNUsAO1jdmQ2k8pHrgwmCDbaR76mebXGGefXrJw okT2OHJZcJXZBPIDvLxar4M1hb8B5ee+onmtVUPLUaeQGd7reyTzDamycN/eL2qP9Gr+Z+eY2iy3n GJV3c1x8QEX73b1ZK+l/mhQ2mOBc8iteZmMgGMdULqkvGOjF/S6IlQK5E9ILvmCjHXWqMkrvAQui6 9Pg8RIYUw==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1knJe9-0005Et-Ed; Thu, 10 Dec 2020 10:58:05 +0000 Received: from mail.kernel.org ([198.145.29.99]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1knJe6-0005Dn-UV; Thu, 10 Dec 2020 10:58:03 +0000 Date: Thu, 10 Dec 2020 11:59:16 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1607597882; bh=fbHLbzX32k54F9e34fx22c90OfpXv/w5Qrd4WvS31RM=; h=From:To:Cc:Subject:References:In-Reply-To:From; b=RnKAW9tf7grXVCjw+8GF3nW1skE/u6PPlB+VWVNg7m84+uPCtrgBbCJhysoyR4SXd qSJ4+CoNK67LAqy6Z+5uUVWLtNCOX3995RVDe1saxbqICQph5bKacSewP5CoUGHi21 l0gKxSMWlEC1FboOCD8Snlsfv0Y3eohrnjeY0ofQ= From: Greg Kroah-Hartman To: Ikjoon Jang Subject: Re: [PATCH v2 2/3] usb: xhci-mtk: delay association of tt and ep Message-ID: References: <20201210104747.3416781-1-ikjn@chromium.org> <20201210184700.v2.2.I236cbd6fe27db5a9c776b6d14fe146748373bbce@changeid> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20201210184700.v2.2.I236cbd6fe27db5a9c776b6d14fe146748373bbce@changeid> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201210_055803_106859_A07BE99C X-CRM114-Status: UNSURE ( 9.00 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Zhanyong Wang , Mathias Nyman , linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, Tianping Fang , Matthias Brugger , linux-mediatek@lists.infradead.org, Chunfeng Yun , linux-arm-kernel@lists.infradead.org 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 Thu, Dec 10, 2020 at 06:47:46PM +0800, Ikjoon Jang wrote: > xhci-mtk creates internal data structures for representing the > relationship between endpoint and TT. > > This patch simply delays its association between endpoint and TT > when it's really loaded onto internal bandwidth table. > > This is a preparation step for fixing unreleased periodic > TT bandwidth data, no functional changes. So the next fix requires this on? You might want to say that in the next patch as well :) thanks, greg k-h _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel