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.5-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.5 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. >From 78a898d0e39513469858de990de83210fee28ee9 Mon Sep 17 00:00:00 2001 From: Ulf Hansson <ulf.hansson@xxxxxxxxxx> Date: Thu, 19 May 2016 15:25:41 +0200 Subject: ACPI / PM: Export acpi_device_fix_up_power() From: Ulf Hansson <ulf.hansson@xxxxxxxxxx> 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 <laszlo.fiat@xxxxxxxxx> Signed-off-by: Ulf Hansson <ulf.hansson@xxxxxxxxxx> Acked-by: Rafael J. Wysocki <rafael.j.wysocki@xxxxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- 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@xxxxxxxxxx are queue-4.5/mmc-sdhci-acpi-ensure-connected-devices-are-powered-when-probing.patch queue-4.5/mmc-mmc-fix-partition-switch-timeout-for-some-emmcs.patch queue-4.5/mmc-longer-timeout-for-long-read-time-quirk.patch queue-4.5/acpi-pm-export-acpi_device_fix_up_power.patch queue-4.5/mmc-sdhci-acpi-remove-mmc_cap_bus_width_test-for-intel-controllers.patch queue-4.5/mmc-sdhci-pci-remove-mmc_cap_bus_width_test-for-intel-controllers.patch -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html