- 29 Jan, 2004 10 commits
-
-
Martin Hicks authored
This just gets rid of a stupid compile warning.
-
Matthew Wilcox authored
On Wed, Dec 17, 2003 at 04:24:44PM -0800, Greg KH wrote: > I've applied the pci portions of this patch to my trees and will send it > on after 2.6.0 is out. James Bottomley found a bug in it; could you also apply:
-
Greg Kroah-Hartman authored
This is in case others copy this code (which has already happened...)
-
Matthew Wilcox authored
tg3.c has a bug where it can find the wrong 5704 peer on a machine with PCI domains. The problem is that pci_find_slot() can't distinguish whether it has the correct domain or not. This patch fixes that problem by introducing pci_get_slot().
-
Matthew Dobson authored
This is needed to show pci bus topology to userspace properly.
-
Matthew Wilcox authored
When plugging a 33MHz card into a bus that's running at 66MHz, I'd like to see a better error message than: acpiphp_glue: notify_handler: unknown event type 0x5 for \_SB_.SBA0.PCI4.S2F0 The following patch would give us: Device \_SB_.SBA0.PCI4.S2F0 cannot be configured due to a frequency mismatch which I think is clearer.
-
Rolf Eike Beer authored
The functions are not named *_skel_*, so it seems useful not to call them with this.
-
Russell King authored
Greg, As discussed about six or so months ago, we agreed to hold off this patch until fairly late, due to its ability to catch duplicate PCI driver names. Please note that I haven't attempted to reproduce the problem with recent kernels, and that all ARM kernel patches released since then have had this patch in. I'm guessing this will actually be 2.6.1 material since it probably doesn't show for PCI drivers which are part of the kernel tree. If pci_register_driver fails, the register the PCI driver structure will not be registered with the driver model. pci_register_driver returns with negative value, and we then attempt to unregister the driver structure. This leads to an oops in the driver model. The driver model does not return the number of devices it successfully bound the driver to, and neither does pci_register_driver() return this information. Therefore, all of the code below is redundant. (There's a little redundancy left in drivers/pci/pci-driver.c but it is harmless unlike this block.)
-
David S. Miller authored
-
David S. Miller authored
into cheetah.(none):/home/davem/src/BK/sparc-2.6
-
- 28 Jan, 2004 6 commits
-
-
http://lia64.bkbits.net/to-linus-2.5Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
Andrew Morton authored
From: Dominik Brodowski <linux@dominikbrodowski.de> This brown paper bag patch is needed to assure cpufreq_update_policy works correctly. Please apply, else the next ACPI patch will cause trouble with thermal management [it needs cpufreq_update_policy to work properly]. Fix a horribly wrong memcpy instruction in cpufreq_update_policy which caused it to oops.
-
Andrew Morton authored
From: Torsten Duwe <duwe@suse.de> pmdisk.c uses struct new_utsname, so give it the header.
-
Andrew Morton authored
From: Christoph Hellwig <hch@lst.de> Put kernel_flag back to where it used to be, near its comment and its EXPORT_SYMBOL.
-
Andrew Morton authored
From: Andi Kleen <ak@muc.de> Just fix two warnings on x86-64 that were recently introduced (one by me and the other by the sort extable changes)
-
Ben Collins authored
-
- 27 Jan, 2004 13 commits
-
-
Ben Collins authored
-
Ben Collins authored
-
David Mosberger authored
-
Ben Collins authored
Add comment for HdrS ver 0x201
-
-
bk://kernel.bkbits.net/gregkh/linux/usb-2.6Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
David Brownell authored
- Fix kconfig botch (bk automerge can be rather flakey) - The gadgetfs patches going with the kconfig cleanups
-
bk://kernel.bkbits.net/gregkh/linux/i2c-2.6Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
Greg Kroah-Hartman authored
into kroah.com:/home/greg/linux/BK/i2c-2.6
-
Greg Kroah-Hartman authored
into kroah.com:/home/greg/linux/BK/usb-2.6
-
Greg Kroah-Hartman authored
-
Jean Delvare authored
Here is a patch that brings the lm75 and lm78 drivers in compliance with sysfs naming conventions. The drivers as found in existing 2.6 kernels do not have a digit appended to the temperature-related files names as the sysfs naming conversion recommends (obviously because they each have a single temperature channel). As a result, libsensors won't find the files. It was discussed on the list wether a '1' should be appended in this case, and our conclusion was that it would be better to do so because it helps automatic processing of the sysfs exported files. Please apply if you agree with this.
-
Alan Stern authored
On Tue, 27 Jan 2004, Greg KH wrote: > Hm, can you send me a patch to fix up snd_usb_extigy_boot_quirk() in > sound/usb/usbaudio.c now that this patch broke that code? :) Here it is. The problem with changing things in the core is always that you may miss some of the repercussions. In this case the patch will restore the code's original functionality. However the whole thing looks a bit creaky to me. Changing device descriptors and who knows what else without informing usbcore isn't a good idea. What this code _really_ appears to need is some form of usb_device_reenumerate(). Such a function would fit very nicely into the framework I've worked out for the revised usb_device_reset(); maybe I'll add it in there. It would do essentially the same thing as device_reset except for skipping the actual port reset.
-
- 26 Jan, 2004 11 commits
-
-
Martin Hicks authored
I accidentally left a debug printk in the sn2 timer_interrupt().
-
http://linux-acpi.bkbits.net/linux-acpi-release-2.6.2Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
Len Brown authored
into intel.com:/home/lenb/src/linux-acpi-test-2.6.2
-
Len Brown authored
into intel.com:/home/lenb/src/linux-acpi-test-2.6.1
-
Len Brown authored
from ia64 via Alex Williamson
-
Len Brown authored
from Jes Sorensen
-
Len Brown authored
from Jes Sorensen
-
Len Brown authored
-
http://lia64.bkbits.net/to-linus-2.5Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
Alan Stern authored
-
Alan Stern authored
This patch fixes a simple error in a couple of utility routines. They will no longer try to dereference a NULL actconfig pointer. Also, they will work a little better if the configuration is changed while they are running (which should never happen anyway).
-