linux/tools/power/acpi
Thomas Renninger d7cddbb07b ACPI / tools: Introduce ec_access.c - tool to access the EC
This userspace tool accesses the EC through the ec_sys debug driver
(through /sys/kernel/debug/ec/ec0/io).

The EC command/data registers cannot be accessed directly, because they
may be manipulated by the AML interpreter in parallel.

The ec_sys driver synchronizes user space (debug) access with the AML
interpreter.

Signed-off-by: Thomas Renninger <trenn@suse.de>
[rjw: Changelog]
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
2014-04-28 12:36:56 +02:00
..
man ACPICA: acpidump: Cleanup tools/power/acpi makefiles. 2014-01-16 01:50:31 +01:00
tools ACPI / tools: Introduce ec_access.c - tool to access the EC 2014-04-28 12:36:56 +02:00
Makefile ACPI / tools: Introduce ec_access.c - tool to access the EC 2014-04-28 12:36:56 +02:00