Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751905AbdI0RuB (ORCPT ); Wed, 27 Sep 2017 13:50:01 -0400 Received: from mail-oi0-f67.google.com ([209.85.218.67]:33273 "EHLO mail-oi0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751016AbdI0RuA (ORCPT ); Wed, 27 Sep 2017 13:50:00 -0400 X-Google-Smtp-Source: AOwi7QDwgG8AIqCvlgEMD8CHHKfnrt4/40hhiDb+pv9dH+E4CbDc5zuTOnoErc4JcmAwnGZcE3TbNU6TYMnG+kj6jcs= MIME-Version: 1.0 In-Reply-To: <20170927172705.GA12211@ubuntu> References: <3eaed52523d54bdc7b43b335d5aefda9b4d1b4a8.1506463860.git.viresh.kumar@linaro.org> <20170927172705.GA12211@ubuntu> From: "Rafael J. Wysocki" Date: Wed, 27 Sep 2017 19:49:58 +0200 X-Google-Sender-Auth: n4ZDg7L-dPHE_p1hmHkQLSr3_8s Message-ID: Subject: Re: [PATCH V2] PM / OPP: Move the OPP directory out of power/ To: Viresh Kumar Cc: "Rafael J. Wysocki" , Rafael Wysocki , Greg Kroah-Hartman , Viresh Kumar , Nishanth Menon , Stephen Boyd , Linux PM , Vincent Guittot , Linux Kernel Mailing List Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1211 Lines: 32 On Wed, Sep 27, 2017 at 7:27 PM, Viresh Kumar wrote: > On 27-09-17, 19:22, Rafael J. Wysocki wrote: >> On Wed, Sep 27, 2017 at 12:12 AM, Viresh Kumar wrote: >> > The drivers/base/power/ directory is special and contains code related >> > to power management core like system suspend/resume, hibernation, etc. >> > It was fine to keep the OPP code inside it when we had just one file for >> > it, but it is growing now and already has a directory for itself. >> > >> > Lets move it directly under drivers/ directory, just like cpufreq and >> > cpuidle. >> > >> > Signed-off-by: Viresh Kumar >> > --- >> > V1->V2: >> > - Update maintainers and add a Kconfig file in drivers/opp/. >> >> OK, but I need an ACK from Stephen here. > > Sure. > >> And while we are at it, you, Stephen and Nishanth Menon are listed as >> maintainers for it and I'm not, but I still apply OPP patches, so >> maybe one of you can set up a git repo for this and send pull requests >> to me instead? > > Yeah, I will setup one. Actually, it is even listed in that MAINTAINERS entry already, unless you prefer to use a different one that is. :-) Thanks, Rafael