public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [BK PATCH] PCI changes and fixes for 2.5.72
@ 2003-06-19 23:37 Greg KH
  2003-06-19 23:39 ` [PATCH] " Greg KH
  0 siblings, 1 reply; 11+ messages in thread
From: Greg KH @ 2003-06-19 23:37 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel

Hi,

Here's some PCI changes that are against the latest 2.5.72 bk tree.
They contain a number of different pci core changes, all listed below.
Included in these patches is the pci list locking patch that has been
reviewed a bunch on lkml.


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

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.


 MAINTAINERS              |    6 -
 arch/i386/pci/common.c   |   23 ++++++
 arch/i386/pci/direct.c   |   82 +++++++-----------------
 arch/i386/pci/fixup.c    |    6 -
 arch/i386/pci/irq.c      |    2 
 arch/i386/pci/legacy.c   |    6 -
 arch/i386/pci/numa.c     |   26 ++-----
 arch/i386/pci/pcbios.c   |   22 +-----
 arch/i386/pci/pci.h      |    2 
 arch/ia64/pci/pci.c      |   33 +++++-----
 drivers/acpi/osl.c       |   41 +++---------
 drivers/acpi/pci_root.c  |    2 
 drivers/pci/bus.c        |    6 +
 drivers/pci/hotplug.c    |   36 +++++++---
 drivers/pci/pci-driver.c |   20 +++---
 drivers/pci/pci-sysfs.c  |   24 +++----
 drivers/pci/pci.h        |    3 
 drivers/pci/probe.c      |    2 
 drivers/pci/proc.c       |   53 +++++++++-------
 drivers/pci/search.c     |  155 +++++++++++++++++++++++++++++++++++++++++------
 include/linux/pci.h      |   41 ++++++++----
 21 files changed, 351 insertions(+), 240 deletions(-)
-----

David Mosberger:
  o PCI: move pci_domain_nr() inside "#ifdef CONFIG_PCI" bracket

Greg Kroah-Hartman:
  o PCI: rename pci_get_dev() and pci_put_dev() to pci_dev_get() and pci_dev_put()
  o PCI: well, everyone is treating me like the maintainer
  o PCI: merge bits missed from the pci locking patch
  o PCI: add locking to the pci device lists

Matthew Wilcox:
  o PCI: pci_raw_ops patch to fix acpi on ia64
  o PCI: Unconfuse /proc
  o PCI: Tidy up sysfs a bit


^ permalink raw reply	[flat|nested] 11+ messages in thread
* Re: [PATCH] PCI changes and fixes for 2.5.72
@ 2003-06-20 15:44 Albert Cahalan
  2003-06-20 18:35 ` Greg KH
  0 siblings, 1 reply; 11+ messages in thread
From: Albert Cahalan @ 2003-06-20 15:44 UTC (permalink / raw)
  To: greg; +Cc: linux-kernel

Greg writes:

> [PATCH] PCI: Unconfuse /proc
>
> If we are to cope with multiple domains with clashing PCI bus
> numbers, we must refrain from creating two directories of the
> same name in /proc/bus/pci.  This is one solution to the
> problem; busses with a non-zero domain number get it prepended.
>
> Alternative solutions include cowardly refusing to create
> non-domain-zero bus directories, refusing to create directories
> with clashing names, and sticking our heads in the sand and
> pretending the problem doesn't exist.

Please don't do this. It's gross. As long as we have
the bus number mangling, stuff can stay as it is.
When the bus number mangling goes, the old-style
entries can go as well. I'm working on a patch that
makes the old-style entries be symlinks like this:

../../pci%d/bus%d/dev%d/fn%d/config-space

That solves the problem for good, in the right way.
It allows for migration to something sane.



^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2003-06-20 18:22 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-06-19 23:37 [BK PATCH] PCI changes and fixes for 2.5.72 Greg KH
2003-06-19 23:39 ` [PATCH] " Greg KH
2003-06-19 23:39   ` Greg KH
2003-06-19 23:39     ` Greg KH
2003-06-19 23:39       ` Greg KH
2003-06-19 23:39         ` Greg KH
2003-06-19 23:39           ` Greg KH
2003-06-19 23:39             ` Greg KH
2003-06-19 23:39               ` Greg KH
  -- strict thread matches above, loose matches on Subject: below --
2003-06-20 15:44 Albert Cahalan
2003-06-20 18:35 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox