ACPI / Fan: Use bus id as the name for non PNP0C0B (Fan) devices
authorSrinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Wed, 10 Dec 2014 00:15:40 +0000 (16:15 -0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 10 Dec 2014 23:29:02 +0000 (00:29 +0100)
commitbbb16fef19122ec9f20fb865c45375e12f85d2a1
tree0a45a79cf829bd343b473c89bc9847b84631f782
parentb2776bf7149bddd1f4161f14f79520f17fc1d71d
ACPI / Fan: Use bus id as the name for non PNP0C0B (Fan) devices

The _ART (Active Cooling Relationship Table), specifies relationship
among heat generating sources to a target active cooling device like
fan. The _ART table refers to actual bus id name for specifying relationship.
Naming "Fan" is not enough as name in the _ART table can change on every
platform, to establish relationship for user space thermal controllers.

Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/fan.c