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 08251C433FE for ; Wed, 23 Feb 2022 01:44:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236669AbiBWBpC (ORCPT ); Tue, 22 Feb 2022 20:45:02 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39472 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236836AbiBWBor (ORCPT ); Tue, 22 Feb 2022 20:44:47 -0500 Received: from mail-io1-xd2e.google.com (mail-io1-xd2e.google.com [IPv6:2607:f8b0:4864:20::d2e]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7AD4C50B34 for ; Tue, 22 Feb 2022 17:44:11 -0800 (PST) Received: by mail-io1-xd2e.google.com with SMTP id m185so22653601iof.10 for ; Tue, 22 Feb 2022 17:44:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=subject:to:cc:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-language:content-transfer-encoding; bh=7cLXIA7kCsT35AsaZrNb01D5uIgSrPIPE8REvI2l0I0=; b=OYkoXJtMcmG8d1V2+UoOUjy9YSVfMChfH8C9Zhfix/S0ui9YYJffwZXmQK3MK3OV5A SaCg/6FENJLAZWpiricYkc6jIbTQrlwcBEj7NDI9isnZwa450M7xDaKTmz4eWM9SXys8 8vUCF8W04jbwr3J/zC9c6uF6YmzlZ8voS2li4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=7cLXIA7kCsT35AsaZrNb01D5uIgSrPIPE8REvI2l0I0=; b=eZeLWnqIwONIMNQjL6kbZKWhncaBhnf0o00vZPFr5IzEUfakB9+wJyOtg727g9HWr6 6t3F11OzfEQSwjzEIvCu55dbgRogz+QQByMtCFQjeUg1PEHdq7ea4WT7XQ/rwcuKQaQ7 dVwfCdUVnLeXWAenkv+heOkyGPXAubauXifIjQjy8EgOTG21qiALB3qy5z6tBv3ustzO Piu7lEyymy4tEk4moYmHb5wafVwisRIfea8/e5I0m0myWkqZgNYGcvpnsb4L7D/uwkwG ZQUnzTbZjx1Xe6RzyI9Vq0ERSu5Ky2bndvmH5Aa0KFbAcXciSR3LJ93HCeZch7zIyDob gpqg== X-Gm-Message-State: AOAM532uYJ7idWB+8HdadlLh/Lsz338anPnzVlRrXcg0FNQIlOYQIzU2 QFQe2tiHaga+SqD2kYH3dlX8FA== X-Google-Smtp-Source: ABdhPJyQv7q+dJ73knBmOIm5S8YLeSqSj9w+moPjh1AT8x4SNBx5LfCaIxftRbweqEN3R0J1CCe4Ig== X-Received: by 2002:a02:a1d6:0:b0:314:af71:b38a with SMTP id o22-20020a02a1d6000000b00314af71b38amr17757891jah.95.1645580650085; Tue, 22 Feb 2022 17:44:10 -0800 (PST) Received: from [192.168.1.128] ([71.205.29.0]) by smtp.gmail.com with ESMTPSA id n15sm3365942ilo.26.2022.02.22.17.44.08 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 22 Feb 2022 17:44:09 -0800 (PST) Subject: Re: [PATCH v7 00/10] cpupower: Add AMD P-State Support To: Huang Rui , "Rafael J . Wysocki" , linux-pm@vger.kernel.org Cc: Deepak Sharma , Alex Deucher , Mario Limonciello , Steven Noonan , Nathan Fontenot , Jinzhou Su , Xiaojian Du , Perry Yuan , Jassmine Meng , Borislav Petkov , Peter Zijlstra , Ingo Molnar , Viresh Kumar , Steven Rostedt , Giovanni Gherdovich , linux-kernel@vger.kernel.org, Shuah Khan References: <20220222153426.2216974-1-ray.huang@amd.com> From: Shuah Khan Message-ID: Date: Tue, 22 Feb 2022 18:44:08 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1 MIME-Version: 1.0 In-Reply-To: <20220222153426.2216974-1-ray.huang@amd.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2/22/22 8:34 AM, Huang Rui wrote: > Hi Shuah, > > Since AMD P-State kernel is merged into 5.17-rc1, I would like to continue > revising the AMD P-State support for the CPUPower tool. These series are > rebased on latest bleeding-edge, any comments are warm for me. > > See patch series of CPUPower in below git repo: > V1: https://git.kernel.org/pub/scm/linux/kernel/git/rui/linux.git/log/?h=amd-pstate-dev-v1 > V2: https://git.kernel.org/pub/scm/linux/kernel/git/rui/linux.git/log/?h=amd-pstate-dev-v2 > V3: https://git.kernel.org/pub/scm/linux/kernel/git/rui/linux.git/log/?h=amd-pstate-dev-v3 > V4: https://git.kernel.org/pub/scm/linux/kernel/git/rui/linux.git/log/?h=amd-pstate-dev-v4 > V5: https://git.kernel.org/pub/scm/linux/kernel/git/rui/linux.git/log/?h=amd-pstate-dev-v5 > V6: https://git.kernel.org/pub/scm/linux/kernel/git/rui/linux.git/log/?h=cpupower-amd-pstate > V7: https://git.kernel.org/pub/scm/linux/kernel/git/rui/linux.git/log/?h=cpupower-amd-pstate-v7 > > > Changes from V6 -> V7: > - Fix the checkpatch warnings and errors. > - Revise the patch 9 to move the AMD P-State information prints out of > boost function. > - Add a new option to print the performance and frequency capabilities of > CPPC, and add related description in manpage documentation. > > Thank you. Applied to https://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux.git cpupower branch for Linux 5.18-rc1 thanks, -- Shuah