LWN.net Logo

PCI fixes for 2.6.0-test6

From:  Greg KH <greg@kroah.com>
To:  torvalds@osdl.org
Subject:  [BK PATCH] PCI fixes for 2.6.0-test6
Date:  Tue, 30 Sep 2003 15:34:36 -0700
Cc:  linux-kernel@vger.kernel.org

Hi,

Here are some PCI patches against 2.6.0-test6.  They mainly clean up the
pci power code by removing it entirely, as it is now done by the driver
core.  There are a few other minor janitorial fixes in here too.

Please pull from:
	bk://kernel.bkbits.net/gregkh/linux/pci-2.6

thanks,

greg k-h

p.s. I'll send these as patches in response to this email to lkml for
those who want to see them.


 drivers/pci/power.c                    |  159 ---------------------------------
 drivers/ide/pci/sc1200.c               |   61 ++++++------
 drivers/net/irda/vlsi_ir.c             |   10 --
 drivers/pci/Makefile                   |    1 
 drivers/pci/hotplug/cpqphp.h           |    1 
 drivers/pci/hotplug/pci_hotplug.h      |    1 
 drivers/pci/hotplug/pci_hotplug_core.c |   15 +--
 drivers/pci/pool.c                     |    1 
 drivers/pci/quirks.c                   |    3 
 drivers/scsi/nsp32.c                   |   10 --
 include/linux/pci.h                    |    1 
 11 files changed, 42 insertions(+), 221 deletions(-)
-----

<lxiep:us.ibm.com>:
  o PCI Hotplug: export hotplug_slots subsys

<rtjohnso:eecs.berkeley.edu>:
  o PCI: __init documetation

Alexey Dobriyan:
  o PCI: Remove setting TASK_RUNNING after schedule_timeout in /drivers/pci/

Patrick Mochel:
  o Remove ->save_state() in sc1200.c
  o Remove ->save_state() from vlsi_ir.c
  o Remove ->save_state() in nsp32.c
  o [pci] Really delete drivers/pci/power.c
  o [pci] Remove ->save_state() from struct pci_driver
  o [pci] Remove drivers/pci/power.c

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Copyright © 2003, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds