RE: [PATCH] usb: dwc3: call set incr burst type func()

From: Pengbo Mu
Date: Mon Jul 23 2018 - 03:49:00 EST


I have realized this will cause confusion.
Will remake it !

Thanks,
Pengbo Mu
-----Original Message-----
From: Greg Kroah-Hartman [mailto:gregkh@xxxxxxxxxxxxxxxxxxx]
Sent: 2018年7月23日 15:00
To: Pengbo Mu <pengbo.mu@xxxxxxx>
Cc: Felipe Balbi <balbi@xxxxxxxxxx>; linux-kernel@xxxxxxxxxxxxxxx; linux-usb@xxxxxxxxxxxxxxx; Ran Wang <ran.wang_1@xxxxxxx>
Subject: Re: [PATCH] usb: dwc3: call set incr burst type func()

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 <pengbo.mu@xxxxxxx>
> ---
> 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