From: <gregkh@linuxfoundation.org>
To: ulf.hansson@linaro.org, gregkh@linuxfoundation.org,
laszlo.fiat@gmail.com, rafael.j.wysocki@intel.com
Cc: <stable@vger.kernel.org>, <stable-commits@vger.kernel.org>
Subject: Patch "ACPI / PM: Export acpi_device_fix_up_power()" has been added to the 4.6-stable tree
Date: Sun, 29 May 2016 15:21:02 -0700 [thread overview]
Message-ID: <1464560462232218@kroah.com> (raw)
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 <stable@vger.kernel.org> know about it.
>From 78a898d0e39513469858de990de83210fee28ee9 Mon Sep 17 00:00:00 2001
From: Ulf Hansson <ulf.hansson@linaro.org>
Date: Thu, 19 May 2016 15:25:41 +0200
Subject: ACPI / PM: Export acpi_device_fix_up_power()
From: Ulf Hansson <ulf.hansson@linaro.org>
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@gmail.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Acked-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---
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
reply other threads:[~2016-05-29 22:21 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1464560462232218@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=laszlo.fiat@gmail.com \
--cc=rafael.j.wysocki@intel.com \
--cc=stable-commits@vger.kernel.org \
--cc=stable@vger.kernel.org \
--cc=ulf.hansson@linaro.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox