- 10 Feb, 2004 12 commits
-
-
Dave Jones authored
Another fix from Dominik.
-
Dave Jones authored
From Dominik.. The different P-4-M steppings have different "ebx" values. Analyze it correctly to sort out Pentium-4-based Celerons.
-
Dave Jones authored
-
Dave Jones authored
Move the table verification to an extra function.
-
Dave Jones authored
Remove the *ppst table, and remove an unneccessary forward-declaration
-
Dave Jones authored
Keep *ppst local to the only function which needs it any longer.
-
Dave Jones authored
Use the frequency_table for calculating the correct ->target state
-
Dave Jones authored
Add a struct cpufreq_frequency_table, fill it with content, and use it for ->verify.
-
Dave Jones authored
Reverting frequency changes on unloading is uncommon for cpufreq drivers so let's remove this speciality.
-
Dave Jones authored
into delerium.codemonkey.org.uk:/mnt/nfs/sepia/bar/src/kernel/2.6/trees/cpufreq
-
Dave Jones authored
From: Hiroshi Miura <miura at da-cha.org> I mistook a Geode chipset's register meanings. (-.-; ON is not 'CPU is ON' but 'cpu modulation is ON' that is stops cpu. this causes a bad freq setting. This patch fixes this and minor bug that is, if (new_khz == stock_freq) { /* if new khz == 100% of CPU speed, it is special case */ local_irq_save(flags); cpufreq_notify_transition(&freqs, CPUFREQ_PRECHANGE); cpufreq_notify_transition() called after local_irq_save(); this makes not update cpu_khz.
-
Benjamin Herrenschmidt authored
Here's a new version of the patch according to our discussion. This allows the platform to add its own platform files to the sysfs PCI device node through a "pcibios_add_platform_entries()" call. I added an empty pcibios_add_platform_entries() inline to all archs that apparently have PCI and implemented the OF stuff for ppc and ppc64. The name is still "devspec" for now, I doubt it will conflict and that's consistent with our use of the "devspec" name in other places.
-
- 09 Feb, 2004 28 commits
-
-
Linus Torvalds authored
-
Andrew Morton authored
From: Nathan Scott <nathans@sgi.com>, Andreas Gruenbacher <agruen@suse.de> XFS regression tests tripped a couple of problems with the recent xattr fix. When a size of 0 is passed in, the getxattr and listxattr syscalls return the size that would be required for the value or list of names, without actually returning the value. The previous patch accidentally removed this test, and so querying the required size broke.
-
Andrew Morton authored
From: "Art Haas" <ahaas@airmail.net> The following patch removes the duplicated sysctl entries for 'soft-power' and 'unaligned-trap' for HPPA users. Immediately before these lines these two entries exist in a C99-style format.
-
bk://kernel.bkbits.net/davem/irda-2.6Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
bk://bk.arm.linux.org.uk/linux-2.6-rmkLinus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
Jean Tourrilhes authored
<Patch from Stephen Hemminger> o [CORRECT] Better handling of shared IRQs in w83977af_ir driver.
-
Jean Tourrilhes authored
<Patch from Stephen Hemminger> o [CORRECT] Better handling of shared IRQs in via-ircc driver.
-
Jean Tourrilhes authored
<Patch from Stephen Hemminger> o [CORRECT] Better handling of shared IRQs in smsc-ircc2 driver.
-
Jean Tourrilhes authored
<Patch from Stephen Hemminger> o [CORRECT] Better handling of shared IRQs in ali-ircc driver.
-
Jean Tourrilhes authored
<Patch from Stephen Hemminger> o [CORRECT] Better handling of shared IRQs in nsc-ircc driver.
-
Jean Tourrilhes authored
<Patch from Stephen Hemminger> o [FEATURE] remove unused code : device notifier handler.
-
Jean Tourrilhes authored
o [FEATURE] Don't drop IrLAP connection is we *just* received an incomming IrLMP connection request.
-
Jean Tourrilhes authored
<Original patch from Stephen Hemminger> o [CORRECT] Always initialise Ultra packet/header size. o [CORRECT] Don't allow Ultra send on unbound sockets if no dest address is given. o [FEATURE] Properly support Ultra sendto on unbound sockets.
-
Andrew Morton authored
From: Trond Myklebust <trond.myklebust@fys.uio.no> Fix for proper C99 designated initializer, and avoid warning from missing (unreachable - but gcc doesn't know it) return.
-
Linus Torvalds authored
a function of its own. This also allows us to do a better job, since slab.c can now do more proper tests.
-
Linus Torvalds authored
nfs_idmap.h independent of CONFIG_NFS4 and other header files.
-
bk://kernel.bkbits.net/gregkh/linux/i2c-2.6Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
bk://kernel.bkbits.net/gregkh/linux/pci-2.6Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
bk://kernel.bkbits.net/gregkh/linux/driver-2.6Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
bk://kernel.bkbits.net/gregkh/linux/usb-2.6Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
David S. Miller authored
into kernel.bkbits.net:/home/davem/net-2.6
-
http://nfsclient.bkbits.net/linux-2.5Trond Myklebust authored
into fys.uio.no:/home/linux/bitkeeper/nfsclient-2.5
-
Petri T. Koistinen authored
Here is patch for linux-2.6/drivers/usb/media/Kconfig.
-
Greg Kroah-Hartman authored
into kroah.com:/home/greg/linux/BK/i2c-2.6
-
Greg Kroah-Hartman authored
Now this should get that Rusty^Wmonkey off my back...
-
Greg Kroah-Hartman authored
Now this should get that Rusty^Wmonkey off my back...
-
Greg Kroah-Hartman authored
into kroah.com:/home/greg/linux/BK/pci-2.6
-
Jean Delvare authored
This is a new ported driver, fscher, which supports the FSC Hermes chip. The original driver was written by Reinhard Nissl, who also ported it to Linux 2.6, as discussed on the lm_sensors mailing list during the last two weeks. I reviewed the code and we made the necessary changes, so that what we have now looks good to me. Please apply on top of your i2c patches stack.
-