From: Bjorn Helgaas <helgaas@kernel.org>
To: Lukas Wunner <lukas@wunner.de>
Cc: linux-pci@vger.kernel.org, linux-pm@vger.kernel.org,
linux-acpi@vger.kernel.org,
"Rafael J. Wysocki" <rjw@rjwysocki.net>,
Peter Wu <peter@lekensteyn.nl>,
Andreas Noever <andreas.noever@gmail.com>
Subject: Re: [PATCH v2 0/5] PCI PM refinements
Date: Wed, 28 Sep 2016 11:54:45 -0500 [thread overview]
Message-ID: <20160928165445.GB5658@localhost> (raw)
In-Reply-To: <cover.1474130360.git.lukas@wunner.de>
On Sun, Sep 18, 2016 at 05:39:20AM +0200, Lukas Wunner wrote:
> Here's the second installment of this series, based on feedback from
> Rafael. (Thanks!)
>
> To reiterate, these refinements are meant to speed up and reduce power
> consumption when entering and leaving system sleep and when shutting
> down the system. For details, please refer to the cover letter of v1:
> http://www.spinics.net/lists/linux-pci/msg53702.html
>
> As usual I've pushed the patches to GitHub in case anyone prefers
> reviewing in a GUI:
> https://github.com/l1k/linux/commits/pci_pm_refinements_v2
>
>
> Changes since v1:
>
> * Patch [1/5] now sports an ack by Rafael.
>
> * Patch [2/5]:
> * In acpi_pci_get_power_state(), only check for ACPI_STATE_UNKNOWN
> instead of ACPI_STATE_D0 and ACPI_STATE_D3_COLD.
> * Move the change to pci_update_current_state() to new patch [3/5].
>
> * Patch [3/5]:
> * Instead of solely relying on the platform firmware to report D3cold,
> also probe the vendor ID and assume D3cold if it can't be read.
> This should ensure proper detection of D3cold on pre-ACPI 4.0
> platforms (which will never report anything deeper than D3hot)
> as well as for devices with nonstandard PM mechanisms.
> * The two existing workarounds for D3cold are removed from
> pci_update_current_state(), as explained in the commit message.
>
> * Patch [5/5]:
> * Disable runtime PM on the device to prevent it from being runtime
> resumed during the remainder of the shutdown process.
>
> Thanks,
>
> Lukas
>
>
> Lukas Wunner (5):
> PCI: Afford direct-complete to devices with nonstandard PM
> PCI: Query platform firmware for device power state
> PCI: Recognize D3cold in pci_update_current_state()
> PCI: Avoid unnecessary resume after direct-complete
I applied the patches above with Rafael's acks to pci/pm for v4.9, thanks,
Lukas! I particularly appreciate your changelogs -- they're very readable,
complete, and consistent in style.
> PCI: Avoid unnecessary resume on shutdown
Sounds like there's still a little discussion on this, so I haven't applied
this one yet.
> drivers/pci/pci-acpi.c | 22 ++++++++++++++++++++
> drivers/pci/pci-driver.c | 24 ++++++++++++++++++++--
> drivers/pci/pci.c | 52 ++++++++++++++++++++++++++++++++----------------
> drivers/pci/pci.h | 3 +++
> 4 files changed, 82 insertions(+), 19 deletions(-)
>
> --
> 2.9.3
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2016-09-28 16:54 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-18 3:39 [PATCH v2 0/5] PCI PM refinements Lukas Wunner
2016-09-18 3:39 ` [PATCH v2 1/5] PCI: Afford direct-complete to devices with nonstandard PM Lukas Wunner
2016-09-18 3:39 ` [PATCH v2 2/5] PCI: Query platform firmware for device power state Lukas Wunner
2016-09-24 0:46 ` Rafael J. Wysocki
2016-09-18 3:39 ` [PATCH v2 4/5] PCI: Avoid unnecessary resume after direct-complete Lukas Wunner
2016-09-24 0:47 ` Rafael J. Wysocki
2016-09-18 3:39 ` [PATCH v2 3/5] PCI: Recognize D3cold in pci_update_current_state() Lukas Wunner
2016-09-24 0:46 ` Rafael J. Wysocki
2016-09-18 3:39 ` [PATCH v2 5/5] PCI: Avoid unnecessary resume on shutdown Lukas Wunner
2016-09-19 9:12 ` Oliver Neukum
2016-09-19 10:14 ` Lukas Wunner
2016-09-24 0:50 ` Rafael J. Wysocki
2016-10-05 12:32 ` Lukas Wunner
2016-09-28 16:54 ` Bjorn Helgaas [this message]
2016-09-29 12:11 ` [PATCH v2 0/5] PCI PM refinements Lukas Wunner
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=20160928165445.GB5658@localhost \
--to=helgaas@kernel.org \
--cc=andreas.noever@gmail.com \
--cc=linux-acpi@vger.kernel.org \
--cc=linux-pci@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=lukas@wunner.de \
--cc=peter@lekensteyn.nl \
--cc=rjw@rjwysocki.net \
/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;
as well as URLs for NNTP newsgroup(s).