OSDN Git Service

Merge branch 'net-ll_temac-x86_64-support'
authorDavid S. Miller <davem@davemloft.net>
Wed, 1 May 2019 18:33:31 +0000 (14:33 -0400)
committerDavid S. Miller <davem@davemloft.net>
Wed, 1 May 2019 18:33:31 +0000 (14:33 -0400)
Esben Haabendal says:

====================
net: ll_temac: x86_64 support

This patch series adds support for use of ll_temac driver with
platform_data configuration and fixes endianess and 64-bit problems so
that it can be used on x86_64 platform.

A few bugfixes are also included.

Changes since v2:
  - Fixed lp->indirect_mutex initialization regression for OF
    platforms introduced in v2

Changes since v1:
  - Make indirect_mutex specification mandatory when using platform_data
  - Move header to include/linux/platform_data
  - Enable COMPILE_TEST for XILINX_LL_TEMAC
  - Rebased to v5.1-rc7
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge