[PATCH v5 5/8] input: misc: Add ABI docs for AXP20x PEK
From: Carlo Caione <hidden>
Date: 2014-05-01 12:29:31
Also in:
linux-arm-kernel
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Carlo Caione <hidden>
Date: 2014-05-01 12:29:31
Also in:
linux-arm-kernel
Subsystem:
the rest · Maintainer:
Linus Torvalds
Add ABI entries for the PEK found on PMU X-Powers AXP202 and AXP209. Signed-off-by: Carlo Caione <redacted> --- Documentation/ABI/testing/sysfs-driver-input-axp-pek | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Documentation/ABI/testing/sysfs-driver-input-axp-pek
diff --git a/Documentation/ABI/testing/sysfs-driver-input-axp-pek b/Documentation/ABI/testing/sysfs-driver-input-axp-pek
new file mode 100644
index 0000000..080563b
--- /dev/null
+++ b/Documentation/ABI/testing/sysfs-driver-input-axp-pek@@ -0,0 +1,11 @@ +What: /sys/class/input/input(x)/startup +Date: March 2014 +Contact: Carlo Caione <carlo-KA+7E9HrN00dnm+yROfE0A@public.gmane.org> +Description: Startup time in us. Board is powered on if the button is pressed + for more than <startup_time> + +What: /sys/class/input/input(x)/shutdown +Date: March 2014 +Contact: Carlo Caione <carlo-KA+7E9HrN00dnm+yROfE0A@public.gmane.org> +Description: Shutdown time in us. Board is powered off if the button is pressed + for more than <shutdown_time>
--
1.8.3.2