]> asedeno.scripts.mit.edu Git - linux.git/commit
ACPICA: Divergences: reduce access size definitions
authorLv Zheng <lv.zheng@intel.com>
Thu, 3 Aug 2017 06:26:19 +0000 (14:26 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 3 Aug 2017 21:34:15 +0000 (23:34 +0200)
commit4eebedd8f1a6609739c2e9a9b020791b23cbcceb
tree0f971e4f5bda4df87f5b2153d11b88b958ec8472
parentab539eaa50c6a97f1d6287c5ce3ee75155cb10b8
ACPICA: Divergences: reduce access size definitions

ACPICA commit cf27b3c98883d2a15d932016792fcb8272ace96d

The following commit introduces definition of access width to ACPICA.
  Commit: 2bece49394872d36bbc5767fd643deac05920c55
  Subject: ACPI: SPCR: Use access width to determine mmio usage

Actually the access bit width can be calculated via access width. It
would be better to define a macro calculating bit width rather than
defining fixed values. This patch thus cleans up the definitions to
reduce divergences.

Link: https://github.com/acpica/acpica/commit/cf27b3c9
Signed-off-by: Lv Zheng <lv.zheng@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/acpica/hwregs.c
drivers/acpi/spcr.c
include/acpi/acrestyp.h
include/acpi/actypes.h