From patchwork Fri Jan 10 10:42:10 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Rafael J. Wysocki" X-Patchwork-Id: 213066 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 2105CC33CA2 for ; Fri, 10 Jan 2020 10:58:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id F2AA32087F for ; Fri, 10 Jan 2020 10:58:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727772AbgAJK6B (ORCPT ); Fri, 10 Jan 2020 05:58:01 -0500 Received: from cloudserver094114.home.pl ([79.96.170.134]:42463 "EHLO cloudserver094114.home.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727750AbgAJK6B (ORCPT ); Fri, 10 Jan 2020 05:58:01 -0500 Received: from 79.184.255.90.ipv4.supernova.orange.pl (79.184.255.90) (HELO kreacher.localnet) by serwer1319399.home.pl (79.96.170.134) with SMTP (IdeaSmtpServer 0.83.320) id e173ec268ea07694; Fri, 10 Jan 2020 11:57:59 +0100 From: "Rafael J. Wysocki" To: Linux PM Cc: LKML , Len Brown , Zhang Rui Subject: [PATCH 0/8] intel_idle: Assorted cleanups Date: Fri, 10 Jan 2020 11:42:10 +0100 Message-ID: <14127826.m9lEolTOYu@kreacher> MIME-Version: 1.0 Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org Hi All, The intel_idle driver can be cleaned up somewhat after the recent changes made to it (present in linux-next at this time). This series of patches goes in that direction and none of the patches in it is expected to alter the functionality of the driver. The series applies on top of linux-next from yesterday. Thanks, Rafael