From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D3E13C3524D for ; Mon, 3 Feb 2020 11:19:40 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B4D9521927 for ; Mon, 3 Feb 2020 11:19:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727946AbgBCLTg (ORCPT ); Mon, 3 Feb 2020 06:19:36 -0500 Received: from cloudserver094114.home.pl ([79.96.170.134]:41854 "EHLO cloudserver094114.home.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726994AbgBCLT3 (ORCPT ); Mon, 3 Feb 2020 06:19:29 -0500 Received: from 79.184.253.222.ipv4.supernova.orange.pl (79.184.253.222) (HELO kreacher.localnet) by serwer1319399.home.pl (79.96.170.134) with SMTP (IdeaSmtpServer 0.83.341) id db64699071c4b765; Mon, 3 Feb 2020 12:19:26 +0100 From: "Rafael J. Wysocki" To: "Rafael J. Wysocki" Cc: Linux PM , Linux ACPI , LKML , Len Brown , Zhang Rui , David Box , Artem Bityutskiy Subject: [PATCH v2 0/2] intel_idle: Two new module parameters Date: Mon, 03 Feb 2020 12:13:41 +0100 Message-ID: <1921392.EN65KG1giI@kreacher> In-Reply-To: <1720216.0Jr2BLnqKp@kreacher> References: <1720216.0Jr2BLnqKp@kreacher> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-acpi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org On Thursday, January 30, 2020 3:44:40 PM CET Rafael J. Wysocki wrote: > Hi All, > > This series adds to module parameters to intel_idle (on top of the material > already in the mainline since Monday), one to make it use ACPI even if that > is not enabled for the processor model present in the system and the other > one to allow passing a list of idle states to disable by default to it. > > Details in the patch changelogs. This is a small update of the original set fixing a build issue in the first patch and addressing a couple of review comments in the second one. Thanks, Rafael