From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Subject: Re: [PATCH v2 1/2] regulator: Add generic DT parsing for regulators Date: Fri, 27 Apr 2012 12:38:58 -0600 Message-ID: <4F9AE7C2.6010306@wwwdotorg.org> References: <1335451941-26333-1-git-send-email-thierry.reding@avionic-design.de> <20120427180124.GQ18260@opensource.wolfsonmicro.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20120427180124.GQ18260-yzvPICuk2AATkU/dhu1WVueM+bqZidxxQQ4Iyu8u01E@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Sender: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org To: Mark Brown Cc: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org, Liam Girdwood , Rob Herring List-Id: devicetree@vger.kernel.org On 04/27/2012 12:01 PM, Mark Brown wrote: > On Thu, Apr 26, 2012 at 04:52:20PM +0200, Thierry Reding wrote: >> Looking up init data for regulators found on chips is a common operation >> that can be handled in a generic way. The new helper function introduced >> by this patch looks up the children of a given node by names specified >> in a match table and fills that match table with information parsed from >> the DT. >> >> This is based on work by Rhyland Klein . > > Rhyland, does this new interface work for you? I believe Rhyland is OOTO for the latter part of this week and perhaps some of next week too. (and he wasn't CC'd; I just added him)