]> asedeno.scripts.mit.edu Git - linux.git/commit
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)
commit2a369ae003881612ef5c2f03adcfc0ddc4ea817e
treeb8b355013ec19637c6f26d2686e6975b877c5942
parentac97a359b72d340e1c04083451b1c6d2f41eb317
parent73f7375d3ed6ad372f1e9404007a0c866063d773
Merge branch 'net-ll_temac-x86_64-support'

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>