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(-)

-- 
2.6.2.198.g614a2ac

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to