[PATCH 0/4] Some fixes for PCI, mvneta, xHCI
Sebastian Hesselbarth
sebastian.hesselbarth at gmail.com
Thu Apr 9 18:01:50 PDT 2015
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 at lists.infradead.org
Cc: Lucas Stach <dev at lynxeye.de>
Cc: Uwe Kleine-König <u.kleine-koenig at pengutronix.de>
Cc: Ezequiel Garcia <ezequiel.garcia at free-electrons.com>
Cc: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
--
2.1.0
More information about the barebox
mailing list