linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] cpufreq: Some optimizations for cpufreq.c.
@ 2025-06-23 13:33 Lifeng Zheng
  2025-06-23 13:33 ` [PATCH 1/7] cpufreq: Disable cpufreq-based invariance when fail to register driver Lifeng Zheng
                   ` (6 more replies)
  0 siblings, 7 replies; 23+ messages in thread
From: Lifeng Zheng @ 2025-06-23 13:33 UTC (permalink / raw)
  To: rafael, viresh.kumar, ionela.voinescu
  Cc: linux-kernel, linux-pm, linuxarm, jonathan.cameron, zhanjie9,
	lihuisong, yubowen8, zhenglifeng1

This patch series makes some minor optimizations for cpufreq.c to make
codes cleaner.

Lifeng Zheng (7):
  cpufreq: Disable cpufreq-based invariance when fail to register driver
  cpufreq: Init policy->rwsem before it may be possibly used
  cpufreq: Contain scaling_cur_freq.attr in cpufreq_attrs
  cpufreq: Remove duplicate check in __cpufreq_offline()
  cpufreq: Move the check of cpufreq_driver->get into
    cpufreq_verify_current_freq()
  cpufreq: Refactor code about starting governor in cpufreq_set_policy()
  cpufreq: Exit governor when failed to start old governor

 drivers/cpufreq/cpufreq.c | 53 +++++++++++++++++++++------------------
 1 file changed, 28 insertions(+), 25 deletions(-)

-- 
2.33.0


^ permalink raw reply	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2025-07-04  9:49 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-23 13:33 [PATCH 0/7] cpufreq: Some optimizations for cpufreq.c Lifeng Zheng
2025-06-23 13:33 ` [PATCH 1/7] cpufreq: Disable cpufreq-based invariance when fail to register driver Lifeng Zheng
2025-06-23 15:27   ` Rafael J. Wysocki
2025-07-04  9:03     ` zhenglifeng (A)
2025-06-23 13:33 ` [PATCH 2/7] cpufreq: Init policy->rwsem before it may be possibly used Lifeng Zheng
2025-06-23 15:29   ` Rafael J. Wysocki
2025-07-04  9:04     ` zhenglifeng (A)
2025-06-23 13:33 ` [PATCH 3/7] cpufreq: Contain scaling_cur_freq.attr in cpufreq_attrs Lifeng Zheng
2025-06-23 15:30   ` Rafael J. Wysocki
2025-07-03 14:59     ` Rafael J. Wysocki
2025-07-04  9:07       ` zhenglifeng (A)
2025-06-23 13:33 ` [PATCH 4/7] cpufreq: Remove duplicate check in __cpufreq_offline() Lifeng Zheng
2025-06-23 15:31   ` Rafael J. Wysocki
2025-06-23 13:34 ` [PATCH 5/7] cpufreq: Move the check of cpufreq_driver->get into cpufreq_verify_current_freq() Lifeng Zheng
2025-06-23 15:35   ` Rafael J. Wysocki
2025-07-04  9:16     ` zhenglifeng (A)
2025-06-23 13:34 ` [PATCH 6/7] cpufreq: Refactor code about starting governor in cpufreq_set_policy() Lifeng Zheng
2025-06-23 15:13   ` Rafael J. Wysocki
2025-07-04  9:37     ` zhenglifeng (A)
2025-06-23 13:34 ` [PATCH 7/7] cpufreq: Exit governor when failed to start old governor Lifeng Zheng
2025-06-23 15:12   ` Rafael J. Wysocki
2025-07-04  9:38     ` zhenglifeng (A)
2025-07-04  9:48       ` Rafael J. Wysocki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).