Re: [PATCH 0/6] cpuidle: menu: Fixes, optimizations and cleanups

2018-10-10 Thread Rafael J. Wysocki
On Wed, Oct 10, 2018 at 2:02 AM Doug Smythies wrote: > > On 2018.10.09 03:43 Rafael J. Wysocki wrote: > > ...[snip]... > > > While at it, could you test the appended patch > > (on top of the previous 8) for me please? > > > > I think that this code can be simplified now. > > > > --- > > drivers/cp

RE: [PATCH 0/6] cpuidle: menu: Fixes, optimizations and cleanups

2018-10-09 Thread Doug Smythies
On 2018.10.09 03:43 Rafael J. Wysocki wrote: ...[snip]... > While at it, could you test the appended patch > (on top of the previous 8) for me please? > > I think that this code can be simplified now. > > --- > drivers/cpuidle/governors/menu.c |8 > 1 file changed, 4 insertions(+), 4

Re: [PATCH 0/6] cpuidle: menu: Fixes, optimizations and cleanups

2018-10-09 Thread Rafael J. Wysocki
On Tuesday, October 9, 2018 12:26:48 AM CEST Rafael J. Wysocki wrote: > On Tue, Oct 9, 2018 at 12:14 AM Doug Smythies wrote: > > > > On 2018.10.08 00:51 Rafael J. Wysocki wrote: > > > On Mon, Oct 8, 2018 at 8:02 AM Doug Smythies wrote: > > >> > > >> On 2018.10.03 23:56 Rafael J. Wysocki wrote: >

Re: [PATCH 0/6] cpuidle: menu: Fixes, optimizations and cleanups

2018-10-08 Thread Rafael J. Wysocki
On Tue, Oct 9, 2018 at 12:14 AM Doug Smythies wrote: > > On 2018.10.08 00:51 Rafael J. Wysocki wrote: > > On Mon, Oct 8, 2018 at 8:02 AM Doug Smythies wrote: > >> > >> On 2018.10.03 23:56 Rafael J. Wysocki wrote: > >>> On Tue, Oct 2, 2018 at 11:51 PM Rafael J. Wysocki > >>> wrote: [cut] > >>

RE: [PATCH 0/6] cpuidle: menu: Fixes, optimizations and cleanups

2018-10-08 Thread Doug Smythies
On 2018.10.08 00:51 Rafael J. Wysocki wrote: > On Mon, Oct 8, 2018 at 8:02 AM Doug Smythies wrote: >> >> On 2018.10.03 23:56 Rafael J. Wysocki wrote: >>> On Tue, Oct 2, 2018 at 11:51 PM Rafael J. Wysocki >>> wrote: Hi All, This series fixes a couple of issues with the menu go

Re: [PATCH 0/6] cpuidle: menu: Fixes, optimizations and cleanups

2018-10-08 Thread Rafael J. Wysocki
Hi Doug, On Mon, Oct 8, 2018 at 8:02 AM Doug Smythies wrote: > > On 2018.10.03 23:56 Rafael J. Wysocki wrote: > > On Tue, Oct 2, 2018 at 11:51 PM Rafael J. Wysocki > > wrote: > >> > >> Hi All, > >> > >> This series fixes a couple of issues with the menu governor, optimizes it > >> somewhat and

RE: [PATCH 0/6] cpuidle: menu: Fixes, optimizations and cleanups

2018-10-07 Thread Doug Smythies
On 2018.10.03 23:56 Rafael J. Wysocki wrote: > On Tue, Oct 2, 2018 at 11:51 PM Rafael J. Wysocki wrote: >> >> Hi All, >> >> This series fixes a couple of issues with the menu governor, optimizes it >> somewhat and makes a couple of cleanups in it. Please refer to the >> patch changelogs for detai

Re: [PATCH 0/6] cpuidle: menu: Fixes, optimizations and cleanups

2018-10-04 Thread Peter Zijlstra
On Thu, Oct 04, 2018 at 08:55:45AM +0200, Rafael J. Wysocki wrote: > On Tue, Oct 2, 2018 at 11:51 PM Rafael J. Wysocki wrote: > > > > Hi All, > > > > This series fixes a couple of issues with the menu governor, optimizes it > > somewhat and makes a couple of cleanups in it. Please refer to the >

Re: [PATCH 0/6] cpuidle: menu: Fixes, optimizations and cleanups

2018-10-03 Thread Rafael J. Wysocki
On Tue, Oct 2, 2018 at 11:51 PM Rafael J. Wysocki wrote: > > Hi All, > > This series fixes a couple of issues with the menu governor, optimizes it > somewhat and makes a couple of cleanups in it. Please refer to the > patch changelogs for details. > > All of the changes in the series are straight