Re: [GIT PATCH] PCI patches for 2.6.20
On Wed, Feb 07, 2007 at 10:17:12PM -0500, Jeff Garzik wrote: > Greg KH wrote: > >Greg Kroah-Hartman (3): > > PCI: remove duplicate device id from ata_piix > > PCI: remove duplicate device id from ipr > > Revert "PCI: remove duplicate device id from ata_piix" > > > If these are coming out of quilt, why add these commit-then-revert > changesets at all? I commited them all out of quilt, and then realized that I had applied one in the middle that I shouldn't have. So I then used git to just revert it. Sorry for the confusion. greg k-h - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Re: [GIT PATCH] PCI patches for 2.6.20
Greg KH wrote: Greg Kroah-Hartman (3): PCI: remove duplicate device id from ata_piix PCI: remove duplicate device id from ipr Revert "PCI: remove duplicate device id from ata_piix" If these are coming out of quilt, why add these commit-then-revert changesets at all? Jeff - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[GIT PATCH] PCI patches for 2.6.20
Here are a bunch of PCI patches against 2.6.20-git They have a lot of PCI hotplug driver fixes and reworks, MSI cleanups and fixes, and a number of other things. See the full log below for details. All of these have been in the -mm tree for a while. Please pull from: master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6.git/ The full patches will be sent to the linux-pci mailing list, if anyone wants to see it thanks, greg k-h arch/alpha/kernel/pci.c |4 + arch/i386/kernel/io_apic.c| 17 +- arch/ia64/kernel/msi_ia64.c | 19 +- arch/ia64/sn/kernel/msi_sn.c | 20 +- arch/powerpc/kernel/pci_64.c |2 - arch/x86_64/kernel/io_apic.c | 17 +- drivers/net/bnx2.c|3 +- drivers/net/e1000/e1000_main.c|2 +- drivers/net/ixgb/ixgb_main.c |2 +- drivers/pci/hotplug/Kconfig |9 - drivers/pci/hotplug/pciehp.h | 194 +++-- drivers/pci/hotplug/pciehp_core.c | 292 +++--- drivers/pci/hotplug/pciehp_ctrl.c | 223 +++ drivers/pci/hotplug/pciehp_hpc.c | 827 ++--- drivers/pci/hotplug/shpchp.h |4 +- drivers/pci/hotplug/shpchp_core.c |4 - drivers/pci/hotplug/shpchp_ctrl.c | 20 +- drivers/pci/hotplug/shpchp_hpc.c | 185 ++--- drivers/pci/msi.c | 325 ++-- drivers/pci/pci-driver.c |3 +- drivers/pci/pci.c | 171 +--- drivers/pci/pci.h | 14 +- drivers/pci/probe.c | 70 +++- drivers/pci/quirks.c | 113 +++--- drivers/pci/search.c | 38 -- drivers/scsi/ipr.c|3 - include/asm-alpha/pci.h |2 + include/asm-ia64/machvec.h|3 +- include/linux/irq.h |4 + include/linux/msi.h |5 +- include/linux/pci.h | 22 +- kernel/irq/chip.c | 28 ++ 32 files changed, 1073 insertions(+), 1572 deletions(-) --- Adrian Bunk (5): PCI: quirks.c: cleanup PCI: remove pci_find_device_reverse() PCI: mark pci_find_device() as __deprecated PCI: remove quirk_sis_96x_compatible() PCI: make isa_bridge Alpha-only Daniel Yeisley (1): PCI Quirk: 1k I/O space IOBL_ADR fix on P64H2 Eric W. Biederman (6): msi: Kill msi_lookup_irq msi: Remove msi_lock. msi: Fix msi_remove_pci_irq_vectors. msi: Remove attach_msi_entry. msi: Kill the msi_desc array. msi: Make MSI useable more architectures Greg Kroah-Hartman (3): PCI: remove duplicate device id from ata_piix PCI: remove duplicate device id from ipr Revert "PCI: remove duplicate device id from ata_piix" Hidetoshi Seto (4): PCI : remove too specialized __pci_enable_device for default resume PCI : Move pci_fixup_device and is_enabled (originally intended change) PCI : add extremely specialized __pci_reenable_device for default resume PCI : Add selected_regions funcs Jean Delvare (1): PCI: Speed up the Intel SMBus unhiding quirk Kenji Kaneshige (12): pciehp: cleanup init_slot() pciehp: cleanup slot list pciehp: remove unnecessary php_ctlr pciehp: remove unused pci_bus from struct controller pciehp: cleanup register access pciehp: cleanup pciehp.h pciehp: remove unused pcie_cap_base pciehp: cleanup wait command completion pciehp: fix wait command completion shpchp: remove CONFIG_HOTPLUG_PCI_SHPC_POLL_EVENT_MODE shpchp: remove DBG_XXX_ROUTINE shpchp: delete trailing whitespace Kristen Carlson Accardi (1): PCIEHP: Add Electro Mechanical Interlock (EMI) support to the PCIE hotplug driver. Linas Vepstas (2): PCI: define inline for test of channel error state PCI: Use newly defined PCI channel offline routine Michael Ellerman (3): MSI: Replace pci_msi_quirk with calls to pci_no_msi() MSI: Remove pci_scan_msi_device() MSI: Combine pci_(save|restore)_msi/msix_state Pavel Machek (1): PCI: power management: remove noise on non-manageable hw Satoru Takeuchi (1): PCI: cleanup MSI code Yinghai Lu (1): PCI: check szhi when sz is 0 when 64 bit iomem bigger than 4G - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Re: [GIT PATCH] PCI patches for 2.6.20-rc1
On Thu, Dec 21, 2006 at 12:04:10AM -0800, Andrew Morton wrote: > On Thu, 21 Dec 2006 00:36:09 -0700 > Grant Grundler <[EMAIL PROTECTED]> wrote: > > Any reasons why the Documentation/pci.txt patch isn't included? > > Did I botch something? > > I saw about 88,000 of them fly past, none of which looked like a final patch Isn't that normal for patches? :) > (sane Subject:, changelog and s-o-b). This is the 'droid you are looking for: http://lkml.org/lkml/2006/12/18/15 AFAIK, the only thing missing is the s-o-b line from gregkh and/or Hidetoshi Seto (who should also get credit for some of the new content). But I think they could reply to that email with their s-o-b line. > > Should I resubmit? > > s/re// ;) > > Yes please. thanks! grant - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Re: [GIT PATCH] PCI patches for 2.6.20-rc1
On Thu, 21 Dec 2006 00:36:09 -0700 Grant Grundler <[EMAIL PROTECTED]> wrote: > On Wed, Dec 20, 2006 at 12:01:42PM -0800, Greg KH wrote: > > Here are some PCI patches for 2.6.20-rc1 > > > > They contain a number of PCI quirk fixes and some PCI hotplug driver > > fixes and changes, and some other stuff that is detailed below. > > Any reasons why the Documentation/pci.txt patch isn't included? > Did I botch something? I saw about 88,000 of them fly past, none of which looked like a final patch (sane Subject:, changelog and s-o-b). > Should I resubmit? s/re// ;) Yes please. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Re: [GIT PATCH] PCI patches for 2.6.20-rc1
On Wed, Dec 20, 2006 at 12:01:42PM -0800, Greg KH wrote: > Here are some PCI patches for 2.6.20-rc1 > > They contain a number of PCI quirk fixes and some PCI hotplug driver > fixes and changes, and some other stuff that is detailed below. Any reasons why the Documentation/pci.txt patch isn't included? Did I botch something? Should I resubmit? thanks, grant > > All of these patches have been in the -mm tree for a while. > > Please pull from: > git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6.git/ > or if master.kernel.org hasn't synced up yet: > master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6.git/ > > The full patches will be sent to the linux-pci mailing list, if anyone > wants to see them. > > thanks, > > greg k-h > > arch/i386/pci/fixup.c | 13 ++- > arch/powerpc/sysdev/mpic.c |2 +- > drivers/ide/pci/atiixp.c |1 - > drivers/pci/hotplug/acpiphp_glue.c |2 +- > drivers/pci/hotplug/rpaphp_slot.c | 47 > drivers/pci/hotplug/shpchp.h | 238 > ++-- > drivers/pci/hotplug/shpchp_core.c | 116 ++ > drivers/pci/hotplug/shpchp_ctrl.c | 21 ++-- > drivers/pci/hotplug/shpchp_hpc.c | 223 ++ > drivers/pci/htirq.c|9 +-- > drivers/pci/pci-driver.c | 12 +- > drivers/pci/pci.c | 112 +++-- > drivers/pci/pcie/portdrv_pci.c |2 +- > drivers/pci/probe.c| 11 +- > drivers/pci/quirks.c | 217 ++--- > drivers/pci/search.c | 38 +++--- > drivers/pci/setup-res.c| 19 +++- > include/asm-generic/vmlinux.lds.h |3 + > include/linux/Kbuild |2 - > include/linux/ioport.h |3 + > include/linux/pci.h| 29 - > include/linux/pci_ids.h|4 + > include/linux/pci_regs.h | 19 +++- > 23 files changed, 537 insertions(+), 606 deletions(-) > > --- > > Adrian Bunk (1): > PCI: don't export device IDs to userspace > > Alan Cox (2): > pci: Introduce pci_find_present > PCI: Fix multiple problems with VIA hardware > > Conke Hu (1): > PCI: ATI sb600 sata quirk > > David Rientjes (1): > PCI quirks: remove redundant check > > Inaky Perez-Gonzalez (1): > pci: add class codes for Wireless RF controllers > > Jesper Juhl (1): > PCI: Be a bit defensive in quirk_nvidia_ck804() so we don't risk > dereferencing a NULL pdev. > > Kenji Kaneshige (5): > PCI: pcieport-driver: remove invalid warning message > shpchp: remove unnecessary struct php_ctlr > shpchp: cleanup struct controller > shpchp: remove shpchprm_get_physical_slot_number > shpchp: cleanup shpchp.h > > Kristen Carlson Accardi (1): > acpiphp: Link-time error for PCI Hotplug > > Linas Vepstas (1): > rpaphp: compiler warning cleanup > > Michael Ellerman (6): > PCI: Create __pci_bus_find_cap_start() from __pci_bus_find_cap() > PCI: Add pci_find_ht_capability() for finding Hypertransport > capabilities > PCI: Use pci_find_ht_capability() in drivers/pci/htirq.c > PCI: Add #defines for Hypertransport MSI fields > PCI: Use pci_find_ht_capability() in drivers/pci/quirks.c > PCI: Only check the HT capability bits in mpic.c > > Ralf Baechle (1): > PCI legacy resource fix > > Russell King (1): > PCI: use /sys/bus/pci/drivers//new_id first - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[GIT PATCH] PCI patches for 2.6.20-rc1
Here are some PCI patches for 2.6.20-rc1 They contain a number of PCI quirk fixes and some PCI hotplug driver fixes and changes, and some other stuff that is detailed below. All of these patches have been in the -mm tree for a while. Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6.git/ or if master.kernel.org hasn't synced up yet: master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6.git/ The full patches will be sent to the linux-pci mailing list, if anyone wants to see them. thanks, greg k-h arch/i386/pci/fixup.c | 13 ++- arch/powerpc/sysdev/mpic.c |2 +- drivers/ide/pci/atiixp.c |1 - drivers/pci/hotplug/acpiphp_glue.c |2 +- drivers/pci/hotplug/rpaphp_slot.c | 47 drivers/pci/hotplug/shpchp.h | 238 ++-- drivers/pci/hotplug/shpchp_core.c | 116 ++ drivers/pci/hotplug/shpchp_ctrl.c | 21 ++-- drivers/pci/hotplug/shpchp_hpc.c | 223 ++ drivers/pci/htirq.c|9 +-- drivers/pci/pci-driver.c | 12 +- drivers/pci/pci.c | 112 +++-- drivers/pci/pcie/portdrv_pci.c |2 +- drivers/pci/probe.c| 11 +- drivers/pci/quirks.c | 217 ++--- drivers/pci/search.c | 38 +++--- drivers/pci/setup-res.c| 19 +++- include/asm-generic/vmlinux.lds.h |3 + include/linux/Kbuild |2 - include/linux/ioport.h |3 + include/linux/pci.h| 29 - include/linux/pci_ids.h|4 + include/linux/pci_regs.h | 19 +++- 23 files changed, 537 insertions(+), 606 deletions(-) --- Adrian Bunk (1): PCI: don't export device IDs to userspace Alan Cox (2): pci: Introduce pci_find_present PCI: Fix multiple problems with VIA hardware Conke Hu (1): PCI: ATI sb600 sata quirk David Rientjes (1): PCI quirks: remove redundant check Inaky Perez-Gonzalez (1): pci: add class codes for Wireless RF controllers Jesper Juhl (1): PCI: Be a bit defensive in quirk_nvidia_ck804() so we don't risk dereferencing a NULL pdev. Kenji Kaneshige (5): PCI: pcieport-driver: remove invalid warning message shpchp: remove unnecessary struct php_ctlr shpchp: cleanup struct controller shpchp: remove shpchprm_get_physical_slot_number shpchp: cleanup shpchp.h Kristen Carlson Accardi (1): acpiphp: Link-time error for PCI Hotplug Linas Vepstas (1): rpaphp: compiler warning cleanup Michael Ellerman (6): PCI: Create __pci_bus_find_cap_start() from __pci_bus_find_cap() PCI: Add pci_find_ht_capability() for finding Hypertransport capabilities PCI: Use pci_find_ht_capability() in drivers/pci/htirq.c PCI: Add #defines for Hypertransport MSI fields PCI: Use pci_find_ht_capability() in drivers/pci/quirks.c PCI: Only check the HT capability bits in mpic.c Ralf Baechle (1): PCI legacy resource fix Russell King (1): PCI: use /sys/bus/pci/drivers//new_id first - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/