An error occurred fetching the project authors.
- 27 Feb, 2004 2 commits
-
-
Russell King authored
-
Russell King authored
-
- 14 Feb, 2004 1 commit
-
-
Russell King authored
-
- 27 Jan, 2004 1 commit
-
-
Frank Becker authored
Patch from Frank Becker cpufreq compiled as module complains: *** Warning: "sa11x0_getspeed" [drivers/cpufreq/cpufreq_userspace.ko] undefined!
-
- 16 Aug, 2003 1 commit
-
-
Russell King authored
-
- 21 Jun, 2003 1 commit
-
-
Russell King authored
-
- 05 Jun, 2003 1 commit
-
-
Russell King authored
Since struct platform_device now has the ability to pass resources, defined by the platform to the device driver, we can now use this to handle platform specific devices. One such instance is the StrongARM SA1111 companion chip, which can appear in various address spaces, and connected to different IRQ lines depending on how many cups of coffee the hardware designer had, the direction of the wind outside the designers office that day. We also convert some of the other StrongARM peripheral on-chip devices to use struct platform_device. ARM also provides a platform_add_devices() function which can be used by platform code to bulk-register a tabular set of platform devices.
-
- 06 Mar, 2003 2 commits
-
-
Russell King authored
-
Russell King authored
A 4 patch set from Dominik Brodowski, tested and fixed up by rmk for ARM. (1) - the system3.c cpufreq notifier couldn't possibly compile before because cpufreq_updateminmax has been undefined for ages. - clean up sa1100fb.c notifier to specify exactly what's left TBD. - double #include of cpufreq.c in drivers/pcmcia/sa1100_generic.c (2) Split up config symbols, add help text for CPU_FREQ_PROC_INTF (3) - update the Integrator CPUfreq driver so that it can get along with cpufreq policies. - modularize Integrator CPUfreq driver (all it did with !CONFIG_CPU_FREQ was to print out some debug information) (4) - update the SA11x0 CPUfreq drivers so that they can get along with cpufreq policies and governors. - update the cpufreq core so that cpufreq_get() returns something sensible during the first ->setpolicy or ->target call.
-
- 15 Dec, 2002 1 commit
-
-
Dominik Brodowski authored
This patch moves some basic per-CPU static information (minimum frequency, maximum frequency and maximum transition latency) into a struct cpufreq_cpuinfo. This offers a much cleaner struct cpufreq_driver and struct cpufreq_policy.
-
- 22 Nov, 2002 1 commit
-
-
Dominik Brodowski authored
This changes the return type of the verify and setpolicy functions from void to int. While doing this, I've changed the values for minimum and maximum supported frequency to be per CPU, as UltraSPARC needs this. Additionally, small cleanups in various drivers.
-
- 13 Oct, 2002 1 commit
-
-
Russell King authored
This updates the Integrator cpufreq code to use the new interfaces, and makes the sa1100 cpufreq round up the requested frequency.
-
- 30 Sep, 2002 1 commit
-
-
Russell King authored
This cset updates sa1100 code for the now merged cpufreq next-gen.
-
- 22 Aug, 2002 1 commit
-
-
Russell King authored
ARM machine support gets initialised too late in the initialisation order and can cause some things to unexpectedly fail. Fix the ordering of these initcalls by placing them in the core and arch initcall sections.
-
- 03 Aug, 2002 1 commit
-
-
Christopher Hoover authored
-
- 27 Jul, 2002 1 commit
-
-
Russell King authored
This covers the changes Dominik's made to the core cpufreq code.
-
- 09 Jul, 2002 2 commits
-
-
Russell King authored
This round of cpufreq cleanups came from Dominik's work on the core cpufreq code.
-
Russell King authored
-
- 05 Jun, 2002 1 commit
-
-
Russell King authored
- remove LAST_DESC in favour of passing the array size to iotable_init - replace domain and permission bits/cache attributes with a generic "type", which can be easily converted to the required domain and permission bits/cache attributes at run time. It also removes the possibility for getting such things wrong and (accidentally) allowing all user space to fiddle with devices directly.
-
- 29 May, 2002 1 commit
-
-
Russell King authored
-
- 28 Mar, 2002 1 commit
-
-
Russell King authored
-
- 05 Feb, 2002 4 commits
-
-
Linus Torvalds authored
- Russell King: large ARM update - Adam Richter et al: more kdev_t updates
-
Linus Torvalds authored
- Trond Myklebust: deadlock checking in lockd server - Tim Waugh: fix up parport wrong #define - Christoph Hellwig: i2c update, ext2 cleanup - Al Viro: fix partition handling sanity check. - Trond Myklebust: make NFS use SLAB_NOFS, and not play games with PF_MEMALLOC - Ben Fennema: UDF update - Alan Cox: continued merging - Chris Mason: get /proc buffer memory sizes right after buf-in-page-cache
-
Linus Torvalds authored
- me: fix forgotten nfsd usage of filldir off_t -> loff_t change - Alan Cox: more driver merges
-
Linus Torvalds authored
- Rui Sousa: emu10k1 module fixes, remove joystick part. - Alan Cox: driver merges - Andrea Arkangeli: alpha updates - David Woodhouse: up_and_exit -> complete_and_exit - David Miller: sparc and network update - Andrew Morton: update 3c59x driver - Neil Brown: NFS export VFAT, knfsd cleanups, raid fixes - Ben Collins: ieee1394 updates - Paul Mackerras: PPC update - me: make sure we don't lose position bits in "filldir()"
-