public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Russell King <rmk+lkml@arm.linux.org.uk>
To: Pavel Machek <pavel@ucw.cz>
Cc: kernel list <linux-kernel@vger.kernel.org>,
	Linux-pm mailing list <linux-pm@lists.osdl.org>,
	Andrew Morton <akpm@zip.com.au>
Subject: Re: mark older power managment as deprecated
Date: Tue, 4 Jan 2005 13:04:42 +0000	[thread overview]
Message-ID: <20050104130442.A18550@flint.arm.linux.org.uk> (raw)
In-Reply-To: <20050104124659.GA22256@elf.ucw.cz>; from pavel@ucw.cz on Tue, Jan 04, 2005 at 01:46:59PM +0100

On Tue, Jan 04, 2005 at 01:46:59PM +0100, Pavel Machek wrote:
> +typedef int __bitwise pm_dev_t;
>  
> -typedef int pm_dev_t;
> +#define PM_UNKNOWN_DEV	((__force pm_request_t) 0)	/* generic */
> +#define PM_SYS_DEV	((__force pm_request_t) 1)	/* system device (fan, KB controller, ...) */
> +#define PM_PCI_DEV	((__force pm_request_t) 2)	/* PCI device */
> +#define PM_USB_DEV	((__force pm_request_t) 3)	/* USB device */
> +#define PM_SCSI_DEV	((__force pm_request_t) 4)	/* SCSI device */
> +#define PM_ISA_DEV	((__force pm_request_t) 5)	/* ISA device */
> +#define	PM_MTD_DEV	((__force pm_request_t) 6)	/* Memory Technology Device */

Shouldn't these beeeeeeeeeeeeeeeeeeeeeeee pm_dev_t?

-- 
Russell King
 Linux kernel    2.6 ARM Linux   - http://www.arm.linux.org.uk/
 maintainer of:  2.6 PCMCIA      - http://pcmcia.arm.linux.org.uk/
                 2.6 Serial core

  reply	other threads:[~2005-01-04 13:04 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-01-04 12:46 mark older power managment as deprecated Pavel Machek
2005-01-04 13:04 ` Russell King [this message]
2005-01-04 13:08   ` Pavel Machek
2005-01-04 16:39 ` Power management of old ISA devices (Re: mark older power managment as deprecated) Takashi Iwai
2005-01-04 20:22   ` Pavel Machek
2005-01-05 16:26     ` Takashi Iwai

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=20050104130442.A18550@flint.arm.linux.org.uk \
    --to=rmk+lkml@arm.linux.org.uk \
    --cc=akpm@zip.com.au \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@lists.osdl.org \
    --cc=pavel@ucw.cz \
    /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