From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Thu, 16 Jun 2016 15:35:22 +0200 Subject: [U-Boot] [PATCH v7 0/3] common: usb_storage : Implement logic to calculate optimal In-Reply-To: <1466073356-30462-1-git-send-email-rajesh.bhagat@nxp.com> References: <1466073356-30462-1-git-send-email-rajesh.bhagat@nxp.com> Message-ID: <5762AB1A.5070001@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 06/16/2016 12:35 PM, Rajesh Bhagat wrote: > Performs code cleanup by making common function for usb_stor_read/write > and implements the logic to calculate the optimal usb maximum trasfer blocks > instead of sending USB_MAX_XFER_BLK blocks which is 65535 and 20 in case > of EHCI and other USB protocols respectively. > > Rajesh Bhagat (3): > common: usb_storage: Make common function for usb_read_10/usb_write_10 > common: usb_storage: Make common function for > usb_stor_read/usb_stor_write > common: usb_storage : Implement logic to calculate optimal usb maximum > trasfer blocks > > common/usb_storage.c | 213 +++++++++++++++++++++++---------------------------- > include/usb.h | 1 + > 2 files changed, 98 insertions(+), 116 deletions(-) > Reviewed-by: Marek Vasut Simon, can you please skim through this one more time ? -- Best regards, Marek Vasut