On Sun, Jan 21, 2018 at 10:30 PM, Bartosz Golaszewski <brgl@xxxxxxxx> wrote: > 2018-01-21 16:49 GMT+01:00 Linus Walleij <linus.walleij@xxxxxxxxxx>: >> On Fri, Jan 19, 2018 at 2:28 PM, Bartosz Golaszewski <brgl@xxxxxxxx> wrote: > I was not aware of this, but it seems you're right! Nice catch, thanks. > > How about defining a local struct gpiod_timespec with both seconds and > nanoseconds explicitly defined to uint64_t? Where is that timestamp generated? Is this purely a user space interface with the time read from gettimeofday(), or are we talking about a new kernel-to-user interface? In a lot of cases, a simple 64-bit nanosecond counter using CLOCK_MONOTONIC timestamps is the most robust and simple solution. Arnd -- To unsubscribe from this list: send the line "unsubscribe linux-gpio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html