commit | 6d2ac8ee67d335983f1c9106fc8deebb89290505 | [log] [tgz] |
---|---|---|
author | Andrew Lunn <andrew@lunn.ch> | Wed Jul 18 22:38:20 2018 +0200 |
committer | David S. Miller <davem@davemloft.net> | Wed Jul 18 15:05:38 2018 -0700 |
tree | 99d7c7f21f61f32a7f0dab5748dd1813b0513a56 | |
parent | 0725345e5f05688ae56ca706fcc7aaff9a77313e [diff] |
net: dsa: mv88e6xxx: Abstract PTP operations The mv88e6165 family supports PTP, but its registers use a different layout to the currently supported devices. Abstract accessing the PTP registers into a set of ops, so making space for a second implementation. Signed-off-by: Andrew Lunn <andrew@lunn.ch> Acked-by: Richard Cochran <richardcochran@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>