From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Muckle Subject: Re: [RFC] Should we add Android's Interactive governor into mainline now? Date: Thu, 12 May 2016 09:36:48 -0700 Message-ID: <20160512163648.GB12886@graphite.smuckle.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Return-path: Received: from mail-pf0-f176.google.com ([209.85.192.176]:33730 "EHLO mail-pf0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751675AbcELQgw (ORCPT ); Thu, 12 May 2016 12:36:52 -0400 Received: by mail-pf0-f176.google.com with SMTP id 206so32651162pfu.0 for ; Thu, 12 May 2016 09:36:51 -0700 (PDT) Content-Disposition: inline In-Reply-To: Sender: linux-pm-owner@vger.kernel.org List-Id: linux-pm@vger.kernel.org To: Viresh Kumar Cc: "Rafael J. Wysocki" , "linux-pm@vger.kernel.org" , Peter Zijlstra , Linaro Kernel Mailman List , Ingo Molnar , Morten Rasmussen , Juri Lelli , Steve Muckle , Vincent Guittot On Thu, May 12, 2016 at 07:34:01AM +0530, Viresh Kumar wrote: > Since we have moved away from the background timers to scheduler > callbacks, should we consider merging the Interactive governor into > mainline ? Merging interactive will help us more easily compare schedutil against it and get schedutil at or beyond feature parity. That said my understanding is that the goal is to eventually deprecate the non-sched governors. That will be made harder by adding another one into the tree.