mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-25 00:52:45 -04:00
The new debugfs entry 'uptime' is being made available to userspace so that a userspace daemon can synchronize EC logs with host time. Signed-off-by: Tim Wawrzynczak <twawrzynczak@chromium.org> [rework based on Tim's first approach] Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com> Tested-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
9 lines
322 B
Plaintext
9 lines
322 B
Plaintext
What: /sys/kernel/debug/<cros-ec-device>/uptime
|
|
Date: June 2019
|
|
KernelVersion: 5.3
|
|
Description:
|
|
A u32 providing the time since EC booted in ms. This is
|
|
is used for synchronizing the AP host time with the EC
|
|
log. An error is returned if the command is not supported
|
|
by the EC or there is a communication problem.
|