From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rajendra Nayak Subject: Re: [PATCH v4 1/4] regulator: helper routine to extract regulator_init_data Date: Mon, 07 Nov 2011 11:57:15 +0530 Message-ID: <4EB77A43.8050206@ti.com> References: <1319721864-30067-1-git-send-email-rnayak@ti.com> <20111104202905.GA3918@quad.lixom.net> <20111104211447.GC2541@opensource.wolfsonmicro.com> <20111104212216.GA5756@quad.lixom.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20111104212216.GA5756-O5ziIzlqnXUVNXGz7ipsyg@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: Olof Johansson Cc: patches-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org, tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org, devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org, Mark Brown , linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, lrg-l0cyMroinI0@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: linux-omap@vger.kernel.org On Saturday 05 November 2011 02:52 AM, Olof Johansson wrote: >>> > > Also, lower-caps is common instead of V and A. >> > >> > On the other hand the case is pretty important for SI units > Yeah, true. The fixed regulators used microvolt instead, which could be a good > way to do it. > Ok, will use microvolt and microamp across all bindings. From mboxrd@z Thu Jan 1 00:00:00 1970 From: rnayak@ti.com (Rajendra Nayak) Date: Mon, 07 Nov 2011 11:57:15 +0530 Subject: [PATCH v4 1/4] regulator: helper routine to extract regulator_init_data In-Reply-To: <20111104212216.GA5756@quad.lixom.net> References: <1319721864-30067-1-git-send-email-rnayak@ti.com> <20111104202905.GA3918@quad.lixom.net> <20111104211447.GC2541@opensource.wolfsonmicro.com> <20111104212216.GA5756@quad.lixom.net> Message-ID: <4EB77A43.8050206@ti.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Saturday 05 November 2011 02:52 AM, Olof Johansson wrote: >>> > > Also, lower-caps is common instead of V and A. >> > >> > On the other hand the case is pretty important for SI units > Yeah, true. The fixed regulators used microvolt instead, which could be a good > way to do it. > Ok, will use microvolt and microamp across all bindings. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932185Ab1KGG1Z (ORCPT ); Mon, 7 Nov 2011 01:27:25 -0500 Received: from na3sys009aog105.obsmtp.com ([74.125.149.75]:57314 "EHLO na3sys009aog105.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752760Ab1KGG1X (ORCPT ); Mon, 7 Nov 2011 01:27:23 -0500 Message-ID: <4EB77A43.8050206@ti.com> Date: Mon, 07 Nov 2011 11:57:15 +0530 From: Rajendra Nayak User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.20) Gecko/20110805 Thunderbird/3.1.12 MIME-Version: 1.0 To: Olof Johansson CC: Mark Brown , grant.likely@secretlab.ca, patches@linaro.org, tony@atomide.com, devicetree-discuss@lists.ozlabs.org, linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org, lrg@ti.com, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v4 1/4] regulator: helper routine to extract regulator_init_data References: <1319721864-30067-1-git-send-email-rnayak@ti.com> <20111104202905.GA3918@quad.lixom.net> <20111104211447.GC2541@opensource.wolfsonmicro.com> <20111104212216.GA5756@quad.lixom.net> In-Reply-To: <20111104212216.GA5756@quad.lixom.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Saturday 05 November 2011 02:52 AM, Olof Johansson wrote: >>> > > Also, lower-caps is common instead of V and A. >> > >> > On the other hand the case is pretty important for SI units > Yeah, true. The fixed regulators used microvolt instead, which could be a good > way to do it. > Ok, will use microvolt and microamp across all bindings.