From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Hilman Subject: Re: [PATCH v2 00/19] ARM: OMAP3+: SmartReflex: bugfixes Date: Tue, 31 Jan 2012 13:59:20 -0800 Message-ID: <87fwevleiv.fsf@ti.com> References: <1328003912-11709-1-git-send-email-j-pihet@ti.com> <20120131170830.GJ9339@atomide.com> <20120131172008.GK9339@atomide.com> <20120131173344.GL9339@atomide.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from na3sys009aog115.obsmtp.com ([74.125.149.238]:49389 "HELO na3sys009aog115.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1755341Ab2AaV70 (ORCPT ); Tue, 31 Jan 2012 16:59:26 -0500 Received: by mail-bk0-f51.google.com with SMTP id jc3so447158bkc.38 for ; Tue, 31 Jan 2012 13:59:25 -0800 (PST) In-Reply-To: <20120131173344.GL9339@atomide.com> (Tony Lindgren's message of "Tue, 31 Jan 2012 09:33:44 -0800") Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Tony Lindgren Cc: Jean Pihet , "Pihet-XID, Jean" , linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, balbi@ti.com, nm@ti.com, Paul Walmsley Tony Lindgren writes: > * Jean Pihet [120131 08:53]: >> On Tue, Jan 31, 2012 at 6:20 PM, Tony Lindgren wrote: >> > * Pihet-XID, Jean [120131 08:44]: >> >> Hi Tony, >> >> >> >> On Tue, Jan 31, 2012 at 6:08 PM, Tony Lindgren wrote: >> >> > * Jean Pihet [120131 01:28]: >> >> >> Integrate the latest SmartReflex bufixes from Felipe Balbi [1] and >> >> >> Nishant Menon [2], plus misc bugfixes. >> >> > >> >> > We should move this to live under drivers somewhere. So >> >> Yes that is the plan, eventually. >> >> >> >> > I'd like to see just minimal cleanup in the current location, >> >> > then move it to drivers before further patching. >> >> > >> >> > Is this the minimal cleanup needed before doing that, or >> >> > what's your plan regarding moving it to drivers? >> >> I would like to clean-up a few things and integrate well known >> >> bugfixes before the actual move to drivers/. Doing the opposite >> >> generates a rather big patch set (45+ patches to start with). >> >> >> >> What do you think? >> > >> > OK fine with me. So would the next patch after this series move >> > it to drivers then? >> The move to drivers requires some preparation in order to isolate the >> SR code from the other OMAP PM code. A patch set containing ~20 >> patches is needed for that, the very last one being the actual move >> between directories. >> >> Is that Ok to you? > > OK, let's plan on putting all the smartreflex stuff into a separate > branch then. If some changes are needed to the PM code, those should > probably be applied first into Kevin's PM branch. Tony, I'll queue up this series (after I get to reviewing them) as well as the changes needed to the PM core code. After that we'll be ready to move. Kevin From mboxrd@z Thu Jan 1 00:00:00 1970 From: khilman@ti.com (Kevin Hilman) Date: Tue, 31 Jan 2012 13:59:20 -0800 Subject: [PATCH v2 00/19] ARM: OMAP3+: SmartReflex: bugfixes In-Reply-To: <20120131173344.GL9339@atomide.com> (Tony Lindgren's message of "Tue, 31 Jan 2012 09:33:44 -0800") References: <1328003912-11709-1-git-send-email-j-pihet@ti.com> <20120131170830.GJ9339@atomide.com> <20120131172008.GK9339@atomide.com> <20120131173344.GL9339@atomide.com> Message-ID: <87fwevleiv.fsf@ti.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Tony Lindgren writes: > * Jean Pihet [120131 08:53]: >> On Tue, Jan 31, 2012 at 6:20 PM, Tony Lindgren wrote: >> > * Pihet-XID, Jean [120131 08:44]: >> >> Hi Tony, >> >> >> >> On Tue, Jan 31, 2012 at 6:08 PM, Tony Lindgren wrote: >> >> > * Jean Pihet [120131 01:28]: >> >> >> Integrate the latest SmartReflex bufixes from Felipe Balbi [1] and >> >> >> Nishant Menon [2], plus misc bugfixes. >> >> > >> >> > We should move this to live under drivers somewhere. So >> >> Yes that is the plan, eventually. >> >> >> >> > I'd like to see just minimal cleanup in the current location, >> >> > then move it to drivers before further patching. >> >> > >> >> > Is this the minimal cleanup needed before doing that, or >> >> > what's your plan regarding moving it to drivers? >> >> I would like to clean-up a few things and integrate well known >> >> bugfixes before the actual move to drivers/. Doing the opposite >> >> generates a rather big patch set (45+ patches to start with). >> >> >> >> What do you think? >> > >> > OK fine with me. So would the next patch after this series move >> > it to drivers then? >> The move to drivers requires some preparation in order to isolate the >> SR code from the other OMAP PM code. A patch set containing ~20 >> patches is needed for that, the very last one being the actual move >> between directories. >> >> Is that Ok to you? > > OK, let's plan on putting all the smartreflex stuff into a separate > branch then. If some changes are needed to the PM code, those should > probably be applied first into Kevin's PM branch. Tony, I'll queue up this series (after I get to reviewing them) as well as the changes needed to the PM core code. After that we'll be ready to move. Kevin