Searched hist:"6 c691405bcaf8f1a7413416cc757756cfb060875" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/ethernet/ti/ |
H A D | cpts.c | diff 6c691405bcaf8f1a7413416cc757756cfb060875 Tue Dec 06 18:00:37 CST 2016 Grygorii Strashko <grygorii.strashko@ti.com> net: ethernet: ti: cpts: fix registration order
The ptp clock registered before spinlock, which is protecting it, and before timecounter and cyclecounter initialization in cpts_register().
So, ensure that ptp clock is registered the last, after everything else is done.
Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com> Acked-by: Richard Cochran <richardcochran@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|