public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/4] USB: Fix EHCI to work with data cache enabled
@ 2012-04-09  3:09 Marek Vasut
  2012-04-09  3:09 ` [U-Boot] [PATCH 1/4] USB: Align buffers at cacheline Marek Vasut
                   ` (4 more replies)
  0 siblings, 5 replies; 15+ messages in thread
From: Marek Vasut @ 2012-04-09  3:09 UTC (permalink / raw)
  To: u-boot

This patchset reworks the USB core and EHCI-HCD to work with data caches.

Marek Vasut (3):
  USB: Drop ehci_alloc/ehci_free in ehci-hcd
  USB: Drop cache flush bloat in EHCI-HCD
  USB: Document the QH and qTD antics in EHCI-HCD

Puneet Saxena (1):
  USB: Align buffers at cacheline

 common/cmd_usb.c            |    3 +-
 common/usb.c                |   22 ++--
 common/usb_hub.c            |   27 ++--
 common/usb_storage.c        |   59 +++++-----
 disk/part_dos.c             |    2 +-
 drivers/usb/host/ehci-hcd.c |  284 ++++++++++++++-----------------------------
 include/scsi.h              |    4 +-
 include/usb.h               |    4 +-
 8 files changed, 155 insertions(+), 250 deletions(-)

Cc: Puneet Saxena <puneets@nvidia.com>

-- 
1.7.9.1

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

end of thread, other threads:[~2012-05-29  8:36 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-09  3:09 [U-Boot] [PATCH 0/4] USB: Fix EHCI to work with data cache enabled Marek Vasut
2012-04-09  3:09 ` [U-Boot] [PATCH 1/4] USB: Align buffers at cacheline Marek Vasut
2012-04-09  4:49   ` [U-Boot] [PATCH 1/4 V2] " Marek Vasut
2012-04-09  3:09 ` [U-Boot] [PATCH 2/4] USB: Drop ehci_alloc/ehci_free in ehci-hcd Marek Vasut
2012-04-09  3:09 ` [U-Boot] [PATCH 3/4] USB: Drop cache flush bloat in EHCI-HCD Marek Vasut
2012-04-09  4:47   ` [U-Boot] [PATCH 3/4 V2] " Marek Vasut
2012-05-24  6:57     ` Anatolij Gustschin
2012-05-24 13:21       ` Marek Vasut
2012-05-29  8:24         ` Liu Gang
2012-05-29  8:36           ` Marek Vasut
2012-04-09  3:09 ` [U-Boot] [PATCH 4/4] USB: Document the QH and qTD antics " Marek Vasut
2012-04-27  5:31   ` Mike Frysinger
2012-04-09  3:12 ` [U-Boot] [PATCH 0/4] USB: Fix EHCI to work with data cache enabled Marek Vasut
2012-04-09  7:33   ` puneets
2012-04-09  7:41     ` Marek Vasut

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox