From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1424222AbdEYNar (ORCPT ); Thu, 25 May 2017 09:30:47 -0400 Received: from foss.arm.com ([217.140.101.70]:50172 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1424206AbdEYNap (ORCPT ); Thu, 25 May 2017 09:30:45 -0400 Date: Thu, 25 May 2017 14:30:34 +0100 From: Juri Lelli To: Greg KH Cc: linux-pm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, peterz@infradead.org, vincent.guittot@linaro.org, robh+dt@kernel.org, mark.rutland@arm.com, linux@arm.linux.org.uk, sudeep.holla@arm.com, lorenzo.pieralisi@arm.com, catalin.marinas@arm.com, will.deacon@arm.com, morten.rasmussen@arm.com, dietmar.eggemann@arm.com, broonie@kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v4 0/8] Fix issues and factorize arm/arm64 capacity information code Message-ID: <20170525133034.xeyzbl327af6y5zo@e106622-lin> References: <20170420144316.15632-1-juri.lelli@arm.com> <20170511084830.rn32pvi6weej2cna@e106622-lin> <20170511085952.GA6934@kroah.com> <20170511102718.qy54ajkzphasymhr@e106622-lin> <20170524144515.nuccflbdashlqmcs@e106622-lin> <20170525131831.GF16244@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170525131831.GF16244@kroah.com> User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 25/05/17 15:18, Greg KH wrote: > On Wed, May 24, 2017 at 03:45:15PM +0100, Juri Lelli wrote: > > Hi, > > > > On 11/05/17 11:27, Juri Lelli wrote: > > > On 11/05/17 10:59, Greg KH wrote: > > > > On Thu, May 11, 2017 at 09:48:30AM +0100, Juri Lelli wrote: > > > > > Hi Greg, > > > > > > > > > > I'm not sure what your plans are with this set. Are we targeting 4.12? > > > > > > > > > > IMHO, if possible, it would be good to have this refactoring in now, so > > > > > that we can base further development on it for the next cycle. > > > > > > > > It's way too late for new features that have not been in linux-next for > > > > a few weeks, to get merged into 4.12-rc1, sorry. I'll review this > > > > patchset after -rc1 is out, and I get a chance to catch up on pending > > > > patches. > > > > > > > > > > Thanks for your reply, I perfecly understand. > > > > > > OK, let's target 4.13 then. Looking forward to receive your comments > > > after -rc1 is out. > > > > > > > Did you have any chance to have a look at this set? > > Now reviewed. Looks fine except for the final names in the last patch, > naming is hard, I know :) > Thanks! Just skimmed through your comments on 8/8. I'll address them in the next few days and post again. Best, - Juri From mboxrd@z Thu Jan 1 00:00:00 1970 From: Juri Lelli Subject: Re: [PATCH v4 0/8] Fix issues and factorize arm/arm64 capacity information code Date: Thu, 25 May 2017 14:30:34 +0100 Message-ID: <20170525133034.xeyzbl327af6y5zo@e106622-lin> References: <20170420144316.15632-1-juri.lelli@arm.com> <20170511084830.rn32pvi6weej2cna@e106622-lin> <20170511085952.GA6934@kroah.com> <20170511102718.qy54ajkzphasymhr@e106622-lin> <20170524144515.nuccflbdashlqmcs@e106622-lin> <20170525131831.GF16244@kroah.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20170525131831.GF16244-U8xfFu+wG4EAvxtiuMwx3w@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Greg KH Cc: linux-pm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, peterz-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org, vincent.guittot-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org, robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, mark.rutland-5wv7dgnIgG8@public.gmane.org, linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org, sudeep.holla-5wv7dgnIgG8@public.gmane.org, lorenzo.pieralisi-5wv7dgnIgG8@public.gmane.org, catalin.marinas-5wv7dgnIgG8@public.gmane.org, will.deacon-5wv7dgnIgG8@public.gmane.org, morten.rasmussen-5wv7dgnIgG8@public.gmane.org, dietmar.eggemann-5wv7dgnIgG8@public.gmane.org, broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: devicetree@vger.kernel.org On 25/05/17 15:18, Greg KH wrote: > On Wed, May 24, 2017 at 03:45:15PM +0100, Juri Lelli wrote: > > Hi, > > > > On 11/05/17 11:27, Juri Lelli wrote: > > > On 11/05/17 10:59, Greg KH wrote: > > > > On Thu, May 11, 2017 at 09:48:30AM +0100, Juri Lelli wrote: > > > > > Hi Greg, > > > > > > > > > > I'm not sure what your plans are with this set. Are we targeting 4.12? > > > > > > > > > > IMHO, if possible, it would be good to have this refactoring in now, so > > > > > that we can base further development on it for the next cycle. > > > > > > > > It's way too late for new features that have not been in linux-next for > > > > a few weeks, to get merged into 4.12-rc1, sorry. I'll review this > > > > patchset after -rc1 is out, and I get a chance to catch up on pending > > > > patches. > > > > > > > > > > Thanks for your reply, I perfecly understand. > > > > > > OK, let's target 4.13 then. Looking forward to receive your comments > > > after -rc1 is out. > > > > > > > Did you have any chance to have a look at this set? > > Now reviewed. Looks fine except for the final names in the last patch, > naming is hard, I know :) > Thanks! Just skimmed through your comments on 8/8. I'll address them in the next few days and post again. Best, - Juri -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: juri.lelli@arm.com (Juri Lelli) Date: Thu, 25 May 2017 14:30:34 +0100 Subject: [PATCH v4 0/8] Fix issues and factorize arm/arm64 capacity information code In-Reply-To: <20170525131831.GF16244@kroah.com> References: <20170420144316.15632-1-juri.lelli@arm.com> <20170511084830.rn32pvi6weej2cna@e106622-lin> <20170511085952.GA6934@kroah.com> <20170511102718.qy54ajkzphasymhr@e106622-lin> <20170524144515.nuccflbdashlqmcs@e106622-lin> <20170525131831.GF16244@kroah.com> Message-ID: <20170525133034.xeyzbl327af6y5zo@e106622-lin> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 25/05/17 15:18, Greg KH wrote: > On Wed, May 24, 2017 at 03:45:15PM +0100, Juri Lelli wrote: > > Hi, > > > > On 11/05/17 11:27, Juri Lelli wrote: > > > On 11/05/17 10:59, Greg KH wrote: > > > > On Thu, May 11, 2017 at 09:48:30AM +0100, Juri Lelli wrote: > > > > > Hi Greg, > > > > > > > > > > I'm not sure what your plans are with this set. Are we targeting 4.12? > > > > > > > > > > IMHO, if possible, it would be good to have this refactoring in now, so > > > > > that we can base further development on it for the next cycle. > > > > > > > > It's way too late for new features that have not been in linux-next for > > > > a few weeks, to get merged into 4.12-rc1, sorry. I'll review this > > > > patchset after -rc1 is out, and I get a chance to catch up on pending > > > > patches. > > > > > > > > > > Thanks for your reply, I perfecly understand. > > > > > > OK, let's target 4.13 then. Looking forward to receive your comments > > > after -rc1 is out. > > > > > > > Did you have any chance to have a look at this set? > > Now reviewed. Looks fine except for the final names in the last patch, > naming is hard, I know :) > Thanks! Just skimmed through your comments on 8/8. I'll address them in the next few days and post again. Best, - Juri