From patchwork Tue Feb 19 23:21:34 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Rafael J. Wysocki" X-Patchwork-Id: 10820859 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 7C39E6CB for ; Tue, 19 Feb 2019 23:28:16 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 691D528D89 for ; Tue, 19 Feb 2019 23:28:16 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 5D0E72C5E4; Tue, 19 Feb 2019 23:28:16 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.6 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI,RCVD_IN_RP_RNBL autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 2243128D89 for ; Tue, 19 Feb 2019 23:28:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726405AbfBSX2P (ORCPT ); Tue, 19 Feb 2019 18:28:15 -0500 Received: from cloudserver094114.home.pl ([79.96.170.134]:48644 "EHLO cloudserver094114.home.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729881AbfBSX2F (ORCPT ); Tue, 19 Feb 2019 18:28:05 -0500 Received: from 79.184.254.15.ipv4.supernova.orange.pl (79.184.254.15) (HELO aspire.rjw.lan) by serwer1319399.home.pl (79.96.170.134) with SMTP (IdeaSmtpServer 0.83.183) id 9adab35a4c278c72; Wed, 20 Feb 2019 00:28:03 +0100 From: "Rafael J. Wysocki" To: Linux PM Cc: LKML , Viresh Kumar Subject: [PATCH 0/4] cpufreq: Assorted cleanups related to cpufreq_set_policy() Date: Wed, 20 Feb 2019 00:21:34 +0100 Message-ID: <11668536.bBDtnvkYQE@aspire.rjw.lan> MIME-Version: 1.0 Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Hi, There are a few things related to cpufreq_set_policy() and cpufreq_update_policy() that increase the level of confusion thereof quite unnecessarily, so this series attempts to clean them up. Please refer to the patch changelogs for details. Please let me know if you see any problems with these patches. Thanks, Rafael Acked-by: Viresh Kumar