mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 12:28:41 +08:00
tools: gpio: add support for reporting realtime event clock to lsgpio
Add support for reporting if a line is configured to report realtime timestamps in events. Signed-off-by: Kent Gibson <warthog618@gmail.com> Link: https://lore.kernel.org/r/20201014231158.34117-3-warthog618@gmail.com Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
26d060e47e
commit
da777be6de
@ -65,6 +65,10 @@ struct gpio_flag flagnames[] = {
|
||||
.name = "bias-disabled",
|
||||
.mask = GPIO_V2_LINE_FLAG_BIAS_DISABLED,
|
||||
},
|
||||
{
|
||||
.name = "clock-realtime",
|
||||
.mask = GPIO_V2_LINE_FLAG_EVENT_CLOCK_REALTIME,
|
||||
},
|
||||
};
|
||||
|
||||
static void print_attributes(struct gpio_v2_line_info *info)
|
||||
|
Loading…
Reference in New Issue
Block a user