From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sriram Dash Date: Wed, 24 Aug 2016 04:33:35 +0000 Subject: [U-Boot] [PATCH v2] drivers: usb: xhci-fsl: Change burst beat and outstanding pipelined transfers requests In-Reply-To: References: <1471868715-28519-1-git-send-email-sriram.dash@nxp.com> <7b2aa668-1cc3-7fcc-334a-3fe58649895e@denx.de> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de >From: york sun >On 08/22/2016 06:54 AM, Marek Vasut wrote: >> On 08/22/2016 02:25 PM, Sriram Dash wrote: >>> This is required for better performance, and performs below tuning: >>> 1. Enable burst length set, and define it as 4/8/16. > >Isn't it odd to put a date here? > Hello York, Here we are enabling the INCR4, INCR 8 and INCR16 burst type for the usb transfers. >>> 2. Set burst request limit to 16 requests. >>> >>> Signed-off-by: Rajesh Bhagat >>> Signed-off-by: Sriram Dash >> >> Looks OK to me. York ? >> > >Other than that, Reviewed-by: York Sun