You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
ixp4xx_eth: Support the get_ts_info ethtool method.
Signed-off-by: Richard Cochran <richardcochran@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
a85bbddd08
commit
509a7c2572
@@ -284,6 +284,7 @@ static void __exit ptp_ixp_exit(void)
|
||||
{
|
||||
free_irq(MASTER_IRQ, &ixp_clock);
|
||||
free_irq(SLAVE_IRQ, &ixp_clock);
|
||||
ixp46x_phc_clock = -1;
|
||||
ptp_clock_unregister(ixp_clock.ptp_clock);
|
||||
}
|
||||
|
||||
@@ -302,6 +303,8 @@ static int __init ptp_ixp_init(void)
|
||||
if (IS_ERR(ixp_clock.ptp_clock))
|
||||
return PTR_ERR(ixp_clock.ptp_clock);
|
||||
|
||||
ixp46x_phc_clock = ptp_clock_index(ixp_clock.ptp_clock);
|
||||
|
||||
__raw_writel(DEFAULT_ADDEND, &ixp_clock.regs->addend);
|
||||
__raw_writel(1, &ixp_clock.regs->trgt_lo);
|
||||
__raw_writel(0, &ixp_clock.regs->trgt_hi);
|
||||
|
||||
Reference in New Issue
Block a user