From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Ivan T. Ivanov" Subject: Re: [PATCH v2 3/7] usb: phy: msm: Move regulator usage to managed resource allocation Date: Thu, 25 Jul 2013 16:43:08 +0300 Message-ID: <1374759788.1956.31.camel@iivanov-dev.int.mm-sol.com> References: <1373384833-18077-1-git-send-email-iivanov@mm-sol.com> <1373384833-18077-4-git-send-email-iivanov@mm-sol.com> <20130724123912.GI17962@radagast> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: Received: from ns.mm-sol.com ([212.124.72.66]:40856 "EHLO extserv.mm-sol.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755953Ab3GYNoB (ORCPT ); Thu, 25 Jul 2013 09:44:01 -0400 In-Reply-To: <20130724123912.GI17962@radagast> Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: balbi@ti.com Cc: gregkh@linuxfoundation.org, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org On Wed, 2013-07-24 at 15:39 +0300, Felipe Balbi wrote: > On Tue, Jul 09, 2013 at 06:47:09PM +0300, Ivan T. Ivanov wrote: > > From: "Ivan T. Ivanov" > > > > This patch move global regulators variables to driver state > > structire and move allocation of the regulators to be devm managed. > > split into two patches please. One for moving the global regulators into > your structure and a separate patch to move to devm_* > Ok, will do and resend. Ivan