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

From: Greg Kroah-Hartman
Date: Mon Jul 23 2018 - 03:00:33 EST


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