From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anton Vorontsov Subject: Re: [PATCH 1/3 V5] mmc:core: parse voltage from device-tree Date: Thu, 22 Aug 2013 18:43:44 -0700 Message-ID: <20130823014344.GA24803@teo> References: <1376459171-21016-1-git-send-email-Haijun.Zhang@freescale.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Return-path: Received: from mail-pb0-f51.google.com ([209.85.160.51]:61730 "EHLO mail-pb0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752247Ab3HWBns (ORCPT ); Thu, 22 Aug 2013 21:43:48 -0400 Received: by mail-pb0-f51.google.com with SMTP id jt11so37333pbb.24 for ; Thu, 22 Aug 2013 18:43:47 -0700 (PDT) Content-Disposition: inline In-Reply-To: <1376459171-21016-1-git-send-email-Haijun.Zhang@freescale.com> Sender: linux-mmc-owner@vger.kernel.org List-Id: linux-mmc@vger.kernel.org To: Haijun Zhang Cc: linux-mmc@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, galak@kernel.crashing.org, cjb@laptop.org, scottwood@freescale.com, X.Xie@freescale.com On Wed, Aug 14, 2013 at 01:46:11PM +0800, Haijun Zhang wrote: > Add function to support get voltage from device-tree. > If there are voltage-range specified in device-tree node, this function > will parse it and return the available voltage mask. > > Signed-off-by: Haijun Zhang Acked-by: Anton Vorontsov Thanks a lot! Anton From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pd0-f169.google.com (mail-pd0-f169.google.com [209.85.192.169]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority" (not verified)) by ozlabs.org (Postfix) with ESMTPS id 186372C0099 for ; Fri, 23 Aug 2013 11:43:49 +1000 (EST) Received: by mail-pd0-f169.google.com with SMTP id r10so39086pdi.28 for ; Thu, 22 Aug 2013 18:43:47 -0700 (PDT) Sender: Anton Vorontsov Date: Thu, 22 Aug 2013 18:43:44 -0700 From: Anton Vorontsov To: Haijun Zhang Subject: Re: [PATCH 1/3 V5] mmc:core: parse voltage from device-tree Message-ID: <20130823014344.GA24803@teo> References: <1376459171-21016-1-git-send-email-Haijun.Zhang@freescale.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 In-Reply-To: <1376459171-21016-1-git-send-email-Haijun.Zhang@freescale.com> Cc: linux-mmc@vger.kernel.org, scottwood@freescale.com, cjb@laptop.org, linuxppc-dev@lists.ozlabs.org, X.Xie@freescale.com List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, Aug 14, 2013 at 01:46:11PM +0800, Haijun Zhang wrote: > Add function to support get voltage from device-tree. > If there are voltage-range specified in device-tree node, this function > will parse it and return the available voltage mask. > > Signed-off-by: Haijun Zhang Acked-by: Anton Vorontsov Thanks a lot! Anton