Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932182AbbBLDfl (ORCPT ); Wed, 11 Feb 2015 22:35:41 -0500 Received: from seldrel01.sonyericsson.com ([212.209.106.2]:16005 "EHLO seldrel01.sonyericsson.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754204AbbBLDfi (ORCPT ); Wed, 11 Feb 2015 22:35:38 -0500 From: Bjorn Andersson To: "James E.J. Bottomley" , Felipe Balbi , Greg Kroah-Hartman , Jonathan Corbet , Liam Girdwood , Mark Brown , Vinayak Holikatti CC: , , , , , Subject: [PATCH 0/5] Rename regulator_set_optimum_mode Date: Wed, 11 Feb 2015 19:35:26 -0800 Message-ID: <1423712131-23795-1-git-send-email-bjorn.andersson@sonymobile.com> X-Mailer: git-send-email 1.8.2.2 MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1169 Lines: 29 Changing the name of the regulator_set_optimum_mode() to regulator_set_load() better reflects that the API is doing. This series does the name change and move the current consumers over. Bjorn Andersson (5): regulator: s/regulator_set_optimum_mode/regulator_set_load/ ufs: Rename of regulator_set_optimum_mode usb: phy: ab8500-usb: Rename regulator_set_optimum_mode usb: phy: phy-msm-usb: Rename regulator_set_optimum_mode regulator: Drop temporary regulator_set_optimum_mode wrapper Documentation/power/regulator/consumer.txt | 2 +- drivers/regulator/core.c | 8 ++++---- drivers/scsi/ufs/ufshcd.c | 27 +++++++-------------------- drivers/usb/phy/phy-ab8500-usb.c | 4 ++-- drivers/usb/phy/phy-msm-usb.c | 15 +++++---------- include/linux/regulator/consumer.h | 5 ++--- 6 files changed, 21 insertions(+), 40 deletions(-) -- 1.8.2.2 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/