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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3E87BC433EF for ; Thu, 26 May 2022 11:51:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232790AbiEZLvb (ORCPT ); Thu, 26 May 2022 07:51:31 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52628 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229619AbiEZLv3 (ORCPT ); Thu, 26 May 2022 07:51:29 -0400 Received: from mail-pj1-x102b.google.com (mail-pj1-x102b.google.com [IPv6:2607:f8b0:4864:20::102b]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 250132CDF9 for ; Thu, 26 May 2022 04:51:28 -0700 (PDT) Received: by mail-pj1-x102b.google.com with SMTP id cs3-20020a17090af50300b001e0808b5838so1534268pjb.1 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=4P+5Sdof93uPDrR9Qu9b7eVNuNSHnBEfGNrq45XUkWmacDOIqmvpkXO/GqtUhyZ4yM UrRSYFFFkDy4o/7fr/fj5L6494EZ/9uMdUwQ+WIajbSNCrCjQ8HxImgN/23ItOT7qP/w MlAsTnFrwBrz1JNHANXruW/xOf3HzB3zdDNYElRvQgoAjFLX1ZjE3y9jBatIDY5kKDsU L77IY7WCJH2v6wdPoUNFkelOvjPvYyPwU9dAD6Gta/1559v0MP10mvZxqFNyd7NW0IH7 KZxoey21KDMO6z7v1/OkC90djy03fjnQYkJS5KuwYasg3PQb1MID0sTcTBzD7UkCQPsj HnVg== X-Gm-Message-State: AOAM532lQsuWmcveqFLBPkyJek7tZfSTx28TH0yckoJEv51f3rvtbrCN EOPULDW2YlYCAgbRTs6w8JBDOLTRuG94SA== 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 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@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(-) -- 2.31.1.272.g89b43f80a514