]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'lan966x-ptp-programmable-pins'
authorDavid S. Miller <davem@davemloft.net>
Wed, 27 Apr 2022 11:03:18 +0000 (12:03 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 27 Apr 2022 11:03:18 +0000 (12:03 +0100)
commit1ff79fa654a6d1797e02ff9c7216e8e3972f0d21
tree7b30f621f6a22a45334606aea0365db4105f0bc0
parent7c4e2604752c9539369a8d8b1aa9029d542a42ab
parentae9384ec1cee40ece4db0c666c208c40eb313eb9
Merge branch 'lan966x-ptp-programmable-pins'

Horatiu Vultur says:

====================
net: lan966x: Add support for PTP programmable pins

Lan966x has 8 PTP programmable pins. The last pin is hardcoded to be used
by PHC0 and all the rest are shareable between the PHCs. The PTP pins can
implement both extts and perout functions.

v1->v2:
- use ptp_find_pin_unlocked instead of ptp_find_pin inside the irq handler.
====================

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