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

2017-10-18 Thread Andy Duan
From: Troy Kisky Sent: Thursday, October 19, 2017 2:30 AM >On 10/18/2017 11:10 AM, Troy Kisky wrote: >> On 10/17/2017 7:30 PM, Andy Duan wrote: >>> From: Troy Kisky Sent: Wednesday, >>> October 18, 2017 5:34 AM >> This is better for code locality and should slightly speed up >> normal >>

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

2017-10-18 Thread Troy Kisky
On 10/18/2017 11:10 AM, Troy Kisky wrote: > On 10/17/2017 7:30 PM, Andy Duan wrote: >> From: Troy Kisky Sent: Wednesday, October >> 18, 2017 5:34 AM > This is better for code locality and should slightly speed up normal >>> interrupts. > > This also allows PPS clock output to start wo

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

2017-10-18 Thread Troy Kisky
On 10/17/2017 7:30 PM, Andy Duan wrote: > From: Troy Kisky Sent: Wednesday, October > 18, 2017 5:34 AM 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 w

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

2017-10-17 Thread Andy Duan
From: Troy Kisky Sent: Wednesday, October 18, 2017 5:34 AM >>> 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 nee

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

2017-10-17 Thread Troy Kisky
On 10/15/2017 8:41 PM, Andy Duan wrote: > From: Troy Kisky Sent: Saturday, October 14, > 2017 10:10 AM >> 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 u

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

2017-10-15 Thread Andy Duan
From: Troy Kisky Sent: Saturday, October 14, 2017 10:10 AM >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. >

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

2017-10-13 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 --- v2: made this change independent o