From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jacob Pan Subject: Re: [PATCH v2] Introduce Intel RAPL cooling device driver Date: Fri, 5 Apr 2013 14:57:20 -0700 Message-ID: <20130405145720.74ec046f@chromoly> References: <1365195724-8945-1-git-send-email-jacob.jun.pan@linux.intel.com> <1365195724-8945-2-git-send-email-jacob.jun.pan@linux.intel.com> <1365197195.2075.23.camel@joe-AO722> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from mga09.intel.com ([134.134.136.24]:53449 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1162601Ab3DEV5U (ORCPT ); Fri, 5 Apr 2013 17:57:20 -0400 In-Reply-To: <1365197195.2075.23.camel@joe-AO722> Sender: platform-driver-x86-owner@vger.kernel.org List-ID: To: Joe Perches Cc: LKML , Platform Driver , Matthew Garrett , Zhang Rui , Rafael Wysocki , Len Brown , Srinivas Pandruvada , Arjan van de Ven , Greg Kroah-Hartman , Randy Dunlap , Paul Bolle On Fri, 05 Apr 2013 14:26:35 -0700 Joe Perches wrote: > > +/* in the order of enum rapl_primitives */ > > +static struct rapl_primitive_info rpi[] = { > > const? I do need to override one entry for a special case. The hardware uses a different bit location for the same lock functionality. The other comments are well taken, -- Thanks, Jacob