* [BK PATCH] PCI Hotplug patches for 2.4.23-pre1
@ 2003-08-28 22:07 Greg KH
0 siblings, 0 replies; 3+ messages in thread
From: Greg KH @ 2003-08-28 22:07 UTC (permalink / raw)
To: marcelo; +Cc: linux-kernel, pcihpd-discuss
Hi,
Here are 4 PCI Hotplug patches for 2.4.23-pre1. One of them fixes the
__FUNCTION__ compiler warnings, another fixes the Copyright notification
of the drivers, and the last two sync up with some PCI device macros
that are in 2.6 to make porting drivers easier.
Please pull from: bk://kernel.bkbits.net/gregkh/linux/pci-2.4
The raw patches will follow.
thanks,
greg k-h
drivers/hotplug/acpiphp.h | 12 +++---
drivers/hotplug/acpiphp_core.c | 12 +++---
drivers/hotplug/acpiphp_glue.c | 6 +--
drivers/hotplug/acpiphp_pci.c | 12 +++---
drivers/hotplug/acpiphp_res.c | 12 +++---
drivers/hotplug/cpqphp.h | 12 +++---
drivers/hotplug/cpqphp_core.c | 36 +++++++++---------
drivers/hotplug/cpqphp_ctrl.c | 74 ++++++++++++++++++-------------------
drivers/hotplug/cpqphp_nvram.c | 8 ++--
drivers/hotplug/cpqphp_nvram.h | 4 +-
drivers/hotplug/cpqphp_pci.c | 18 ++++-----
drivers/hotplug/cpqphp_proc.c | 6 +--
drivers/hotplug/ibmphp.h | 4 +-
drivers/hotplug/ibmphp_core.c | 4 +-
drivers/hotplug/ibmphp_ebda.c | 4 +-
drivers/hotplug/ibmphp_hpc.c | 2 -
drivers/hotplug/ibmphp_pci.c | 4 +-
drivers/hotplug/ibmphp_res.c | 4 +-
drivers/hotplug/pci_hotplug.h | 6 +--
drivers/hotplug/pci_hotplug_core.c | 6 +--
drivers/hotplug/pci_hotplug_util.c | 8 ++--
include/linux/pci.h | 26 +++++++++++++
22 files changed, 153 insertions(+), 127 deletions(-)
-----
<vmlinuz386:yahoo.com.ar>:
o PCI Hotplug: fix __FUNCTION__ warnings
Greg Kroah-Hartman:
o PCI: add PCI_DEVICE_CLASS() macro to match PCI_DEVICE() macro
o PCI: add PCI_DEVICE() macro to make pci_device_id tables easier to read
o PCI hotplug: fix up a bunch of copyrights that were incorrectly declared
^ permalink raw reply [flat|nested] 3+ messages in thread
* [BK PATCH] PCI Hotplug patches for 2.4.23-pre1
@ 2004-04-28 22:34 Greg KH
2004-04-28 22:42 ` Greg KH
0 siblings, 1 reply; 3+ messages in thread
From: Greg KH @ 2004-04-28 22:34 UTC (permalink / raw)
To: marcelo.tosatti; +Cc: linux-kernel, pcihpd-discuss
Hi,
Here are 4 PCI Hotplug patches for 2.4.27-pre1. Two of them are
bugfixes for the acpi pci hotplug controller, and the other ones add the
PCI Express Hotplug driver, and the Standard PCI Hotplug Controller
driver (both of which have been in the 2.6 kernel tree for a while.)
Please pull from: bk://kernel.bkbits.net/gregkh/linux/pci-2.4
The raw patches will follow to you and the pcihpd mailing list.
thanks,
greg k-h
arch/i386/kernel/pci-irq.c | 43
arch/i386/kernel/pci-pc.c | 2
drivers/hotplug/Config.in | 7
drivers/hotplug/Makefile | 38
drivers/hotplug/acpiphp.h | 61
drivers/hotplug/acpiphp_core.c | 30
drivers/hotplug/acpiphp_glue.c | 92 -
drivers/hotplug/acpiphp_pci.c | 18
drivers/hotplug/acpiphp_res.c | 5
drivers/hotplug/pci_hotplug.h | 29
drivers/hotplug/pci_hotplug_core.c | 70
drivers/hotplug/pciehp.h | 383 ++++
drivers/hotplug/pciehp_core.c | 703 ++++++++
drivers/hotplug/pciehp_ctrl.c | 2635 +++++++++++++++++++++++++++++++
drivers/hotplug/pciehp_hpc.c | 1504 ++++++++++++++++++
drivers/hotplug/pciehp_pci.c | 1052 ++++++++++++
drivers/hotplug/pciehprm.h | 54
drivers/hotplug/pciehprm_acpi.c | 1696 ++++++++++++++++++++
drivers/hotplug/pciehprm_nonacpi.c | 497 +++++
drivers/hotplug/pciehprm_nonacpi.h | 56
drivers/hotplug/shpchp.h | 464 +++++
drivers/hotplug/shpchp_core.c | 700 ++++++++
drivers/hotplug/shpchp_ctrl.c | 3081 ++++++++++++++++++++++++++++++++++++-
drivers/hotplug/shpchp_hpc.c | 1629 +++++++++++++++++++
drivers/hotplug/shpchp_pci.c | 1043 ++++++++++++
drivers/hotplug/shpchprm.h | 57
drivers/hotplug/shpchprm_acpi.c | 1696 ++++++++++++++++++++
drivers/hotplug/shpchprm_legacy.c | 444 +++++
drivers/hotplug/shpchprm_legacy.h | 113 +
drivers/hotplug/shpchprm_nonacpi.c | 430 +++++
drivers/hotplug/shpchprm_nonacpi.h | 56
drivers/pci/pci.c | 1
drivers/pci/quirks.c | 9
include/linux/pci.h | 5
include/linux/pci_ids.h | 29
35 files changed, 18576 insertions(+), 156 deletions(-)
-----
Dely Sy:
o PCI Hotplug: SHPC & PCI-E hot-plug fixes
o SHPC and PCI Express hot-plug drivers for 2.4 kernel
Takayoshi Kochi:
o PCI Hotplug: acpiphp unable to power off slots
Takayoshi Kouchi:
o PCI Hotplug: acpiphp cleanup patch for 2.4.23-pre4
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [BK PATCH] PCI Hotplug patches for 2.4.23-pre1
2004-04-28 22:34 [BK PATCH] PCI Hotplug patches for 2.4.23-pre1 Greg KH
@ 2004-04-28 22:42 ` Greg KH
0 siblings, 0 replies; 3+ messages in thread
From: Greg KH @ 2004-04-28 22:42 UTC (permalink / raw)
To: marcelo.tosatti; +Cc: linux-kernel, pcihpd-discuss
That subject should have read "2.4.27-pre1", I'm not that far behind in
my kernel trees :)
greg k-h
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2004-04-28 22:43 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-04-28 22:34 [BK PATCH] PCI Hotplug patches for 2.4.23-pre1 Greg KH
2004-04-28 22:42 ` Greg KH
-- strict thread matches above, loose matches on Subject: below --
2003-08-28 22:07 Greg KH
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox