From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752053AbdEQEk4 (ORCPT ); Wed, 17 May 2017 00:40:56 -0400 Received: from mail-pf0-f180.google.com ([209.85.192.180]:36103 "EHLO mail-pf0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751216AbdEQEkx (ORCPT ); Wed, 17 May 2017 00:40:53 -0400 From: Viresh Kumar To: Rafael Wysocki Cc: linaro-kernel@lists.linaro.org, linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, Vincent Guittot , Stephen Boyd , Nishanth Menon , Viresh Kumar Subject: [PATCH 0/4] PM / OPP: Minor cleanups Date: Wed, 17 May 2017 10:10:31 +0530 Message-Id: X-Mailer: git-send-email 2.13.0.303.g4ebf3021692d Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, Here are few cleanup patches for the OPP core. The first two simplify the code that was written specifically due to the limitations that we had because of RCUs. We don't RCUs anymore and this can be simplified. The last two take care of specific corner cases. Rebased over pm/linux-next and tested on Exynos dual core board. Viresh Kumar (4): PM / OPP: Reorganize _generic_set_opp_regulator() PM / OPP: Don't create copy of regulators unnecessarily PM / OPP: opp-microvolt is not optional if regulators are set PM / OPP: Don't create debugfs "supply-0" directory unnecessarily drivers/base/power/opp/core.c | 87 +++++++++++++++++----------------------- drivers/base/power/opp/debugfs.c | 6 +-- drivers/base/power/opp/of.c | 11 ++++- 3 files changed, 49 insertions(+), 55 deletions(-) -- 2.13.0.303.g4ebf3021692d