From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758161Ab2IEI0g (ORCPT ); Wed, 5 Sep 2012 04:26:36 -0400 Received: from hqemgate03.nvidia.com ([216.228.121.140]:16705 "EHLO hqemgate03.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756598Ab2IEI03 (ORCPT ); Wed, 5 Sep 2012 04:26:29 -0400 X-PGP-Universal: processed; by hqnvupgp05.nvidia.com on Wed, 05 Sep 2012 01:26:00 -0700 Message-ID: <5047072F.5030702@nvidia.com> Date: Wed, 5 Sep 2012 13:32:55 +0530 From: Laxman Dewangan User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101208 Thunderbird/3.1.7 MIME-Version: 1.0 To: Stephen Warren CC: "broonie@opensource.wolfsonmicro.com" , "sameo@linux.intel.com" , "lrg@ti.com" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH V2] regulator: tps6586x: register regulator even if no init data References: <1346252473-30068-1-git-send-email-ldewangan@nvidia.com> <504668E3.1060907@wwwdotorg.org> In-Reply-To: <504668E3.1060907@wwwdotorg.org> 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 Wednesday 05 September 2012 02:17 AM, Stephen Warren wrote: > On 08/29/2012 09:01 AM, Laxman Dewangan wrote: >> Register all TPS6586x regulators even if there is no regulator >> init data for platform i.e. without any user-supplied constraints. >> >> Signed-off-by: Laxman Dewangan > Tested-by: Stephen Warren > > Note that this patch depends on the patch I just posted titled > "regulator: tps6586x: add support for SYS rail". I also believe Laxman > will be posting another patch based on these 2 soon (it will move the > regulator DT parsing out of the MFD driver into the regulator driver), > so I guess it makes sense to take them all through the same TPS6586x > topic branch in the regulator tree. About next patch (moving regulator dt parsing out of mfd), do you want to support the Harmony also? If yes then same change should also contain the board-harmony-power.c changes.