1. 12 Jan, 2003 35 commits
  2. 11 Jan, 2003 5 commits
    • Russell King's avatar
      [ARM] CPUFREQ updates from Dominik · c3c79e0e
      Russell King authored
      cpu-sa11x0: CPUFREQ_ALL_CPUS shouldn't be passed as argument to
      cpufreq_notify_transition() any more, but the exact CPU number.
      
      mach-integrator: cpufreq_notify_transition() isn't called -- which
      means that the transition notifiers are not informed. This patch adds
      these callbacks. Also, CPUFREQ_ALL_CPUS can't passed to
      cpufreq_driver->set_policy any longer, so some code can safely be
      removed.
      c3c79e0e
    • Jaroslav Kysela's avatar
      Linux PnP Support 0.94 · 7cf4ec8d
      Jaroslav Kysela authored
      (Adam Belay)            -use list_del instead of list_del_init in some areas
                              -introduce pnp capability and status flags
                              -remove static resource setting, I did some research and found that only
                               PnPBIOS supports it, therefore it is better to implememt this in the
                               PnPBIOS protocol itself. (it appears ACPI doesn't use this)
                              -Remove pnp_dev_has_driver and use PNP_ATTACHED instead, this is necessary
                               because a card driver only has rights over a device that it requests.
                              -added card_for_each_dev macro
                              -undo isapnp protocol changes, the pnp layer was designed to handle cards
                               and devices on the same protocol and I feel they should not be seperated.
      (Pual Laufer)           -Fix remove driver bug in pnp card services
      (Adam Richter)          -Fix a potential oops in id registration functions
      7cf4ec8d
    • Linus Torvalds's avatar
      Merge http://linux-isdn.bkbits.net/linux-2.5.isdn · 811b6a3b
      Linus Torvalds authored
      into home.transmeta.com:/home/torvalds/v2.5/linux
      811b6a3b
    • Kai Germaschewski's avatar
      Merge tp1.ruhr-uni-bochum.de:/scratch/kai/kernel/v2.5/linux-2.5 · c29fba8a
      Kai Germaschewski authored
      into tp1.ruhr-uni-bochum.de:/scratch/kai/kernel/v2.5/linux-2.5.isdn
      c29fba8a
    • Kai Germaschewski's avatar
      ISDN: remove kernel 2.0 code · 11aeb65a
      Kai Germaschewski authored
      From: Adrian Bunk <bunk@fs.tum.de>
      
      The patch below removes #if'd kernel 2.0 code from
      drivers/isdn/divert/divert_init.c.
      11aeb65a