From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:47634 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932095AbcGLATR (ORCPT ); Mon, 11 Jul 2016 20:19:17 -0400 Subject: Patch "regulator: qcom_smd: add list_voltage callback" has been added to the 4.6-stable tree To: srinivas.kandagatla@linaro.org, broonie@kernel.org, gregkh@linuxfoundation.org Cc: , From: Date: Mon, 11 Jul 2016 16:39:10 -0700 Message-ID: <1468280350151146@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ANSI_X3.4-1968 Content-Transfer-Encoding: 8bit Sender: stable-owner@vger.kernel.org List-ID: This is a note to let you know that I've just added the patch titled regulator: qcom_smd: add list_voltage callback to the 4.6-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: regulator-qcom_smd-add-list_voltage-callback.patch and it can be found in the queue-4.6 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let know about it. >>From a8a47540ebe32f1733eebc3e5699af580ceaa3f5 Mon Sep 17 00:00:00 2001 From: Srinivas Kandagatla Date: Thu, 2 Jun 2016 11:23:15 +0100 Subject: regulator: qcom_smd: add list_voltage callback From: Srinivas Kandagatla commit a8a47540ebe32f1733eebc3e5699af580ceaa3f5 upstream. This patch adds support to list_voltage callback, so that consumers like mmc core, can get information of supported voltage range. Without this patch there is no way for mmc core to know this voltage range. Signed-off-by: Srinivas Kandagatla Signed-off-by: Mark Brown Signed-off-by: Greg Kroah-Hartman --- drivers/regulator/qcom_smd-regulator.c | 1 + 1 file changed, 1 insertion(+) --- a/drivers/regulator/qcom_smd-regulator.c +++ b/drivers/regulator/qcom_smd-regulator.c @@ -140,6 +140,7 @@ static const struct regulator_ops rpm_sm .enable = rpm_reg_enable, .disable = rpm_reg_disable, .is_enabled = rpm_reg_is_enabled, + .list_voltage = regulator_list_voltage_linear_range, .get_voltage = rpm_reg_get_voltage, .set_voltage = rpm_reg_set_voltage, Patches currently in stable-queue which might be from srinivas.kandagatla@linaro.org are queue-4.6/regulator-qcom_smd-add-regulator-ops-for-pm8941-lnldo.patch queue-4.6/regulator-qcom_smd-add-list_voltage-callback.patch