]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'Convert-mv88e6060-to-mdio-device'
authorDavid S. Miller <davem@davemloft.net>
Wed, 1 May 2019 03:15:45 +0000 (23:15 -0400)
committerDavid S. Miller <davem@davemloft.net>
Wed, 1 May 2019 03:15:45 +0000 (23:15 -0400)
commit51150dbbc4067b61bea5e6c68fdb3af01ea002d9
treeed9f873f8bb538b2c571e73a574ecb0ca4e06b7b
parent8e5aa5a411d9c73a6f5440bd4e1894bd34b9358d
parenta834b55d74d7171d4d0f5caa1f9b6417700de9fe
Merge branch 'Convert-mv88e6060-to-mdio-device'

Andrew Lunn says:

====================
Convert mv88e6060 to mdio device

This patchset builds upon the previous patches to mv88e6060. It adds
support for probing the switch as an MDIO device and then removes the
legacy probe method. Since this is the last device supporting legacy
probe, this allows legacy probe to be removed, originally planned to
be removed in 4.17, but took a bit longer.

This change to the mv88e6060 is more risky than the previous
patchset. Some attempts to test it have been made, by hacking the
driver to match on an mv88e6352 so that it probes. These changes are
all about probe, so it is a reasonable test. But testing on a real
mv88e6060 would be great.
====================

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