03 Jul, 2006
1 commit
-
Signed-off-by: Thomas Gleixner
Cc: Ingo Molnar
Cc: "David S. Miller"
Cc: Benjamin Herrenschmidt
Cc: "Randy.Dunlap"
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds
22 Jun, 2006
1 commit
-
On Thu, Jun 01, 2006 at 02:46:11AM -0700, Rajesh Shah wrote:
> This patch assumes that pci_request_region() will always be called
> after pci_enable_device() and pci_release_region() will always
> be called before pci_disable_device(). We cannot make this
> assumption,since it's perfectly legal to disable a device
> first and then release it's regions. So, I think that patch
> needs to change.Patch below clarifies comments in Documentation/pci.txt.
Signed-off-by: Grant Grundler
Signed-off-by: Greg Kroah-Hartman
28 Apr, 2006
1 commit
-
Document that we don't like to add more PCI device ids
but are happy to accept PCI vendor ids for linux/include/pci_ids.hOriginal text from Jeff Garzik.
Signed-off-by: Ingo Oeser
Signed-off-by: Greg Kroah-Hartman
11 Sep, 2005
1 commit
-
This patch contains the most trivial from Rusty's trivial patches:
- spelling fixes
- remove duplicate includesSigned-off-by: Adrian Bunk
Cc: Rusty Russell
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds
17 Aug, 2005
1 commit
-
This removes very old functions from pci docs, which are no longer in
the kernel.Signed-off-by: Jiri Slaby
Signed-off-by: Greg Kroah-Hartman
Signed-off-by: Linus Torvalds
04 May, 2005
1 commit
-
pci_find_slot() doesn't work on multiple-domain boxes so pci_get_slot()
should be used instead.Signed-off-by: Matthew Wilcox
Signed-off-by: Greg Kroah-Hartman
17 Apr, 2005
1 commit
-
Initial git repository build. I'm not bothering with the full history,
even though we have it. We can create a separate "historical" git
archive of that later if we want to, and in the meantime it's about
3.2GB when imported into git - space that would just make the early
git days unnecessarily complicated, when we don't have a lot of good
infrastructure for it.Let it rip!