From: Thierry Reding Date: Thu, 26 Apr 2012 14:52:20 +0000 (+0200) Subject: regulator: Add generic DT parsing for regulators X-Git-Tag: v3.5-rc1~177^2~57^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c8fa58f4750e9ad722fbf899866c312ffabab67;p=pandora-kernel.git regulator: Add generic DT parsing for regulators 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 . Signed-off-by: Thierry Reding Signed-off-by: Mark Brown --- Reading git-diff-tree failed