From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shawn Guo Subject: Re: [PATCH v2 3/4] regulator: mc13892: add device tree probe support Date: Mon, 12 Dec 2011 09:21:25 +0800 Message-ID: <20111212012124.GC9572@S2100-06.ap.freescale.net> References: <1322731268-12158-1-git-send-email-shawn.guo@linaro.org> <1322731268-12158-4-git-send-email-shawn.guo@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1322731268-12158-4-git-send-email-shawn.guo-QSEj5FYQhm4dnm+yROfE0A@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: Shawn Guo Cc: Samuel Ortiz , devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org, Mark Brown , Liam Girdwood , Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= , Sascha Hauer , linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: devicetree@vger.kernel.org Hi Mark, Ping? Regards, Shawn On Thu, Dec 01, 2011 at 05:21:07PM +0800, Shawn Guo wrote: > It adds device tree probe support for mc13892-regulator driver. > > Signed-off-by: Shawn Guo > Cc: Mark Brown > Cc: Liam Girdwood > --- > drivers/regulator/mc13892-regulator.c | 43 +++++++++++++++----- > drivers/regulator/mc13xxx-regulator-core.c | 57 ++++++++++++++++++++++++++++ > drivers/regulator/mc13xxx.h | 20 ++++++++++ > include/linux/mfd/mc13xxx.h | 1 + > 4 files changed, 110 insertions(+), 11 deletions(-)