Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754435AbaAGVok (ORCPT ); Tue, 7 Jan 2014 16:44:40 -0500 Received: from mga09.intel.com ([134.134.136.24]:43471 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754257AbaAGVoe (ORCPT ); Tue, 7 Jan 2014 16:44:34 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.95,621,1384329600"; d="scan'208";a="463124522" Date: Tue, 7 Jan 2014 13:43:00 -0800 From: "David E. Box" To: "Rafael J. Wysocki" Cc: Randy Dunlap , mjg59@srcf.ucam.org, linux-kernel@vger.kernel.org, platform-driver-x86@vger.kernel.org Subject: Re: [PATCH v6][RESEND] platform: x86: New BayTrail IOSF-SB MBI driver Message-ID: <20140107214300.GA30423@linux.intel.com> References: <1388427149-25456-1-git-send-email-david.e.box@linux.intel.com> <52CC4427.20405@infradead.org> <20140107184805.GA28135@linux.intel.com> <4364833.i22acYTaeM@vostro.rjw.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4364833.i22acYTaeM@vostro.rjw.lan> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jan 07, 2014 at 09:46:57PM +0100, Rafael J. Wysocki wrote: > On Tuesday, January 07, 2014 10:48:05 AM David E. Box wrote: > > On Tue, Jan 07, 2014 at 10:15:03AM -0800, Randy Dunlap wrote: > > > On 01/07/14 10:03, David E. Box wrote: > > > > From: "David E. Box" > > > > > > > > diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig > > > > index b51a746..6e199a5 100644 > > > > --- a/drivers/platform/x86/Kconfig > > > > +++ b/drivers/platform/x86/Kconfig > > > > @@ -819,4 +819,14 @@ config PVPANIC > > > > a paravirtualized device provided by QEMU; it lets a virtual machine > > > > (guest) communicate panic events to the host. > > > > > > > > +config INTEL_BAYTRAIL_MBI > > > > + tristate > > > > > > Is this kconfig option displayed when you run menuconfig/nconfig/xconfig/gconfig etc.? > > > Doesn't it need a prompt string? > > > How did you enable it and test it? > > > > > > > It is not displayed on purpose. The driver isn't exposed to user space. > > It was tested by adding the option to .config, both as module and built-in. > > > > > > + depends on PCI > > > > + ---help--- > > > > + Needed on Baytrail platforms for access to the IOSF Sideband Mailbox > > > > + Interface. This is a requirement for systems that need to configure > > > > + the PUNIT for power management features such as RAPL. Register > > > > + addresses and r/w opcodes are defined in > > > > > > Think of users reading this. At least change "r/w" to read/write. > > > What is IOSF? does it matter here? > > > PUNIT? RAPL? > > > > > > > If you don't know what the IOSF Sideband is you probably shouldn't be enabling > > this feature. > > What about generic x86 distro kernels? They won't know in advance whether or > not they will need this feature. Ok, I spoke with other developers and I apparently misunderstood the context here. Distro's enable these features and this is too detailed for them to know what to do with it. How about simply "Required to enable platform specific power managemnet features on Baytrail"? KISS is easier said than done. Dave -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/