]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'PTP-support-for-mv88e6165-family'
authorDavid S. Miller <davem@davemloft.net>
Wed, 18 Jul 2018 22:05:39 +0000 (15:05 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 18 Jul 2018 22:05:39 +0000 (15:05 -0700)
commit4b588ba8506fa4db7720a6dcdaec964acd7a24f9
tree47be576ff3c35bdff226d916ee5f68ebba50957b
parentedb4c613225fa98349ea784240cc4992da358dc8
parent64421c0b95f75c9756e295bfc88b0dea397920cb
Merge branch 'PTP-support-for-mv88e6165-family'

Andrew Lunn says:

====================
PTP support for mv88e6165 family

The mv88e6165 family of switches supports PTP. It is however not fully
compatible with the current PTP support in the mv88e6xxx driver. This
patchset adds a level of abstraction to the PTP code, and then adds
the code needed to support the mv88e6165 family.

v2: Correctly cluster local variables in mv88e6xxx_ptp_setup()
    Added Acked-by: Richard Cochran <richardcochran@gmail.com>
====================

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