intel_idle: Introduce 'use_acpi' module parameter
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 3 Feb 2020 10:57:08 +0000 (11:57 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 3 Feb 2020 10:57:08 +0000 (11:57 +0100)
commit3a5be9b8f43346a24f31c0017cb2566a6b2c72c5
tree346315651d61e9e5ee7e7263a76dff66e5346db8
parentcf3c8f84d1401fed5010784034d104cc689061d5
intel_idle: Introduce 'use_acpi' module parameter

For diagnostics, it is generally useful to be able to make intel_idle
take the system's ACPI tables into consideration even if that is not
required for the processor model in there, so introduce a new module
parameter, 'use_acpi', to make that happen and update the documentation
to cover it.

While at it, fix the 'no_acpi' module parameter name in the
documentation.

Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Documentation/admin-guide/pm/intel_idle.rst
drivers/idle/intel_idle.c