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 X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2179DC433ED for ; Tue, 18 May 2021 11:33:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0144F611BD for ; Tue, 18 May 2021 11:33:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1348876AbhERLe2 (ORCPT ); Tue, 18 May 2021 07:34:28 -0400 Received: from mx2.suse.de ([195.135.220.15]:59330 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1348839AbhERLeV (ORCPT ); Tue, 18 May 2021 07:34:21 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id 66DBFAF19; Tue, 18 May 2021 11:33:02 +0000 (UTC) Message-ID: Subject: Re: [PATCH v2] cpufreq: intel_pstate: Add Icelake servers support in no-HWP mode From: Giovanni Gherdovich To: "Rafael J. Wysocki" , Doug Smythies Cc: "Rafael J . Wysocki" , Viresh Kumar , Srinivas Pandruvada , Len Brown , Linux PM list , Linux Kernel Mailing List Date: Tue, 18 May 2021 13:33:02 +0200 In-Reply-To: References: <20210513132051.31465-1-ggherdovich@suse.cz> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.34.4 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org On Mon, 2021-05-17 at 17:26 +0200, Rafael J. Wysocki wrote: > On Fri, May 14, 2021 at 5:31 PM Doug Smythies wrote: > > Hi All, > > > > Can I on-board to this patch or do you want me to submit another? > > Please send another one. Hello Rafael, Doug, I can resend a series with two patches, one adding ICELAKE_X and the second adding COMETLAKE to the intel_pstate_cpu_ids array. I'll prepare it. Giovanni