From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: [PATCH 2/2] regulator: twl6030: do not write to _GRP for regulator disable Date: Sun, 22 May 2011 14:59:04 +0800 Message-ID: <20110522065903.GB18955@opensource.wolfsonmicro.com> References: <1305898432-14939-1-git-send-email-balajitk@ti.com> <1305898432-14939-3-git-send-email-balajitk@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from opensource.wolfsonmicro.com ([80.75.67.52]:48154 "EHLO opensource2.wolfsonmicro.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750895Ab1EVG7E (ORCPT ); Sun, 22 May 2011 02:59:04 -0400 Content-Disposition: inline In-Reply-To: <1305898432-14939-3-git-send-email-balajitk@ti.com> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Balaji T K Cc: linux-omap@vger.kernel.org, lrg@slimlogic.co.uk, lrg@ti.com, gg@slimlogic.co.uk On Fri, May 20, 2011 at 07:03:52PM +0530, Balaji T K wrote: > TWL6030: regulator is disabled via VREG_STATE > TWL4030: regulator is disabled via VREG_GRP > Since there is nothing common, split twlreg_enable similar to other regulator_ops > > Signed-off-by: Balaji T K Acked-by: Mark Brown