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@xxxxxxxxxxxxxxxxxxx Cc: Lucas Stach <dev@xxxxxxxxxx> Cc: Uwe Kleine-König <u.kleine-koenig@xxxxxxxxxxxxxx> Cc: Ezequiel Garcia <ezequiel.garcia@xxxxxxxxxxxxxxxxxx> Cc: Thomas Petazzoni <thomas.petazzoni@xxxxxxxxxxxxxxxxxx> -- 2.1.0 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox