OSDN Git Service

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)
commit14260e91707a7844206aeac10daa462cd3b1538d
tree47be576ff3c35bdff226d916ee5f68ebba50957b
parent0725345e5f05688ae56ca706fcc7aaff9a77313e
parentdf31b74ce132c20d309aaada8b2fb67c35da5fad
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>