Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752004AbdI0RW4 (ORCPT ); Wed, 27 Sep 2017 13:22:56 -0400 Received: from mail-oi0-f66.google.com ([209.85.218.66]:34085 "EHLO mail-oi0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751934AbdI0RWy (ORCPT ); Wed, 27 Sep 2017 13:22:54 -0400 X-Google-Smtp-Source: AOwi7QCbJmkr4uFdN0CarKp0KTKj3YqKJxMC7RQJa/LxxgCW/UzJUSmCtss5Z6CqR5YDsyN+GE7zIU1avFc26mWNZ3c= MIME-Version: 1.0 In-Reply-To: <3eaed52523d54bdc7b43b335d5aefda9b4d1b4a8.1506463860.git.viresh.kumar@linaro.org> References: <3eaed52523d54bdc7b43b335d5aefda9b4d1b4a8.1506463860.git.viresh.kumar@linaro.org> From: "Rafael J. Wysocki" Date: Wed, 27 Sep 2017 19:22:53 +0200 X-Google-Sender-Auth: xc4oCyJ8tW6pYJBzVxaKhdFgBLM Message-ID: Subject: Re: [PATCH V2] PM / OPP: Move the OPP directory out of power/ To: Viresh Kumar Cc: 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: 872 Lines: 23 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. 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? Thanks, Rafael