[PATCH net v1 2/2] net: fec: Let fec_ptp have its own interrupt routine

2017-10-02 Thread Troy Kisky
This is better for code locality and should slightly speed up normal interrupts. This also allows PPS clock output to start working for i.mx7. This is because i.mx7 was already using the limit of 3 interrupts, and needed another. Signed-off-by: Troy Kisky --- If this patch is taken before the c

RE: [PATCH net v1 2/2] net: fec: Let fec_ptp have its own interrupt routine

2017-10-08 Thread Andy Duan
From: Troy Kisky Sent: Tuesday, October 03, 2017 8:05 AM >To: shawn@linaro.org; Andy Duan ; >netdev@vger.kernel.org; da...@davemloft.net >Cc: Fabio Estevam ; lzn...@gmail.com; Troy Kisky > >Subject: [PATCH net v1 2/2] net: fec: Let fec_ptp have its own interrupt >routine