All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v5 0/2] common: usb_storage : Implement logic to calculate optimal
@ 2016-06-13  4:03 Rajesh Bhagat
  2016-06-13  4:03 ` [U-Boot] [PATCH v5 1/2] common: usb_storage: Make common function for usb_stor_read/usb_stor_write Rajesh Bhagat
  2016-06-13  4:03 ` [U-Boot] [PATCH v5 2/2] common: usb_storage : Implement logic to calculate optimal usb maximum trasfer blocks Rajesh Bhagat
  0 siblings, 2 replies; 9+ messages in thread
From: Rajesh Bhagat @ 2016-06-13  4:03 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2016-06-14 13:04 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-13  4:03 [U-Boot] [PATCH v5 0/2] common: usb_storage : Implement logic to calculate optimal Rajesh Bhagat
2016-06-13  4:03 ` [U-Boot] [PATCH v5 1/2] common: usb_storage: Make common function for usb_stor_read/usb_stor_write Rajesh Bhagat
2016-06-13 13:30   ` Marek Vasut
2016-06-14  3:41     ` Rajesh Bhagat
2016-06-13  4:03 ` [U-Boot] [PATCH v5 2/2] common: usb_storage : Implement logic to calculate optimal usb maximum trasfer blocks Rajesh Bhagat
2016-06-13 13:36   ` Marek Vasut
2016-06-14  3:41     ` Rajesh Bhagat
2016-06-14 12:11       ` Marek Vasut
2016-06-14 13:04         ` Rajesh Bhagat

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.