From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pa0-f47.google.com (mail-pa0-f47.google.com [209.85.220.47]) (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 EAFD52C009A for ; Fri, 23 Aug 2013 11:46:43 +1000 (EST) Received: by mail-pa0-f47.google.com with SMTP id kl13so41707pab.6 for ; Thu, 22 Aug 2013 18:46:42 -0700 (PDT) Sender: Anton Vorontsov Date: Thu, 22 Aug 2013 18:46:39 -0700 From: Anton Vorontsov To: Haijun Zhang Subject: Re: [PATCH 3/3 V3] mmc:esdhc: add support to get voltage from device-tree Message-ID: <20130823014639.GC24803@teo> References: <1376271546-25085-1-git-send-email-Haijun.Zhang@freescale.com> <1376271546-25085-2-git-send-email-Haijun.Zhang@freescale.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 In-Reply-To: <1376271546-25085-2-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 Mon, Aug 12, 2013 at 09:39:04AM +0800, Haijun Zhang wrote: > Add suppport to get voltage from device-tree node for esdhc host, > if voltage-ranges was specified in device-tree node we can get > ocr_mask instead of read from host capacity register. If not voltages > still can be get from host capacity register. > > Signed-off-by: Haijun Zhang Acked-by: Anton Vorontsov