- 14 Apr, 2004 1 commit
-
-
Dave Jones authored
From: Bruno Ducrot <ducrot@poupinou.org> I think this patch is needed especially if the FSB is around 166MHz or 200MHz, or else I believe we get instabilities on some K7's motherboard powernow capable (it's called Cool'n Quiet IIRC). * Deduce fsb from cpu_khz and the max multiplier. It will be given as kHz now, so that frequency associated to a multiplier will be computate more accurately. Also, we need it for SGTC (see below). * Fix how cpuid is computed in powernow_decode_bios(). * Be more restrictive for PST. It may be possible (on desktop shipped with low power Athlon models) that FSB can be changed by dip switchs on motherboard for example. * Fix computation for SGTC. It use the bus timer (and then the bus frequency given by fsb).
-
- 08 Apr, 2004 2 commits
-
-
Dave Jones authored
-
Dave Jones authored
The other cpufreq drivers are quiet in the 'dont have hardware' case, so this should follow suit.
-
- 06 Apr, 2004 24 commits
-
-
Dave Jones authored
Broken failure path spotted by Dominik Brodowski.
-
Dave Jones authored
These are hex values. Prefix them all with 0x
-
Dave Jones authored
-
Dave Jones authored
-
Dave Jones authored
We fall back on the legacy PSB table if the ACPI tables don't work out.
-
Dave Jones authored
-
Dave Jones authored
-
Dave Jones authored
-
Dave Jones authored
-
Dave Jones authored
Also some changes to use some helpers.
-
Dave Jones authored
-
Dave Jones authored
-
Dave Jones authored
remove unused defines, introduce some new ones, and generally cleanup.
-
Dave Jones authored
-
Dave Jones authored
-
Dave Jones authored
-
Dave Jones authored
-
Dave Jones authored
-
Dave Jones authored
-
Dave Jones authored
Gcc should be smart enough to do this itself.
-
Dave Jones authored
-
Dave Jones authored
(Pavel Machek)
-
Dave Jones authored
Noted by Viktor Radnai.
-
Dave Jones authored
From Michael Still <mikal@stillhq.com>
-
- 05 Apr, 2004 1 commit
-
-
Dave Jones authored
(From Stelian Pop) Upon investigation, the reason is that trying to set the performance to 80% in longrun_determine_freqs leaves the performance to 100%. The performance level, at least on this particular model, can be lowered only in 33% steps. And in order to put the performance to 66%, the code should try to set the barrier to 70%. The following patch does even more, it tries every value from 80% to 10% in 10% steps, until it succeeds in lowering the performance. I'm not sure this is the best way to do it but in any case, it works for me (and should continue to work for everybody else).
-
- 02 Apr, 2004 4 commits
-
-
Dave Jones authored
Introduce a per-cpu powernow_k8_data struct, and pass it around between all the functions that need to know about it.
-
Dave Jones authored
Move lots of code to the cpu init routine from the detection routine. Do some SMP sanity checks in the detection routine.
-
Dave Jones authored
Trying to get the diffsize down between me & Pavel.
-
Dave Jones authored
-
- 01 Apr, 2004 2 commits
-
-
Dave Jones authored
-
Dave Jones authored
into delerium.codemonkey.org.uk:/mnt/nfs/sepia/bar/src/kernel/2.6/trees/cpufreq
-
- 31 Mar, 2004 4 commits
-
-
Alexander Stohr authored
This cleans up a larger amount of superfluos ";;" statements in current Linux kernel sources by converting them to the regular single ";" statments. It seems to be a common problem that at the end of a line the semicolon key is producing an echo.
-
http://linux-sound.bkbits.net/linux-soundLinus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.6/linux
-
Andrew Morton authored
From: Anton Blanchard <anton@samba.org> Rusty Russell <rusty@rustcorp.com.au> The iSeries has an arch-specific mapping from physical <-> absolute addresses. Fortunately this is only used in a few places. However, the following arch-specific macros/functions are provided in addition to the standard macros: __a2p() __a2v() __p2a() __p2v() __v2a() __v2p() absolute_to_phys() phys_to_absolute() virt_to_absolute() absolute_to_virt() Reduce them to these, with slightly shorter names, and taking either pointers or unsigned long (as per __va and __pa) rather than making the caller cast: abs_to_phys() phys_to_abs() And helper macros: virt_to_abs() abs_to_virt() As is standard, virtual addresses are returned as void *, physical and absolute as unsigned long. Note that the change the iSeries_setup is a little subtle: ea is set to __va(pa) above, so "phys_to_abs(pa)" is the same as "virt_to_abs(ea)". Also, REALADDR is renamed to ISERIES_HV_ADDR and used in a couple of places where appropriate.
-
Andrew Morton authored
From: Anton Blanchard <anton@samba.org> Stephen Rothwell <sfr@canb.auug.org.au> This patch just ensures that the RI bit is set really early as it seems it is not on iSeries Power4 machines (or maybe OS400 v5r3 does this).
-
- 30 Mar, 2004 2 commits
-
-
Jaroslav Kysela authored
-
Jaroslav Kysela authored
au88x0 driver Cleanups - removed duplicate PCI IDs
-