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 2AD54C2D0DB for ; Thu, 30 Jan 2020 14:47:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 04C10214DB for ; Thu, 30 Jan 2020 14:47:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727452AbgA3Orn (ORCPT ); Thu, 30 Jan 2020 09:47:43 -0500 Received: from cloudserver094114.home.pl ([79.96.170.134]:51265 "EHLO cloudserver094114.home.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727241AbgA3Orl (ORCPT ); Thu, 30 Jan 2020 09:47:41 -0500 Received: from 79.184.253.19.ipv4.supernova.orange.pl (79.184.253.19) (HELO kreacher.localnet) by serwer1319399.home.pl (79.96.170.134) with SMTP (IdeaSmtpServer 0.83.341) id 41d897d1c2f42d75; Thu, 30 Jan 2020 15:47:39 +0100 From: "Rafael J. Wysocki" To: Linux PM Cc: Linux ACPI , LKML , Len Brown , Zhang Rui , David Box , Artem Bityutskiy Subject: [PATCH 0/2] intel_idle: Two new module parameters Date: Thu, 30 Jan 2020 15:44:40 +0100 Message-ID: <1720216.0Jr2BLnqKp@kreacher> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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. Thanks, Rafael