public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
* RE: still crap in pci_choose_state
@ 2005-07-12  0:49 Li, Shaohua
       [not found] ` <16A54BF5D6E14E4D916CE26C9AD30575029F0E1A-4yWAQGcml66iAffOGbnezLfspsVTdybXVpNB7YpNyf8@public.gmane.org>
  0 siblings, 1 reply; 5+ messages in thread
From: Li, Shaohua @ 2005-07-12  0:49 UTC (permalink / raw)
  To: Pavel Machek, Brown, Len, Andrew Morton
  Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

Hi,
>This is in drivers/pci/pci.c; and it is still wrong. You can't just
>retype int into pm_message_t. Make it pm_message_t &state, and return
>only success/failure in platform_pci_choose_state return value. Or add
>PCI_POWER_ERROR to pci_power_t enum and use that.
>								Pavel
>
>int (*platform_pci_choose_state)(struct pci_dev *dev, pm_message_t
state);
>
>pci_power_t pci_choose_state(struct pci_dev *dev, pm_message_t state)
>{
>        int     ret;
>        if (!pci_find_capability(dev, PCI_CAP_ID_PM))
>                return PCI_D0;
>
>        if (platform_pci_choose_state) {
>                ret = platform_pci_choose_state(dev, state);
>                if (ret >= 0)
>                        state = ret;
>        }
>        switch (state) {
Ok, I'll do it soon. Is the pm_message_t a structure now? I plan to fix
it after pm_message_t structure change (current pm_message_t is really
useless for ACPI), but maybe I should fix the bug at hand first.

Thanks,
Shaohua


-------------------------------------------------------
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP,
AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar

^ permalink raw reply	[flat|nested] 5+ messages in thread
* still crap in pci_choose_state
@ 2005-07-11 18:27 Pavel Machek
  0 siblings, 0 replies; 5+ messages in thread
From: Pavel Machek @ 2005-07-11 18:27 UTC (permalink / raw)
  To: Len Brown, Andrew Morton, ACPI mailing list

Hi!

This is in drivers/pci/pci.c; and it is still wrong. You can't just
retype int into pm_message_t. Make it pm_message_t &state, and return
only success/failure in platform_pci_choose_state return value. Or add
PCI_POWER_ERROR to pci_power_t enum and use that.
								Pavel

int (*platform_pci_choose_state)(struct pci_dev *dev, pm_message_t state);

pci_power_t pci_choose_state(struct pci_dev *dev, pm_message_t state)
{
        int     ret;
        if (!pci_find_capability(dev, PCI_CAP_ID_PM))
                return PCI_D0;

        if (platform_pci_choose_state) {
                ret = platform_pci_choose_state(dev, state);
                if (ret >= 0)
                        state = ret;
        }
        switch (state) {
 

-- 
teflon -- maybe it is a trademark, but it should not be.


-------------------------------------------------------
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP, 
AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2005-07-12  8:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-12  0:49 still crap in pci_choose_state Li, Shaohua
     [not found] ` <16A54BF5D6E14E4D916CE26C9AD30575029F0E1A-4yWAQGcml66iAffOGbnezLfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2005-07-12  7:53   ` Pavel Machek
     [not found]     ` <20050712075344.GB1854-I/5MKhXcvmPrBKCeMvbIDA@public.gmane.org>
2005-07-12  8:28       ` Shaohua Li
     [not found]         ` <1121156888.18837.3.camel-ECwVeV2eNyQD0+JXs3kMbRL4W9x8LtSr@public.gmane.org>
2005-07-12  8:33           ` Pavel Machek
  -- strict thread matches above, loose matches on Subject: below --
2005-07-11 18:27 Pavel Machek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox