public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <greg@kroah.com>
To: torvalds@transmeta.com
Cc: linux-kernel@vger.kernel.org
Subject: [BK PATCH] More PCI fixes for 2.5.70
Date: Thu, 5 Jun 2003 14:00:13 -0700	[thread overview]
Message-ID: <20030605210013.GA6917@kroah.com> (raw)

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


             reply	other threads:[~2003-06-05 20:47 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-06-05 21:00 Greg KH [this message]
2003-06-05 21:01 ` [PATCH] More PCI fixes for 2.5.70 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20030605210013.GA6917@kroah.com \
    --to=greg@kroah.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@transmeta.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox