public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [BK PATCH] More PCI fixes for 2.5.70
@ 2003-06-05 21:00 Greg KH
  2003-06-05 21:01 ` [PATCH] " Greg KH
  0 siblings, 1 reply; 9+ messages in thread
From: Greg KH @ 2003-06-05 21:00 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel

Hi,

Here's some more PCI changes against the latest 2.5.70 bk tree.  They contain
the following:
	- fix up the fusion driver due to errors from my last round of
	  pci patches.
	- remove last direct accesses of the pci_devices variable.
Now the pci_devices variable is not exported for drivers to touch
directly.  Only the pci core and arch specific pci code should access
this variable.

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.


 arch/m68k/atari/hades-pci.c           |    4 +--
 drivers/ide/setup-pci.c               |    2 -
 drivers/macintosh/via-pmu68k.c        |   11 +++++----
 drivers/message/fusion/linux_compat.h |    7 +----
 drivers/message/fusion/mptbase.c      |    2 -
 drivers/pci/probe.c                   |    1 
 drivers/pci/search.c                  |   40 ++++++++++++++++++++++++++++++++++
 include/linux/pci.h                   |   20 +++++++----------
 8 files changed, 61 insertions(+), 26 deletions(-)
-----

Greg Kroah-Hartman:
  o PCI: remove EXPORT_SYMBOL(pci_devices)
  o PCI: move pci_present() into drivers/pci/search.c
  o PCI: remove pci_for_each_dev_reverse() now that all users of it are gone
  o PCI: remove usage of pci_for_each_dev_reverse() in
  o PCI: add pci_find_device_reverse() for users of pci_find_each_dev_reverse() to use
  o PCI: fix up previous fusion driver pci changes
  o PCI: remove direct access of pci_devices from drivers/macintosh/via-pmu68k.c
  o PCI: remove direct access of pci_devices from arch/m68k/atari/hades-pci.c


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

end of thread, other threads:[~2003-06-05 21:12 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-06-05 21:00 [BK PATCH] More PCI fixes for 2.5.70 Greg KH
2003-06-05 21:01 ` [PATCH] " Greg KH
2003-06-05 21:01   ` Greg KH
2003-06-05 21:01     ` Greg KH
2003-06-05 21:01       ` Greg KH
2003-06-05 21:01         ` Greg KH
2003-06-05 21:01           ` Greg KH
2003-06-05 21:01             ` Greg KH
2003-06-05 21:01               ` Greg KH

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