Re: [PATCH 1/2] sh_eth: remove EDMAC_BIG_ENDIAN

2015-12-27 Thread Simon Horman
On Mon, Dec 28, 2015 at 02:07:08AM +0300, Sergei Shtylyov wrote: > Commit 71557a37adb5 ("[netdrvr] sh_eth: Add SH7619 support") added support > for the big-endian EDMAC descriptors. However, it was never used and never > worked right until the recent driver fixes. I think we now can just remove

[PATCH 1/2] sh_eth: remove EDMAC_BIG_ENDIAN

2015-12-27 Thread Sergei Shtylyov
Commit 71557a37adb5 ("[netdrvr] sh_eth: Add SH7619 support") added support for the big-endian EDMAC descriptors. However, it was never used and never worked right until the recent driver fixes. I think we now can just remove this support, it was only burdening the driver from the start. It shou