From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755880AbbGGGzj (ORCPT ); Tue, 7 Jul 2015 02:55:39 -0400 Received: from mail-wi0-f169.google.com ([209.85.212.169]:35008 "EHLO mail-wi0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754055AbbGGGzb (ORCPT ); Tue, 7 Jul 2015 02:55:31 -0400 Date: Tue, 7 Jul 2015 08:55:26 +0200 From: Ingo Molnar To: Peter Zijlstra Cc: linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, mahesh.kumar.p@intel.com, tglx@linutronix.de, rafael.j.wysocki@intel.com, andriy.shevchenko@linux.intel.com, hpa@zytor.com, aubrey.li@linux.intel.com, linux-tip-commits@vger.kernel.org Subject: Re: [tip:x86/platform] x86/platform/intel/pmc_atom: Add Cherrytrail PMC interface Message-ID: <20150707065526.GA9585@gmail.com> References: <1436192944-56496-5-git-send-email-andriy.shevchenko@linux.intel.com> <20150706190917.GK3644@twins.programming.kicks-ass.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150706190917.GK3644@twins.programming.kicks-ass.net> 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 * Peter Zijlstra wrote: > On Mon, Jul 06, 2015 at 09:35:33AM -0700, tip-bot for Kumar P Mahesh wrote: > > Commit-ID: daf61e1b7fc31d553fe3bf2dead95d9404ad0f57 > > Gitweb: http://git.kernel.org/tip/daf61e1b7fc31d553fe3bf2dead95d9404ad0f57 > > Author: Kumar P Mahesh > > AuthorDate: Mon, 6 Jul 2015 17:29:03 +0300 > > Committer: Ingo Molnar > > CommitDate: Mon, 6 Jul 2015 17:50:59 +0200 > > > > x86/platform/intel/pmc_atom: Add Cherrytrail PMC interface > > > > The patch adds CHT PMC interface. This exposes all the South IP device power > > states and S0ix states for CHT. The bit map of FUNC_DIS and D3_STS_0 registers > > for SoCs are consistent. The D3_STS_1 and FUNC_DIS_2 registers, however, are > > not aligned. This is fixed by splitting a common mapping on per register > > basis. > > TLA collision.. I thought this was about performance monitor counters :/ I had to look twice as well - but PMC as 'Power Management Controller' in used in the kernel consistently in a number of places. Thanks, Ingo