From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752413Ab1JUPYi (ORCPT ); Fri, 21 Oct 2011 11:24:38 -0400 Received: from opensource.wolfsonmicro.com ([80.75.67.52]:57226 "EHLO opensource.wolfsonmicro.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751691Ab1JUPYg (ORCPT ); Fri, 21 Oct 2011 11:24:36 -0400 Date: Fri, 21 Oct 2011 16:24:34 +0100 From: Mark Brown To: Linus Walleij Cc: Barry Song <21cnbao@gmail.com>, Shawn Guo , Linus Walleij , linux-kernel@vger.kernel.org, Stephen Warren , Linaro Dev , Sascha Hauer , David Brown , Grant Likely Subject: Re: [PATCH 2/2] pinctrl: add a generic control interface Message-ID: <20111021152434.GG4080@opensource.wolfsonmicro.com> References: <20111020141827.GB6100@sirena.org.uk> <20111020154244.GA26083@opensource.wolfsonmicro.com> <20111021123041.GE4080@opensource.wolfsonmicro.com> <20111021125544.GF4080@opensource.wolfsonmicro.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Cookie: You will soon forget this. 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 Fri, Oct 21, 2011 at 02:57:19PM +0200, Linus Walleij wrote: > On Fri, Oct 21, 2011 at 2:55 PM, Mark Brown > > No, like I keep saying it's nothing to do with enabling or disabling > > power.  It's about selecting between multiple reference domains.  For > > example, choosing between the DBVDD1 and DBVDD2 domains. > OK I think I get it now. > So PIN_CONFIG_POWER_SOURCE and then the argument to > that is definately custom... I'd probably go with _DOMAIN rather than _SOURCE but yes.