An error occurred fetching the project authors.
- 03 Jul, 2003 1 commit
-
-
Matthew Wilcox authored
Give pci_find_bus a domain argument and move its declaration to <linux/pci.h>
-
- 26 Jun, 2003 1 commit
-
-
Greg Kroah-Hartman authored
-
- 04 Jun, 2003 1 commit
-
-
Greg Kroah-Hartman authored
-
- 03 Jun, 2003 4 commits
-
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
This will let include/linux/pci.h get smaller, and is what I should have done in the first place 2 years ago...
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
-
- 06 May, 2003 2 commits
-
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
-
- 06 Mar, 2003 1 commit
-
-
Russell King authored
- Eliminate the stack allocation of a struct pci_dev, and make pci_scan_slot() take a bus and a devfn argument. - Add "dev->multifunction" to indicate whether this is a multifunction device. - Run header fixups before inserting the new pci device into any device lists or announcing it to the drivers. - Convert some more stuff to use the list_for_each* macro(s).
-
- 24 Feb, 2003 6 commits
-
-
Michael Hayes authored
This fixes: occured -> occurred Fixes 135 occurrences in all.
-
Greg Kroah-Hartman authored
Also cleaned up a lot of unnecessary bus walking on device startup and shutdown.
-
Christoph Hellwig authored
We have a function pci_dev_driver() to check whether a pci_dev has an driver attached to it. It's handling of legacy devices is a bit simpler than what the hotplug code did (duplicated in various places), but if that stuff is really needed the generic code should be updated.
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
[PATCH] IBM PCI Hotplug: Clean up the error handling logic for a number of functions, and fix a locking mess.
-
- 06 Feb, 2003 2 commits
-
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
These were pointed out by "dan carpenter" <error27@email.com> from his smatch tool.
-
- 07 Jan, 2003 1 commit
-
-
Greg Kroah-Hartman authored
-
- 09 Oct, 2002 2 commits
-
-
Greg Kroah-Hartman authored
-
Irene Zubarev authored
This is a small patch on top of what you sent out to the kernel already. I basically uncommented out another place, where we call pci_hp_change_info and changed to the new method. And also, when I sent you those (polling, isa, pci...) patches sometime back, I made a mistake when I was translating the code from the way RPM is to the way we want in the kernel (since in RPM we cannot have option to compile kernel).
-
- 19 Sep, 2002 1 commit
-
-
Greg Kroah-Hartman authored
-
- 09 Sep, 2002 3 commits
-
-
Greg Kroah-Hartman authored
-
Irene Zubarev authored
-
Irene Zubarev authored
- fix polling logic - add ability to write [chassis/rxe]#slot# instead of just slot#
-
- 24 Jul, 2002 1 commit
-
-
Rusty Russell authored
The old form of designated initializers are obsolete: we need to replace them with the ISO C forms before 2.6. Gcc has always supported both forms anyway.
-
- 07 Jun, 2002 2 commits
-
-
Greg Kroah-Hartman authored
Thanks to Andrey Panin <pazke@orbita1.ru> for pointing these out to me.
-
Greg Kroah-Hartman authored
removed a lot of bizzare polling locking logic, causing the driver to not sleep for 2 seconds with some locks held. This improves userspace interaction by a few orders of magnitude :)
-
- 09 May, 2002 1 commit
-
-
Greg Kroah-Hartman authored
update the ibm pci hotplug driver to the latest version. Contains lots of small bugfixes and added features for new hardware.
-
- 07 May, 2002 1 commit
-
-
Greg Kroah-Hartman authored
change due to moved location of i386's pci.h
-
- 06 May, 2002 1 commit
-
-
Greg Kroah-Hartman authored
include file location changed due to pci changes
-
- 10 Apr, 2002 1 commit
-
-
Greg Kroah-Hartman authored
fixed linker bug when driver is compiled into the kernel.
-
- 27 Feb, 2002 1 commit
-
-
Greg Kroah-Hartman authored
Written by Irene Zubarev, Tong Yu, Jyoti Shah, Chuck Cole, and me.
-