All of lore.kernel.org
 help / color / mirror / Atom feed
From: Adam Belay <abelay@novell.com>
To: Greg KH <gregkh@suse.de>
Cc: Linux-pm mailing list <linux-pm@lists.osdl.org>,
	linux-kernel@vger.kernel.org
Subject: Re: [RFC][PATCH 2/6] PCI PM: capability probing and setup
Date: Wed, 16 Nov 2005 02:21:01 -0500	[thread overview]
Message-ID: <1132125661.3656.7.camel@localhost.localdomain> (raw)
In-Reply-To: <20051116062154.GB31375@suse.de>

On Tue, 2005-11-15 at 22:21 -0800, Greg KH wrote:
> On Tue, Nov 15, 2005 at 10:31:17PM -0500, Adam Belay wrote:
> > +int pci_setup_device_pm(struct pci_dev *dev)
> 
> Care to give kernel doc for this new function?

Absolutely.  I was planing to do this but must have forgotten.

> > +	unsigned char	state_mask;	/* a mask of supported power states */
> > +	unsigned char	pme_mask;	/* a mask of power states that allow #PME */ 
> 
> Trailing space, use quilt it strips this :)

Sorry about that :)

> 
> > +	struct pci_dev_pm *pm;		/* power management information */
> 
> Why make this a pointer and not just part of this structure?  Don't all
> pci devices need this?

Actually, not every PCI device supports the PCI PM spec.  There are many
devices, even in modern systems, that can only be in D0.  I was thinking
we could save some memory and allocate this structure when PCI PM is
detected.  Would that be ok?

Thanks,
Adam

  reply	other threads:[~2005-11-16  7:21 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-11-16  3:31 [RFC][PATCH 2/6] PCI PM: capability probing and setup Adam Belay
2005-11-16  6:21 ` Greg KH
2005-11-16  7:21   ` Adam Belay [this message]
2005-11-16 18:07     ` Greg KH
2005-11-16 18:07       ` Greg KH

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=1132125661.3656.7.camel@localhost.localdomain \
    --to=abelay@novell.com \
    --cc=gregkh@suse.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@lists.osdl.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.