summaryrefslogtreecommitdiffstats
path: root/Documentation/ABI
diff options
context:
space:
mode:
authorTim Wawrzynczak2019-06-13 19:57:36 +0200
committerEnric Balletbo i Serra2019-06-18 10:07:13 +0200
commite90716a6612150218aaff1fd47ca6de954100a06 (patch)
treeccfae2f4789fdf355865630fbb3db2c248c15061 /Documentation/ABI
parentMerge tag 'ib-mfd-cros-v5.3' into chrome-platform/for-next (diff)
downloadkernel-qcow2-linux-e90716a6612150218aaff1fd47ca6de954100a06.tar.gz
kernel-qcow2-linux-e90716a6612150218aaff1fd47ca6de954100a06.tar.xz
kernel-qcow2-linux-e90716a6612150218aaff1fd47ca6de954100a06.zip
platform/chrome: cros_ec_debugfs: Add debugfs entry to retrieve EC uptime
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>
Diffstat (limited to 'Documentation/ABI')
-rw-r--r--Documentation/ABI/testing/debugfs-cros-ec8
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/ABI/testing/debugfs-cros-ec b/Documentation/ABI/testing/debugfs-cros-ec
new file mode 100644
index 000000000000..c91da2d374aa
--- /dev/null
+++ b/Documentation/ABI/testing/debugfs-cros-ec
@@ -0,0 +1,8 @@
+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.