From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grygorii Strashko Subject: Re: [PATCH 2/2] mfd: twl-core: convert to module_i2c_driver() Date: Fri, 17 May 2013 13:46:46 +0300 Message-ID: <51960A96.3050000@ti.com> References: <1366723151-23209-1-git-send-email-grygorii.strashko@ti.com> <1366723151-23209-3-git-send-email-grygorii.strashko@ti.com> <20130516221710.GU22822@zurbaran> <20130516225810.GQ5600@atomide.com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from comal.ext.ti.com ([198.47.26.152]:54572 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754750Ab3EQKtG (ORCPT ); Fri, 17 May 2013 06:49:06 -0400 In-Reply-To: <20130516225810.GQ5600@atomide.com> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Tony Lindgren Cc: Samuel Ortiz , Santosh Shilimkar , linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org On 05/17/2013 01:58 AM, Tony Lindgren wrote: > * Samuel Ortiz [130516 15:22]: >> Hi Grygorii, >> >> On Tue, Apr 23, 2013 at 04:19:10PM +0300, Grygorii Strashko wrote: >>> Shift TWL initialization to module/device init layer, because I2C now is >>> not initialized on subsys init layer and shifted to module/device init >>> layer instead. >>> >>> The I2C <--> TWL dependency should be resolved in drivers/Makefile now. >>> >>> Cc: Santosh Shilimkar >>> Cc: linux-omap@vger.kernel.org >>> Cc: linux-kernel@vger.kernel.org >>> >>> Signed-off-by: Grygorii Strashko >>> --- >>> drivers/mfd/twl-core.c | 12 +----------- >>> 1 file changed, 1 insertion(+), 11 deletions(-) >> I applied this one to mfd-next for now, and will move it to mfd-fixes if >> someone confirms that this is indeed a fix. > Thanks, AFAIK it can wait until v3.11 merge window. > > Regards, > > Tony Thanks, it's optimization which reduces the number of deferred probes at boot Regards, -grygorii