From: Jesse Barnes <jbarnes@virtuousgeek.org>
To: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Cc: linux-kernel@vger.kernel.org, xen-devel@lists.xensource.com,
linux-pci@vger.kernel.org, Allen Kay <allen.m.kay@intel.com>
Subject: Re: [RFC PATCH] set current_state to D0 in register_slot
Date: Fri, 4 Mar 2011 10:42:51 -0800 [thread overview]
Message-ID: <20110304104251.45b257c4@jbarnes-desktop> (raw)
In-Reply-To: <alpine.DEB.2.00.1102281605130.2917@kaball-desktop>
On Mon, 28 Feb 2011 16:20:11 +0000
Stefano Stabellini <stefano.stabellini@eu.citrix.com> wrote:
> Hi all,
> if a device doesn't support power management (pm_cap == 0) but it is
> acpi_pci_power_manageable() because there is a _PS0 method declared for
> it and _EJ0 is also declared for the slot then nobody is going to set
> current_state = PCI_D0 for this device. This is what I think it is
> happening:
>
>
> pci_enable_device
> |
> __pci_enable_device_flags
> /* here we do not set current_state because !pm_cap */
> |
> do_pci_enable_device
> |
> pci_set_power_state
> |
> __pci_start_power_transition
> |
> pci_platform_power_transition
> /* platform_pci_power_manageable() calls acpi_pci_power_manageable that
> * returns true */
> |
> platform_pci_set_power_state
> /* acpi_pci_set_power_state gets called and does nothing because the
> * acpi device has _EJ0, see the comment "If the ACPI device has _EJ0,
> * ignore the device" */
>
>
> at this point if we refer to the commit message that introduced the
> comment above (10b3dcae0f275e2546e55303d64ddbb58cec7599), it is up to
> the hotplug driver to set the state to D0.
> However AFAICT the pci hotplug driver never does, in fact
> drivers/pci/hotplug/acpiphp_glue.c:register_slot sets the slot flags to
> (SLOT_ENABLED | SLOT_POWEREDON) but it does not set the pci device
> current state to PCI_D0.
>
> So my proposed fix is also to set current_state = PCI_D0 in
> register_slot.
> Comments are very welcome.
>
>
> Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Yeah, looks fine. ACPIPHP is happy for the attention. :)
--
Jesse Barnes, Intel Open Source Technology Center
next prev parent reply other threads:[~2011-03-04 18:42 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-28 16:20 [RFC PATCH] set current_state to D0 in register_slot Stefano Stabellini
2011-03-04 18:42 ` Jesse Barnes [this message]
2011-03-07 15:01 ` Stefano Stabellini
2011-03-08 14:50 ` [Xen-devel] " Ian Campbell
2011-03-08 16:17 ` Ian Campbell
2011-03-16 12:34 ` Stefano Stabellini
2011-03-16 15:32 ` Jesse Barnes
2011-03-16 16:13 ` Stefano Stabellini
2011-05-11 13:33 ` Ian Campbell
2011-05-11 15:43 ` [Xen-devel] " Jesse Barnes
2011-05-11 16:00 ` [PATCH] acpiphp: assume device is in state D0 after powering on a slot Ian Campbell
2011-05-11 16:14 ` Jesse Barnes
2011-05-12 9:21 ` Ian Campbell
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=20110304104251.45b257c4@jbarnes-desktop \
--to=jbarnes@virtuousgeek.org \
--cc=allen.m.kay@intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pci@vger.kernel.org \
--cc=stefano.stabellini@eu.citrix.com \
--cc=xen-devel@lists.xensource.com \
/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).