aboutsummaryrefslogtreecommitdiff
path: root/scripts/patch-kernel
diff options
context:
space:
mode:
authorAlexander Gordeev <[email protected]>2011-01-12 17:00:58 -0800
committerLinus Torvalds <[email protected]>2011-01-13 08:03:21 -0800
commita10203c691eac287664f531b149ddc23056c2f61 (patch)
treec1fc9f1430aeb7d2b73bc0509f85d6477f5c3c26 /scripts/patch-kernel
parent717c033669ed3ceaee8df57d4562fafcc1a6267a (diff)
pps: add parallel port PPS client
Add parallel port PPS client. It uses a standard method for capturing timestamps for assert edge transitions: getting a timestamp soon after an interrupt has happened. This is not a very precise source of time information due to interrupt handling delays. However, timestamps for clear edge transitions are much more precise because the interrupt handler continuously polls hardware port until the transition is done. Hardware port operations require only about 1us so the maximum error should not exceed this value. This was my primary goal when developing this client. Clear edge capture could be disabled using clear_wait parameter. Signed-off-by: Alexander Gordeev <[email protected]> Acked-by: Rodolfo Giometti <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions