From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:34121 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932500AbcE2WVD (ORCPT ); Sun, 29 May 2016 18:21:03 -0400 Subject: Patch "ACPI / PM: Export acpi_device_fix_up_power()" has been added to the 4.6-stable tree To: ulf.hansson@linaro.org, gregkh@linuxfoundation.org, laszlo.fiat@gmail.com, rafael.j.wysocki@intel.com Cc: , From: Date: Sun, 29 May 2016 15:21:02 -0700 Message-ID: <1464560462232218@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 ACPI / PM: Export acpi_device_fix_up_power() 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: acpi-pm-export-acpi_device_fix_up_power.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 78a898d0e39513469858de990de83210fee28ee9 Mon Sep 17 00:00:00 2001 From: Ulf Hansson Date: Thu, 19 May 2016 15:25:41 +0200 Subject: ACPI / PM: Export acpi_device_fix_up_power() From: Ulf Hansson commit 78a898d0e39513469858de990de83210fee28ee9 upstream. Drivers that needs acpi_device_fix_up_power(), allow them to be built as modules by exporting this function. Tested-by: Laszlo Fiat Signed-off-by: Ulf Hansson Acked-by: Rafael J. Wysocki Signed-off-by: Greg Kroah-Hartman --- drivers/acpi/device_pm.c | 1 + 1 file changed, 1 insertion(+) --- a/drivers/acpi/device_pm.c +++ b/drivers/acpi/device_pm.c @@ -319,6 +319,7 @@ int acpi_device_fix_up_power(struct acpi return ret; } +EXPORT_SYMBOL_GPL(acpi_device_fix_up_power); int acpi_device_update_power(struct acpi_device *device, int *state_p) { Patches currently in stable-queue which might be from ulf.hansson@linaro.org are queue-4.6/mmc-sdhci-acpi-ensure-connected-devices-are-powered-when-probing.patch queue-4.6/mmc-mmc-fix-partition-switch-timeout-for-some-emmcs.patch queue-4.6/mmc-longer-timeout-for-long-read-time-quirk.patch queue-4.6/acpi-pm-export-acpi_device_fix_up_power.patch queue-4.6/mmc-sdhci-acpi-remove-mmc_cap_bus_width_test-for-intel-controllers.patch queue-4.6/mmc-sdhci-pci-remove-mmc_cap_bus_width_test-for-intel-controllers.patch