Skip to content
  1. Dec 20, 2022
  2. Dec 12, 2022
  3. Dec 08, 2022
  4. Dec 07, 2022
  5. Dec 06, 2022
    • ye xingchen's avatar
      ACPI: fan: Convert to use sysfs_emit_at() API · 64ee2528
      ye xingchen authored
      
      
      Follow the advice of the Documentation/filesystems/sysfs.rst and show()
      should only use sysfs_emit() or sysfs_emit_at() when formatting the
      value to be returned to user space.
      
      Signed-off-by: default avatarye xingchen <ye.xingchen@zte.com.cn>
      Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
      64ee2528
    • Conghui Wang's avatar
      cpufreq: Remove CVS version control contents from documentation · 04ac14ad
      Conghui Wang authored
      
      
      Since Linux moved to git, CVS is not relevant any more.
      
      Signed-off-by: default avatarConghui Wang <conghui.wang@hotmail.com>
      [ rjw: Subject and changelog edits, dropped trailing spaces ]
      Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
      04ac14ad
    • ye xingchen's avatar
      cpufreq: stats: Convert to use sysfs_emit_at() API · 7ed40bcf
      ye xingchen authored
      
      
      Follow the advice of the Documentation/filesystems/sysfs.rst and show()
      should only use sysfs_emit() or sysfs_emit_at() when formatting the
      value to be returned to user space.
      
      Signed-off-by: default avatarye xingchen <ye.xingchen@zte.com.cn>
      Acked-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
      Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
      7ed40bcf
    • Rafael J. Wysocki's avatar
      Merge branch 'pm-cpufreq' into linux-next · 0a9e32af
      Rafael J. Wysocki authored
      * pm-cpufreq:
        cpufreq: ACPI: Only set boost MSRs on supported CPUs
        dt-bindings: cpufreq: cpufreq-qcom-hw: Add QDU1000/QRU1000 cpufreq
        cpufreq: tegra186: Use flexible array to simplify memory allocation
        cpufreq: apple-soc: Add new driver to control Apple SoC CPU P-states
        cpufreq: qcom-hw: Add CPU clock provider support
        dt-bindings: cpufreq: cpufreq-qcom-hw: Add cpufreq clock provider
        cpufreq: qcom-hw: Fix the frequency returned by cpufreq_driver->get()
        cpufreq: qcom-hw: Fix memory leak in qcom_cpufreq_hw_read_lut()
        arm64: dts: ti: k3-am625-sk: Add 1.4GHz OPP
        cpufreq: ti: Enable ti-cpufreq for ARCH_K3
        arm64: dts: ti: k3-am625: Introduce operating-points table
        cpufreq: dt-platdev: Blacklist ti,am625 SoC
        cpufreq: ti-cpufreq: Add support for AM625
        dt-bindings: cpufreq: qcom: Add missing cache related properties
        cpufreq: qcom-hw: Move soc_data to struct qcom_cpufreq
        cpufreq: qcom-hw: Use cached dev pointer in probe()
        cpufreq: qcom-hw: Allocate qcom_cpufreq_data during probe
        cpufreq: qcom-hw: Remove un-necessary cpumask_empty() check
        cpufreq: Generalize of_perf_domain_get_sharing_cpumask phandle format
      0a9e32af
    • Stuart Hayes's avatar
      cpufreq: ACPI: Only set boost MSRs on supported CPUs · 44204632
      Stuart Hayes authored
      
      
      Stop trying to set boost MSRs on CPUs that don't support boost.
      
      This corrects a bug in the recent patch "Defer setting boost MSRs".
      
      Fixes: 13fdbc8b ("cpufreq: ACPI: Defer setting boost MSRs")
      Signed-off-by: default avatarStuart Hayes <stuart.w.hayes@gmail.com>
      Reported-by: default avatarBorislav Petkov (AMD) <bp@alien8.de>
      Tested-by: default avatarBorislav Petkov (AMD) <bp@alien8.de>
      Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
      44204632
    • Rafael J. Wysocki's avatar
      Merge tag 'cpufreq-arm-updates-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm · edeba49e
      Rafael J. Wysocki authored
      Pull cpufreq ARM updates for 6.2 from Viresh Kumar:
      
      "- Generalize of_perf_domain_get_sharing_cpumask phandle format (Hector
         Martin).
      
       - New cpufreq driver for Apple SoC CPU P-states (Hector Martin).
      
       - Lots of Qualcomm cpufreq driver updates, that include CPU clock
         provider support, generic cleanups or reorganization, fixed a
         potential memleak and the return value of cpufreq_driver->get()
         (Manivannan Sadhasivam, and Chen Hui).
      
       - Few updates to Qualcomm cpufreq driver's DT bindings, that include
         support for CPU clock provider, fixing missing cache related
         properties, and support for QDU1000/QRU1000 (Manivannan Sadhasivam,
         Rob Herring, and Melody Olvera).
      
       - Add support for ti,am625 SoC and enable build of ti-cpufreq for
         ARCH_K3 (Dave Gerlach, and Vibhore Vardhan).
      
       - tegra186: Use flexible array to simplify memory allocation (Christophe
         JAILLET)."
      
      * tag 'cpufreq-arm-updates-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm:
        dt-bindings: cpufreq: cpufreq-qcom-hw: Add QDU1000/QRU1000 cpufreq
        cpufreq: tegra186: Use flexible array to simplify memory allocation
        cpufreq: apple-soc: Add new driver to control Apple SoC CPU P-states
        cpufreq: qcom-hw: Add CPU clock provider support
        dt-bindings: cpufreq: cpufreq-qcom-hw: Add cpufreq clock provider
        cpufreq: qcom-hw: Fix the frequency returned by cpufreq_driver->get()
        cpufreq: qcom-hw: Fix memory leak in qcom_cpufreq_hw_read_lut()
        arm64: dts: ti: k3-am625-sk: Add 1.4GHz OPP
        cpufreq: ti: Enable ti-cpufreq for ARCH_K3
        arm64: dts: ti: k3-am625: Introduce operating-points table
        cpufreq: dt-platdev: Blacklist ti,am625 SoC
        cpufreq: ti-cpufreq: Add support for AM625
        dt-bindings: cpufreq: qcom: Add missing cache related properties
        cpufreq: qcom-hw: Move soc_data to struct qcom_cpufreq
        cpufreq: qcom-hw: Use cached dev pointer in probe()
        cpufreq: qcom-hw: Allocate qcom_cpufreq_data during probe
        cpufreq: qcom-hw: Remove un-necessary cpumask_empty() check
        cpufreq: Generalize of_perf_domain_get_sharing_cpumask phandle format
      edeba49e
    • Rafael J. Wysocki's avatar
      Merge branches 'pm-sleep' and 'pm-core' into linux-next · 96980ee2
      Rafael J. Wysocki authored
      * pm-sleep:
        PM: sleep: Refine error message in try_to_freeze_tasks()
        PM: sleep: Avoid using pr_cont() in the tasks freezing code
      
      * pm-core:
        PM: runtime: Relocate rpm_callback() right after __rpm_callback()
        PM: runtime: Do not call __rpm_callback() from rpm_idle()
      96980ee2
    • Rafael J. Wysocki's avatar
      PM: sleep: Refine error message in try_to_freeze_tasks() · 96d4b8e1
      Rafael J. Wysocki authored
      
      
      A previous change amended try_to_freeze_tasks() with the "what"
      variable pointing to a string describing the group of tasks subject to
      the freezing which may be used in the error message in there too, so
      make that happen.
      
      Accordingly, update sleepgraph.py to catch the modified error message
      as appropriate.
      
      Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
      Reviewed-by: default avatarPetr Mladek <pmladek@suse.com>
      96d4b8e1
    • Rafael J. Wysocki's avatar
      PM: sleep: Avoid using pr_cont() in the tasks freezing code · a449dfbf
      Rafael J. Wysocki authored
      
      
      Using pr_cont() in the tasks freezing code related to system-wide
      suspend and hibernation is problematic, because the continuation
      messages printed there are susceptible to interspersing with other
      unrelated messages which results in output that is hard to
      understand.
      
      Address this issue by modifying try_to_freeze_tasks() to print
      messages that don't require continuations and adjusting its
      callers accordingly.
      
      Reported-by: default avatarThomas Weißschuh <linux@weissschuh.net>
      Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
      Reviewed-by: default avatarPetr Mladek <pmladek@suse.com>
      a449dfbf
  6. Dec 05, 2022
Loading