An error occurred fetching the project authors.
  1. 27 Feb, 2004 2 commits
  2. 14 Feb, 2004 1 commit
  3. 27 Jan, 2004 1 commit
  4. 16 Aug, 2003 1 commit
  5. 21 Jun, 2003 1 commit
  6. 05 Jun, 2003 1 commit
    • Russell King's avatar
      [ARM] Convert platform devices to use platform_device · 4f00f1c2
      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.
      4f00f1c2
  7. 06 Mar, 2003 2 commits
    • Russell King's avatar
    • Russell King's avatar
      [CPUFREQ] Update ARM CPUFREQ drivers · bdfd71e6
      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.
      bdfd71e6
  8. 15 Dec, 2002 1 commit
    • Dominik Brodowski's avatar
      [PATCH] cpufreq: clean up CPU information · 8d13373b
      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.
      8d13373b
  9. 22 Nov, 2002 1 commit
    • Dominik Brodowski's avatar
      [PATCH] cpufreq: cleanups · 0c7eef6a
      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.
      0c7eef6a
  10. 13 Oct, 2002 1 commit
    • Russell King's avatar
      [ARM] cpufreq updates for ARM · 767b74a3
      Russell King authored
      This updates the Integrator cpufreq code to use the new interfaces,
      and makes the sa1100 cpufreq round up the requested frequency.
      767b74a3
  11. 30 Sep, 2002 1 commit
  12. 22 Aug, 2002 1 commit
    • Russell King's avatar
      [ARM] Fix up initcall ordering · ac2c9c98
      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.
      ac2c9c98
  13. 03 Aug, 2002 1 commit
  14. 27 Jul, 2002 1 commit
  15. 09 Jul, 2002 2 commits
  16. 05 Jun, 2002 1 commit
    • Russell King's avatar
      [ARM] Clean up map_desc structure · 41a74af7
      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.
      41a74af7
  17. 29 May, 2002 1 commit
  18. 28 Mar, 2002 1 commit
  19. 05 Feb, 2002 4 commits
    • Linus Torvalds's avatar
      v2.5.1.8 -> v2.5.1.9 · d01b7e92
      Linus Torvalds authored
      - Russell King: large ARM update
      - Adam Richter et al: more kdev_t updates
      d01b7e92
    • Linus Torvalds's avatar
      v2.4.12 -> v2.4.12.1 · ad8dcf57
      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
      ad8dcf57
    • Linus Torvalds's avatar
      v2.4.8.1 -> v2.4.8.2 · 2be208bc
      Linus Torvalds authored
        - me: fix forgotten nfsd usage of filldir off_t -> loff_t change
        - Alan Cox: more driver merges
      2be208bc
    • Linus Torvalds's avatar
      v2.4.8 -> v2.4.8.1 · a67f1b5d
      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()"
      a67f1b5d