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=-5.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=unavailable 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 C4616C352A3 for ; Thu, 13 Feb 2020 22:05:24 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 9F733217F4 for ; Thu, 13 Feb 2020 22:05:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727705AbgBMWFT (ORCPT ); Thu, 13 Feb 2020 17:05:19 -0500 Received: from cloudserver094114.home.pl ([79.96.170.134]:47208 "EHLO cloudserver094114.home.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728446AbgBMWFI (ORCPT ); Thu, 13 Feb 2020 17:05:08 -0500 Received: from 79.184.254.199.ipv4.supernova.orange.pl (79.184.254.199) (HELO kreacher.localnet) by serwer1319399.home.pl (79.96.170.134) with SMTP (IdeaSmtpServer 0.83.341) id 79f6eeb3f55caea7; Thu, 13 Feb 2020 23:05:06 +0100 From: "Rafael J. Wysocki" To: Linux PM Cc: Len Brown , LKML , Zhang Rui , "Rafael J. Wysocki" , Chen Yu Subject: [PATCH 0/9] intel_idle: More assorted cleanups Date: Thu, 13 Feb 2020 22:58:31 +0100 Message-ID: <2960689.qre192dJKD@kreacher> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org Hi All, This series of intel_idle cleanups (on top of 5.6-rc1) simplifies the code, improves kerneldoc comments, reduces the post-initialization memory footprint of the driver and makes some cosmetic changes, including bumping up the version number which deserves that due to the recent significant changes. Please refer to the changelogs of individual patches for details. For easier access the series is available as a git branch at: git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \ intel_idle-cleanup Thanks!