ACPI / EC: Add detailed command/query debugging information.
authorLv Zheng <lv.zheng@intel.com>
Tue, 14 Oct 2014 06:23:49 +0000 (14:23 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 20 Oct 2014 22:44:53 +0000 (00:44 +0200)
commite34c0e2bb4046d574224de3752642177a45a067a
treee8633c91062115aeb5ff084fbefcfb05c7a6e0e5
parent459572a7503bccb5435936488088c8db4f51d3ab
ACPI / EC: Add detailed command/query debugging information.

Developers really don't need to translate EC commands in mind. This patch
adds detailed debugging information for the EC commands.
The address can be found in the follow-up sequential EC_DATA(W) accesses,
thus this patch also removes some of the redundant address information.

Signed-off-by: Lv Zheng <lv.zheng@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/ec.c