1. 10 Feb, 2004 6 commits
    • Dave Jones's avatar
      [CPUFREQ] convert powernow-k8 to use frequency tables [2/5] · 1571db90
      Dave Jones authored
      Use the frequency_table for calculating the correct ->target state
      1571db90
    • Dave Jones's avatar
      [CPUFREQ] convert powernow-k8 to use frequency tables [1/5] · 85dbcef9
      Dave Jones authored
      Add a struct cpufreq_frequency_table, fill it with content, and use it for
      ->verify.
      85dbcef9
    • Dave Jones's avatar
      [CPUFREQ] Fix an oops unloading p4-clockmod. · c1e1fbb2
      Dave Jones authored
      Reverting frequency changes on unloading is uncommon for cpufreq drivers
      so let's remove this speciality.
      c1e1fbb2
    • Dave Jones's avatar
      Merge delerium.codemonkey.org.uk:/mnt/nfs/sepia/bar/src/kernel/2.6/trees/bk-linus · 9d19aa36
      Dave Jones authored
      into delerium.codemonkey.org.uk:/mnt/nfs/sepia/bar/src/kernel/2.6/trees/cpufreq
      9d19aa36
    • Dave Jones's avatar
      [CPUFREQ] Geode register fixes. · 690c11be
      Dave Jones authored
      From: Hiroshi Miura <miura at da-cha.org>
                                                                                                              
      I mistook a Geode chipset's register meanings. (-.-;
      ON is not 'CPU is ON' but 'cpu modulation is ON' that is stops cpu.
                                                                                                                     
      this causes a bad freq setting.
                                                                                                                     
      This patch fixes this and minor bug that is,
                                                                                                                     
              if (new_khz == stock_freq) {  /* if new khz == 100% of CPU speed, it is special case */
                      local_irq_save(flags);
                      cpufreq_notify_transition(&freqs, CPUFREQ_PRECHANGE);
                                                                                                                     
      cpufreq_notify_transition() called after local_irq_save();
      this makes not update cpu_khz.
      690c11be
    • Benjamin Herrenschmidt's avatar
      [PATCH] Export OF device path for PCI devices · af3ad153
      Benjamin Herrenschmidt authored
      Here's a new version of the patch according to our discussion.
      
      This allows the platform to add its own platform files to the
      sysfs PCI device node through a "pcibios_add_platform_entries()"
      call.
      
      I added an empty pcibios_add_platform_entries() inline to all
      archs that apparently have PCI and implemented the OF stuff for
      ppc and ppc64. The name is still "devspec" for now, I doubt
      it will conflict and that's consistent with our use of the
      "devspec" name in other places.
      af3ad153
  2. 09 Feb, 2004 34 commits