mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/4] Some fixes for PCI, mvneta, xHCI
@ 2015-04-10  1:01 Sebastian Hesselbarth
  2015-04-10  1:01 ` [PATCH 1/4] pci: fix device registration for directly attached devices Sebastian Hesselbarth
                   ` (3 more replies)
  0 siblings, 4 replies; 18+ messages in thread
From: Sebastian Hesselbarth @ 2015-04-10  1:01 UTC (permalink / raw)
  To: Sebastian Hesselbarth; +Cc: Thomas Petazzoni, barebox, Uwe Kleine-König

Before adding support for the Armada XP based Lenovo ix4 NAS, I
split off some fixes/cleanups that I stumbled upon.

Patch 1 fixes PCI device registration for non-bridge devices.

Patch 2 fixes an outstanding transmit issue with mvneta that was
reported by Uwe. It fixes mvneta on ix4, so I guess it should also
fix it for his RN104.

Patch 3 removes some unecessary DMA ops that where introduced
during DMA op conversion.

Patch 4 adds DMA ops for the data buffers used in xHCI HCD code.

Sebastian Hesselbarth (4):
  pci: fix device registration for directly attached devices
  net: mvneta: Fix transmit errors due to dirty txdesc
  net: mvneta: Remove unnecessary DMA ops
  USB: xHCI: Sync non-coherent DMA buffers

 drivers/net/mvneta.c        | 6 +-----
 drivers/pci/pci.c           | 1 +
 drivers/usb/host/xhci-hcd.c | 6 ++++++
 3 files changed, 8 insertions(+), 5 deletions(-)

---
Cc: barebox@lists.infradead.org
Cc: Lucas Stach <dev@lynxeye.de>
Cc: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Cc: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-- 
2.1.0


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2015-04-15 12:07 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-10  1:01 [PATCH 0/4] Some fixes for PCI, mvneta, xHCI Sebastian Hesselbarth
2015-04-10  1:01 ` [PATCH 1/4] pci: fix device registration for directly attached devices Sebastian Hesselbarth
2015-04-10  7:15   ` Lucas Stach
2015-04-10  8:24     ` Sebastian Hesselbarth
2015-04-10  1:01 ` [PATCH 2/4] net: mvneta: Fix transmit errors due to dirty txdesc Sebastian Hesselbarth
2015-04-13  6:43   ` Sascha Hauer
2015-04-10  1:01 ` [PATCH 3/4] net: mvneta: Remove unnecessary DMA ops Sebastian Hesselbarth
2015-04-10  7:23   ` Lucas Stach
2015-04-10  8:18     ` Sebastian Hesselbarth
2015-04-10 16:09       ` Jan Lübbe
2015-04-10  1:01 ` [PATCH 4/4] USB: xHCI: Sync non-coherent DMA buffers Sebastian Hesselbarth
2015-04-10  7:25   ` Lucas Stach
2015-04-13 14:22   ` [PATCH v2] " Sebastian Hesselbarth
2015-04-14 18:52     ` Sascha Hauer
2015-04-14 19:29       ` Sebastian Hesselbarth
2015-04-15  9:11         ` Lucas Stach
2015-04-15  9:10     ` Lucas Stach
2015-04-15 12:06     ` Sascha Hauer

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