[U-Boot] [PATCH v5 0/2] common: usb_storage : Implement logic to calculate optimal

Rajesh Bhagat rajesh.bhagat at nxp.com
Mon Jun 13 06:03:12 CEST 2016


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 (2):
  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 |  196 ++++++++++++++++++++++++++------------------------
 include/usb.h        |    1 +
 2 files changed, 103 insertions(+), 94 deletions(-)

-- 
1.7.7.4



More information about the U-Boot mailing list