From 9ad8fef6c61a9dfcaa8444e526020de88c540fa9 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Mon, 29 Jul 2013 15:21:28 +0200 Subject: [PATCH] net: mvneta: support big endian Use the "swap descriptor" feature of the hardware to properly swap the descriptors when running in big endian mode. Since the swapping occurs on 64 bits words, we also need to provide a separate structure layout for the DMA descriptors between little endian and big endian mode, like is done in the mv643xx_eth driver. Signed-off-by: Thomas Petazzoni Signed-off-by: David S. Miller --- Reading git-format-patch failed