From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752595AbcFNR0Y (ORCPT ); Tue, 14 Jun 2016 13:26:24 -0400 Received: from mga04.intel.com ([192.55.52.120]:28900 "EHLO mga04.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751364AbcFNR0X (ORCPT ); Tue, 14 Jun 2016 13:26:23 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,471,1459839600"; d="scan'208";a="1001827209" Date: Tue, 14 Jun 2016 10:26:21 -0700 From: David Cohen To: Andy Shevchenko Cc: Ingo Molnar , Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , x86@kernel.org, Bjorn Helgaas , linux-pci@vger.kernel.org, Mika Westerberg , linux-kernel@vger.kernel.org, Peter Zijlstra Subject: Re: [PATCH v1 1/1] x86/platform/intel-mid: Add Power Management Unit driver Message-ID: <20160614172621.GA16566@psi-dev26.jf.intel.com> References: <1465849087-54528-1-git-send-email-andriy.shevchenko@linux.intel.com> <1465919118.30123.73.camel@linux.intel.com> <20160614155835.GA29820@gmail.com> <1465920434.30123.87.camel@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1465920434.30123.87.camel@linux.intel.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, On Tue, Jun 14, 2016 at 07:07:14PM +0300, Andy Shevchenko wrote: > On Tue, 2016-06-14 at 17:58 +0200, Ingo Molnar wrote: > > * Andy Shevchenko wrote: > > > > > On Tue, 2016-06-14 at 17:29 +0200, Ingo Molnar wrote: > > > > > > > * Andy Shevchenko wrote: > > > > > > > > > On Tue, 2016-06-14 at 12:43 +0200, Ingo Molnar wrote: > > > > > In the TRM it's called Power Management Unit, though once or > > > > > twice > > > > > in some  > > > > > documents as Power Management Controller. I actually woudn't > > > > > like to > > > > > use PMC  > > > > > abbreviation to not be confused with pmc_atom.c and many other > > > > > variation of  > > > > > existing PMC drivers of other Intel platforms. > > > > > > > > > > PM* as a prefix might be too short to conflict with Power > > > > > Management > > > > > framework  > > > > > in the kernel. P-Unit (punit*) is existing part in SoC which > > > > > will > > > > > have its own  > > > > > driver in the future, so, can't use it either. > > > > > > > > > > pwr*, pwrmu*, scpmu* (as of South Complex Power Management Unit) > > > > > — > > > > > one of them? > > > > > > > > 'pwr' certainly sounds good to me! PWMU perhaps? > > > > > > Wouldn't be a bit confusing with pwm? I would stay at 'pwr'. > > > > Yeah, indeed - so pwr it is? > > Yes. Will rename in this way, re-test and re-send. I'm curious about that. What pmu prefix would stand for? Br, David