Re: [PATCH v2 1/2] ACPI / CPPC: Add a helper to get desired performance

2019-02-14 Thread Rafael J. Wysocki
On Thu, Feb 14, 2019 at 8:46 AM Xiongfeng Wang wrote: > > This patch add a helper to get the value of desired performance > register. > > Signed-off-by: Xiongfeng Wang > --- > drivers/acpi/cppc_acpi.c | 38 ++ > include/acpi/cppc_acpi.h | 1 + > 2 files chang

[PATCH v2 1/2] ACPI / CPPC: Add a helper to get desired performance

2019-02-13 Thread Xiongfeng Wang
This patch add a helper to get the value of desired performance register. Signed-off-by: Xiongfeng Wang --- drivers/acpi/cppc_acpi.c | 38 ++ include/acpi/cppc_acpi.h | 1 + 2 files changed, 39 insertions(+) diff --git a/drivers/acpi/cppc_acpi.c b/drivers/ac