Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934106AbeAKNjL (ORCPT + 1 other); Thu, 11 Jan 2018 08:39:11 -0500 Received: from mail-qk0-f196.google.com ([209.85.220.196]:32799 "EHLO mail-qk0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932693AbeAKNjJ (ORCPT ); Thu, 11 Jan 2018 08:39:09 -0500 X-Google-Smtp-Source: ACJfBot0hI56YEdfCn7U8dkze06M67bxUgAI45NAU1YrHozsUKWx1bxa5LPqXvXQiz/zsfV5TsnDDwNXHMnNX/wx9HM= MIME-Version: 1.0 In-Reply-To: <1515669036-3465-1-git-send-email-rajneesh.bhardwaj@intel.com> References: <1515669036-3465-1-git-send-email-rajneesh.bhardwaj@intel.com> From: Andy Shevchenko Date: Thu, 11 Jan 2018 15:39:08 +0200 Message-ID: Subject: Re: [PATCH v1 0/6] PMC Driver cleanup To: Rajneesh Bhardwaj Cc: Platform Driver , Darren Hart , Andy Shevchenko , Linux Kernel Mailing List , Vishwanath Somayaji , Srinivas Pandruvada Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: On Thu, Jan 11, 2018 at 1:10 PM, Rajneesh Bhardwaj wrote: > This patch series aims to cleanup the PMC Core driver and convert it to a > module. > > Subsequent patch series will add support for newer Intel SoC like Coffeelake > and Cannonlake, this series builds a foundation for them. > All 6 are pushed to my review and testing queue, thanks! > Rajneesh Bhardwaj (5): > platform/x86: intel_pmc_core: Remove unused EXPORTED API > platform/x86: intel_pmc_core: Remove unused variable > platform/x86: intel_pmc_core: Fix kernel doc for pmc_dev > platform/x86: intel_pmc_core: Fix file permission warnings > platform/x86: intel_pmc_core: Update Kconfig > > Srinivas Pandruvada (1): > platform/x86: intel_pmc_core: Change driver to a module > > drivers/platform/x86/Kconfig | 7 ++-- > drivers/platform/x86/intel_pmc_core.c | 65 +++++++++++------------------------ > drivers/platform/x86/intel_pmc_core.h | 15 ++++---- > 3 files changed, 32 insertions(+), 55 deletions(-) > > -- > 2.7.4 > -- With Best Regards, Andy Shevchenko