Received: by 2002:ac0:946b:0:0:0:0:0 with SMTP id j40csp242705imj; Wed, 13 Feb 2019 07:37:28 -0800 (PST) X-Google-Smtp-Source: AHgI3Ibs6DsLcki4gj9pL9jzyxfCH8/ATQvXAdsD2OFUpjkTHlZFQF5ixZXWuPWDIx5taXL+6K9D X-Received: by 2002:a17:902:29ab:: with SMTP id h40mr1121175plb.238.1550072248017; Wed, 13 Feb 2019 07:37:28 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1550072248; cv=none; d=google.com; s=arc-20160816; b=tdQXpKO3FekaKyl9YFtWueomPRC0ZWTD+4qXueuQrImUMAlFr8RJitGHtXE18qDmtt hqA2mSsEsCHxqvWK66zmWjvK3MqgCPNPGcJh8NRursL+5ZaUnte4qq7pXDRcFBNKCa+N ZFI6cIepCxW6WPOYcY+6+eg8LfXzi+OybfH+iN8fnD+9EjhoAd0103ih5c6+y08Upwm+ 6JloIHF/uPWGsPxMkHqcvawxphFwpKU5bjG0qKiAjGeAvO1Cbqn0sJp7fw4W4aCy71Sx zp6STLx6u1eMuqRvOwX231jiwjnSSGtovI47ZYYIiaWF1+2acrH41F5Nkibyv9z2xo5T AMhA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from; bh=Cm8VBmtavdP/QBA76+iOhATANDMEuEHqWyBhn3ZK0aQ=; b=ThdWnMoCrhD4grnS8akl0gYtV4nSJfJNMFF0c8QVr9fA8mc5dITqcM4rvyfwqo7mnG XZzMiLMrSyAny12z0UK/HbCXsZTzUnIgdWgFdZELw5nD44BcN5cYCHxkDuKrRtPB60Mn 7gdL6NgYhH9YCaHhOnKHUkkX6zmFbZIy5YRIcFXeooeq7kfqzb+4aSu36853mba0JX58 FFioy59n5phnIQfb3XV/qYo38kSn8F03awvAR4hOv0oklrUtO5H8ylzIIvesJfLbIPPm /SVtUOsHnjnhWEPMJ4QzdUbOcSWpZ84dht+2egruhNsNUX5c9Q6Y5/IQ02DItszqwcVi EHEg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=intel.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id r73si16598671pfb.221.2019.02.13.07.37.11; Wed, 13 Feb 2019 07:37:28 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=intel.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2391178AbfBMPHy (ORCPT + 99 others); Wed, 13 Feb 2019 10:07:54 -0500 Received: from mga06.intel.com ([134.134.136.31]:11815 "EHLO mga06.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726317AbfBMPHy (ORCPT ); Wed, 13 Feb 2019 10:07:54 -0500 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Feb 2019 07:07:53 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.58,365,1544515200"; d="scan'208";a="299437251" Received: from rajneesh-desk.iind.intel.com ([10.223.86.34]) by orsmga005.jf.intel.com with ESMTP; 13 Feb 2019 07:07:51 -0800 From: Rajneesh Bhardwaj To: platform-driver-x86@vger.kernel.org Cc: dvhart@infradead.org, andy@infradead.org, linux-kernel@vger.kernel.org, Rajneesh Bhardwaj Subject: [PATCH v2 00/10] ICL support and other enhancements for PMC Core Date: Wed, 13 Feb 2019 20:38:00 +0530 Message-Id: <20190213150810.32750-1-rajneesh.bhardwaj@linux.intel.com> X-Mailer: git-send-email 2.17.1 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch series provides Icelake support for PMC Core driver and while doing so it introduces the Icelake Mobile to intel-family.h as per the CPUID from below Coreboot link https://github.com/coreboot/coreboot/blob/5ebcea3aaaa3cd358bc5bccaa156b13a6ef25df6/src/soc/intel/common/block/include/intelblocks/mp_init.h and provides some fixes and enhancements to the driver. Changes in v2: * Addressed review comments from Thomas * Added tags revieved * Folded in SHA1 suggestions from Stephen Rothwell, though Andy might want to fix it via rebasing * Rebased and tested with Linux v5.0.0-rc6 This series: - Adds ICL U/Y CPUID to intel-family.h - Enables PMC driver for ICL - Introduces a new "package cstate show" feature - Fixes a customer issue related to S0ix on latest HP laptops - Fixes some minor bugs Rajneesh Bhardwaj (10): platform/x86: intel_pmc_core: Handle CFL regmap properly platform/x86: intel_pmc_core: Fix PCH IP sts reading platform/x86: intel_pmc_core: Fix PCH IP name platform/x86: intel_pmc_core: Fix file permissions for ltr_show platform/x86: intel_pmc_core: Include Reserved IP for LTR x86/cpu: Add Icelake to Intel family platform/x86: intel_pmc_core: Convert to INTEL_CPU_FAM6 macro platform/x86: intel_pmc_core: Add ICL platform support platform/x86: intel_pmc_core: Add Package cstates residency info platform/x86: intel_pmc_core: Quirk to ignore XTAL shutdown arch/x86/include/asm/intel-family.h | 2 + drivers/platform/x86/intel_pmc_core.c | 155 +++++++++++++++++++++----- drivers/platform/x86/intel_pmc_core.h | 14 ++- 3 files changed, 145 insertions(+), 26 deletions(-) -- 2.17.1