From patchwork Thu May 26 11:51:18 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Viresh Kumar X-Patchwork-Id: 577650 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 39D61C433F5 for ; Thu, 26 May 2022 11:51:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229786AbiEZLva (ORCPT ); Thu, 26 May 2022 07:51:30 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52630 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229530AbiEZLv3 (ORCPT ); Thu, 26 May 2022 07:51:29 -0400 Received: from mail-pj1-x102f.google.com (mail-pj1-x102f.google.com [IPv6:2607:f8b0:4864:20::102f]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 25AD7D0280 for ; Thu, 26 May 2022 04:51:28 -0700 (PDT) Received: by mail-pj1-x102f.google.com with SMTP id z11so1535692pjc.3 for ; Thu, 26 May 2022 04:51:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=6hnC4nBDrRSbLBaoHGIBxIYxbbmkrO8yd3eHf9/alzw=; b=jE39E1RvJEURSRbSoMz9m9Q/koczVR5fxk2AGYg0bRmx48WihlmBl+p0z7wS2CRGhZ 0AV+09aq+A8b+jURrxTe+WU9EmgkCdg0rGo2a68PXpfE9/C6b+m5vHi1is1jtNAPUIZx 5ITI8c8LzM9x0RK/Pya9yeaLsrqbgL34mLGF5YDDTQAxfXAcu2OnfGZnDSZ9okY5pq5M w8oRAp0nnpIL09IJANVHEhBak6sIVZ6Qf+VYsIdRxFh/D/MBMpQIC3AdQL4+p99ldjXY ECH4+i6Yqt6NGixTx2tQJqC9V36se/oEx0Uly2KpiOM07x/IBM0U8rBBepAlzZj9cS0E FtSg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=6hnC4nBDrRSbLBaoHGIBxIYxbbmkrO8yd3eHf9/alzw=; b=Ncs9I0UTMUzKbGjLDd4MewFhYn6mJWqFrwBxtxXYddytYpjYsUGsLfWeRjQa+9WVkq aghHqsqO7EADtjDTcjKQUUGDpyMSsgGsQM93eZSt+2hoDZkdCQujqHmplXt6Jn8jZXLv OMYrSwL/3K7HyALWqSdsCjpXLtMlrcgKwlrHjhNY0nCfrjbj6xIBgwOMOGAe/LpE63av lG6w04hGc4Ghec6542kY+qXg2cAeJPWfzCPfwVwCk4IlMdgCLEQfqOECWI3wR1oTtj1H hnmbMOS++9Sp9XGo9PrnUVifkfGCZM9GzuyugBk8F61PDoDrY+acbRj3kLqkLNgm0ZE7 hMeA== X-Gm-Message-State: AOAM530zh4cNc8/Cosx/f7LJgi+BaVgROQypsK1t9EVT7JM1ZwTWddTC IgbW5yJzvzJcexKYmTKyXkCDFA== X-Google-Smtp-Source: ABdhPJwuw66YNSXgMv+2kHOdywbyyiw7VZG0FDdLe9Ihqj/Z5cGtF85QfiLYrrFX2s/UjqdRhdNDnQ== X-Received: by 2002:a17:903:1108:b0:15f:bce:19f8 with SMTP id n8-20020a170903110800b0015f0bce19f8mr37653897plh.7.1653565887697; Thu, 26 May 2022 04:51:27 -0700 (PDT) Received: from localhost ([122.162.234.2]) by smtp.gmail.com with ESMTPSA id bj11-20020a170902850b00b0015e8d4eb242sm1330470plb.140.2022.05.26.04.51.27 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 26 May 2022 04:51:27 -0700 (PDT) From: Viresh Kumar To: "Rafael J. Wysocki" , Viresh Kumar Cc: linux-pm@vger.kernel.org, Vincent Guittot , linux-kernel@vger.kernel.org Subject: [PATCH 0/3] cpufreq: Minor cleanups Date: Thu, 26 May 2022 17:21:18 +0530 Message-Id: X-Mailer: git-send-email 2.31.1.272.g89b43f80a514 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org Hi Rafael, This series contains few cleanups, with no dependency between the patches. --- Viresh Viresh Kumar (3): cpufreq: Optimize cpufreq_show_cpus() cpufreq: Panic if policy is active in cpufreq_policy_free() cpufreq: Drop unnecessary cpus locking from store() drivers/cpufreq/cpufreq.c | 33 +++++++++++++++------------------ 1 file changed, 15 insertions(+), 18 deletions(-)