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
>>
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
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
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
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
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.
>
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