All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v7 0/3] common: usb_storage : Implement logic to calculate optimal
@ 2016-06-16 10:35 Rajesh Bhagat
  2016-06-16 10:35 ` [U-Boot] [PATCH v7 1/3] common: usb_storage: Make common function for usb_read_10/usb_write_10 Rajesh Bhagat
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Rajesh Bhagat @ 2016-06-16 10:35 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 (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

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

end of thread, other threads:[~2016-06-17  3:53 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-16 10:35 [U-Boot] [PATCH v7 0/3] common: usb_storage : Implement logic to calculate optimal Rajesh Bhagat
2016-06-16 10:35 ` [U-Boot] [PATCH v7 1/3] common: usb_storage: Make common function for usb_read_10/usb_write_10 Rajesh Bhagat
2016-06-17  3:52   ` Simon Glass
2016-06-16 10:35 ` [U-Boot] [PATCH v7 2/3] common: usb_storage: Make common function for usb_stor_read/usb_stor_write Rajesh Bhagat
2016-06-17  3:53   ` Simon Glass
2016-06-16 10:35 ` [U-Boot] [PATCH v7 3/3] common: usb_storage : Implement logic to calculate optimal usb maximum trasfer blocks Rajesh Bhagat
2016-06-16 13:35 ` [U-Boot] [PATCH v7 0/3] common: usb_storage : Implement logic to calculate optimal Marek Vasut

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.