From patchwork Thu Sep 26 12:54:54 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Prarit Bhargava X-Patchwork-Id: 11162731 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 205F617D4 for ; Thu, 26 Sep 2019 12:55:13 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 04BE2222C0 for ; Thu, 26 Sep 2019 12:55:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726354AbfIZMzL (ORCPT ); Thu, 26 Sep 2019 08:55:11 -0400 Received: from mx1.redhat.com ([209.132.183.28]:35356 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725768AbfIZMzL (ORCPT ); Thu, 26 Sep 2019 08:55:11 -0400 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 74CBE796E0; Thu, 26 Sep 2019 12:55:11 +0000 (UTC) Received: from prarit.bos.redhat.com (prarit-guest.khw1.lab.eng.bos.redhat.com [10.16.200.63]) by smtp.corp.redhat.com (Postfix) with ESMTP id A837460A97; Thu, 26 Sep 2019 12:55:09 +0000 (UTC) From: Prarit Bhargava To: platform-driver-x86@vger.kernel.org Cc: linux-kernel@vger.kernel.org, Prarit Bhargava Subject: [PATCH 0/7] intel-speed-select: Add CascadeLake-N support Date: Thu, 26 Sep 2019 08:54:54 -0400 Message-Id: <20190926125501.1616-1-prarit@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.25]); Thu, 26 Sep 2019 12:55:11 +0000 (UTC) Sender: platform-driver-x86-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: platform-driver-x86@vger.kernel.org Add support for SST-BF on CascadeLake-N support. The CascadeLake-N processor only support SST-BF and not other SST functionality. Prarit Bhargava (7): intel-speed-select: Add int argument to command functions intel-speed-select: Make process_command generic intel-speed-select: Add check for CascadeLake-N models intel-speed-select: Add configuration for CascadeLake-N intel-speed-select: Implement CascadeLake-N help and command functions structures intel-speed-select: Implement 'perf-profile info' on CascadeLake-N intel-speed-select: Implement base-freq commands on CascadeLake-N .../x86/intel-speed-select/isst-config.c | 443 ++++++++++++------ .../x86/intel-speed-select/isst-display.c | 28 +- tools/power/x86/intel-speed-select/isst.h | 8 +- 3 files changed, 319 insertions(+), 160 deletions(-)