Merge branch 'systemport-sf2-mdio-endian'
commita7043f65f62c1799df15a6675b28e355939f8c06
authorDavid S. Miller <davem@davemloft.net>
Tue, 29 Aug 2017 21:42:17 +0000 (29 14:42 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 29 Aug 2017 21:42:17 +0000 (29 14:42 -0700)
tree3b6489d5994a8f1978d970d1e13e6a68dee3a134
parent7619de85d0654d33fb7dd06210adc1e00ccc35fc
parentcb51a0916ae768ecbb246535fa68bb1ae05e8c97
Merge branch 'systemport-sf2-mdio-endian'

Florian Fainelli says:

====================
Endian fixes for SYSTEMPORT/SF2/MDIO

While trying an ARM BE kernel for kinks, the 3 drivers below started not
working and the reasons why became pretty obvious because the register space
remains LE (hardwired), except for Broadcom MIPS where it follows the CPU's
native endian (let's call that a feature).
====================

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