Received: by 2002:a25:1506:0:0:0:0:0 with SMTP id 6csp1017139ybv; Thu, 13 Feb 2020 14:05:55 -0800 (PST) X-Google-Smtp-Source: APXvYqyfr754wf6GgfoyDKWPweLkwnwFXe8s7ig6e0RuWEeqp5K/YdhbS6YsBkBhrOiqKynzeF29 X-Received: by 2002:aca:d15:: with SMTP id 21mr4522173oin.120.1581631555131; Thu, 13 Feb 2020 14:05:55 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1581631555; cv=none; d=google.com; s=arc-20160816; b=jlYO4wyZniDE8TywRy1tGTLyKOpsZwALGoAvw8xSi5JRMq40FGD+crG/E4tv1BLVlK OJ5GRvqVLoh5UGkJ9ebg4YooE88VmZgFDBkkdZLM405j2PCY9bQRHV7FmwjdH3QM+K5U 3/g2u1Wm+Rn9JwVQcHfo1kpzxGOvW8xSt1brwypW+cbsEIZ06F2dE+6vLrU/6JUWUClU A9JE0IAMgwrgVdtTzs5phW0/uTPZ5T0QO4jwS6G6OJRr+Q/2tsV5kS4DyRxdjZXqHvtJ KpJbCK/HZYD6ZiB6EuI/h6/CoBE+RLpoZI2iJqzt4PBR9DvhPAvwliqySkd9MjCeqdKy FbKQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=GtWbcKrhrAllODuQCQPWM+IA4rkIP/uPC0CncOnA7E4=; b=sYgqKnbkxg/VuOrD9xTujaOQeXsDYy4xTepX7eF30crQCVWWEe0RZYhYs7a2wzc+EV HXWjbcr5aGF06/wByIxody+V0bPOJEkgnIanyNhP8Kcn7lGV7LgeSeE3NlljmrNa4SBh PUWAVrbxEERph9ayVyx7LnoAIDVdazrbdJegnS3tECZz9UdHEsndHxkYtJpDAyoSHIdb fprL72Q6NqdV3auDi1hhXt/3IwhU4NSkGHtVh9Bal/5R1rLuWpPFljePNM19qbx8Y1vN teunmCuH1coZzUAaz5IQcj2RoOdh/+E5pLalXo45QvqQLUPK8qfkaoDt9/BEPGrtZC26 SpvA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id c5si1861986oto.74.2020.02.13.14.05.41; Thu, 13 Feb 2020 14:05:55 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728034AbgBMWFU (ORCPT + 99 others); Thu, 13 Feb 2020 17:05:20 -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-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@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!