1. 12 Jan, 2003 38 commits
  2. 11 Jan, 2003 2 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