Message ID | 20230419143947.1342730-1-dedekind1@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | misc intel_idle cleanups | expand |
On Wed, Apr 19, 2023 at 4:40 PM Artem Bityutskiy <dedekind1@gmail.com> wrote: > > From: Artem Bityutskiy <artem.bityutskiy@linux.intel.com> > > These are misc. clean-up and minor improvement patches for 'intel_idle'. The > common theme in them is improving the 'intel_idle_init_cstates_icpu()' function > and things around it. > > The patches are against the 'linux-pm' tree, the 'linux-next' branch. > > Artem Bityutskiy (7): > intel_idle: use pr_info instead of printk > intel_idle: cleanup 'intel_idle_init_cstates_icpu()' > intel_idle: further 'intel_idle_init_cstates_icpu()' cleanup > intel_idle: improve C-state flags handling robustness > intel_idle: fix confusing message > intel_idle: do not sprinkle module parameters definitions around > intel_idle: mark few variables as '__read_mostly' > > drivers/idle/intel_idle.c | 58 ++++++++++++++++++++++++--------------- > 1 file changed, 36 insertions(+), 22 deletions(-) > Applied as 6.4-rc material with patch updates taken into account. Thanks!
From: Artem Bityutskiy <artem.bityutskiy@linux.intel.com> These are misc. clean-up and minor improvement patches for 'intel_idle'. The common theme in them is improving the 'intel_idle_init_cstates_icpu()' function and things around it. The patches are against the 'linux-pm' tree, the 'linux-next' branch. Artem Bityutskiy (7): intel_idle: use pr_info instead of printk intel_idle: cleanup 'intel_idle_init_cstates_icpu()' intel_idle: further 'intel_idle_init_cstates_icpu()' cleanup intel_idle: improve C-state flags handling robustness intel_idle: fix confusing message intel_idle: do not sprinkle module parameters definitions around intel_idle: mark few variables as '__read_mostly' drivers/idle/intel_idle.c | 58 ++++++++++++++++++++++++--------------- 1 file changed, 36 insertions(+), 22 deletions(-) base-commit: bc538c8be4bd17479f88f2e1a78d5b76b5523319