All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] hwmon: (dell-smm) Improve init code
@ 2022-04-26 21:31 Armin Wolf
  2022-04-26 21:31 ` [PATCH v2 1/3] hwmon: (dell-smm) Avoid unnecessary SMM calls during init Armin Wolf
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Armin Wolf @ 2022-04-26 21:31 UTC (permalink / raw)
  To: pali; +Cc: jdelvare, linux, linux-hwmon, linux-kernel

This patch series improves the init code of the dell_smm_hwmon
driver. The first patch speeds up device initialisation by avoiding
unnecessary SMM calls during init, which might be slow on some
machines. The second patch is a small cleanup patch, while the
third patch allows for easier diagnosis of audio problems caused
by really slow SMM calls.

Tested on a Dell Inspiron 3505.

Changes in v2:
- replace pr_warn() with pr_warn_once()

Armin Wolf (3):
  hwmon: (dell-smm) Avoid unnecessary SMM calls during init
  hwmon: (dell-smm) Cleanup init code
  hwmon: (dell-smm) Warn if SMM call took a very long time to execute

 drivers/hwmon/dell-smm-hwmon.c | 50 +++++++++++++++-------------------
 1 file changed, 22 insertions(+), 28 deletions(-)

--
2.30.2


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

end of thread, other threads:[~2022-04-27  3:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-26 21:31 [PATCH v2 0/3] hwmon: (dell-smm) Improve init code Armin Wolf
2022-04-26 21:31 ` [PATCH v2 1/3] hwmon: (dell-smm) Avoid unnecessary SMM calls during init Armin Wolf
2022-04-26 21:31 ` [PATCH v2 2/3] hwmon: (dell-smm) Cleanup init code Armin Wolf
2022-04-26 21:31 ` [PATCH v2 3/3] hwmon: (dell-smm) Warn if SMM call took a very long time to execute Armin Wolf
2022-04-27  3:35 ` [PATCH v2 0/3] hwmon: (dell-smm) Improve init code Guenter Roeck

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.