Comment 5 for bug 1960259

Revision history for this message
Ilya Tatar (itatar) wrote :

The main requirement for our project is to know when a certain GPIO line level changed. It is not good enough to look at the current time of when the user space call back got executed. The callback function in user space must have a timestamp parameter set by the driver that reflects the actual time at which the GPIO level changed. Under most system loads, the accuracy of the reported time stamp shall be within 5ms.