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=-2.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,URIBL_BLOCKED,USER_AGENT_MUTT 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 D2515ECDFB8 for ; Mon, 23 Jul 2018 07:00:32 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 873A820846 for ; Mon, 23 Jul 2018 07:00:32 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 873A820846 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linuxfoundation.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2387909AbeGWIAN (ORCPT ); Mon, 23 Jul 2018 04:00:13 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:44164 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728251AbeGWIAN (ORCPT ); Mon, 23 Jul 2018 04:00:13 -0400 Received: from localhost (LFbn-1-12238-233.w90-92.abo.wanadoo.fr [90.92.53.233]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 92B0E825; Mon, 23 Jul 2018 07:00:29 +0000 (UTC) Date: Mon, 23 Jul 2018 09:00:27 +0200 From: Greg Kroah-Hartman To: Pengbo Mu Cc: Felipe Balbi , linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org, ran.wang_1@nxp.com Subject: Re: [PATCH] usb: dwc3: call set incr burst type func() Message-ID: <20180723070027.GB20056@kroah.com> References: <1532328057-41777-1-git-send-email-pengbo.mu@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1532328057-41777-1-git-send-email-pengbo.mu@nxp.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jul 23, 2018 at 02:40:57PM +0800, Pengbo Mu wrote: > Calling dwc3_set_incr_burst_type() in dwc3_core_init(). > This function enabled the undefined length INCR burst type and > set INCRx. Different platform may has the different burst size > type. In order to get best performance, we need to tune the burst > size to one special value, instead of the default value. > > Signed-off-by: Pengbo Mu > --- > Changes in v1: > - add the calling of dwc3_set_incr_burst_type. This isn't the changelog :( You also didn't version the patch in the [PATCH] area :( Please put this as part of the other series properly. thanks, greg k-h