net: phy: micrel: Add support for PTP_PF_EXTTS for lan8814
authorHoratiu Vultur <horatiu.vultur@microchip.com>
Fri, 26 Apr 2024 14:02:24 +0000 (16:02 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 29 Apr 2024 12:37:19 +0000 (13:37 +0100)
commitb3f1a08fcf0dd58d99b14b9f8fbd1929f188b746
treedb38fa8450dfd9cc2e92db2f99a078a9addb400b
parent3208bdd0f560bc417e8ae1e1fc8a236d2c2489d4
net: phy: micrel: Add support for PTP_PF_EXTTS for lan8814

Extend the PTP programmable gpios to implement also PTP_PF_EXTTS
function. The pins can be configured to capture both of rising
and falling edge. Once the event is seen, then an interrupt is
generated and the LTC is saved in the registers.
On lan8814 only GPIO 3 can be configured for this.

This was tested using:
ts2phc -m -l 7 -s generic -f ts2phc.cfg

Where the configuration was the following:
    ---
    [global]
    ts2phc.pin_index  3

    [eth0]
    ---

Reviewed-by: Vadim Fedorenko <vadim.fedorenko@linux.dev>
Signed-off-by: Horatiu Vultur <horatiu.vultur@microchip.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/micrel.c