]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'systemport-sf2-mdio-endian'
authorDavid S. Miller <davem@davemloft.net>
Tue, 29 Aug 2017 21:42:17 +0000 (14:42 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 29 Aug 2017 21:42:17 +0000 (14:42 -0700)
commit58ac6a41b5f381cdeac6d4139aaab78458242803
tree3b6489d5994a8f1978d970d1e13e6a68dee3a134
parenta6110fe7fb92fce363e60b8c511a526464ac8fc1
parent82c2be60cc82be763e799b4d0ad904510dd6fb62
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>