Re: [PATCH] ACPI / processor_idle: Set default C1 state description

2018-02-08 Thread Rafael J. Wysocki
On Monday, January 29, 2018 9:22:49 PM CET Yazen Ghannam wrote: > From: Yazen Ghannam > > The acpi_idle driver will default to ACPI_CSTATE_HALT for C1 if a _CST > object for C1 is not defined. However, the description will not be set, > so users will see "" when reading the description from sysfs

[PATCH] ACPI / processor_idle: Set default C1 state description

2018-01-29 Thread Yazen Ghannam
From: Yazen Ghannam The acpi_idle driver will default to ACPI_CSTATE_HALT for C1 if a _CST object for C1 is not defined. However, the description will not be set, so users will see "" when reading the description from sysfs. Set the C1 state description when defaulting to ACPI_CSTATE_HALT. Sign