Merge branch 'net-dsa-microchip-Further-regmap-cleanups'
authorDavid S. Miller <davem@davemloft.net>
Fri, 28 Jun 2019 02:25:02 +0000 (19:25 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 28 Jun 2019 02:25:02 +0000 (19:25 -0700)
commit702999ea377f622c5a1d877f8dafc17ce214e2d8
treed153ca78c45647491c8f39c033b5866c94870831
parentd7ee287827ef107420871651963770f8705cb56e
parentee353e4534435372f297c9f3e661f76d1e1f7b2b
Merge branch 'net-dsa-microchip-Further-regmap-cleanups'

Marek Vasut says:

====================
net: dsa: microchip: Further regmap cleanups

This patchset cleans up KSZ9477 switch driver by replacing various
ad-hoc polling implementations and register RMW with regmap functions.

Each polling function is replaced separately to make it easier to review
and possibly bisect, but maybe the patches can be squashed.
====================

Signed-off-by: Marek Vasut <marex@denx.de>
Signed-off-by: David S. Miller <davem@davemloft.net>