All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] hwmon: (coretemp) replace hardcoded core count and fix style issues
@ 2026-05-16 11:42 bakshansky.lists
  2026-05-16 11:42 ` [PATCH 1/2] hwmon: (coretemp) replace hardcoded core count with dynamic value bakshansky.lists
  2026-05-16 11:42 ` [PATCH 2/2] hwmon: (coretemp) fix coding style issues bakshansky.lists
  0 siblings, 2 replies; 9+ messages in thread
From: bakshansky.lists @ 2026-05-16 11:42 UTC (permalink / raw)
  To: linux-hwmon; +Cc: linux, Roman Bakshansky

From: Roman Bakshansky <bakshansky.lists@gmail.com>

This series addresses a long-standing TODO in the coretemp driver by
replacing the hardcoded NUM_REAL_CORES with a dynamic per-package core
count. The second patch cleans up a few coding style warnings.

Roman Bakshansky (2):
  hwmon: (coretemp) replace hardcoded core count with dynamic value
  hwmon: (coretemp) fix coding style issues

 drivers/hwmon/coretemp.c | 21 +++++++--------------
 1 file changed, 7 insertions(+), 14 deletions(-)

--
2.53.0


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

end of thread, other threads:[~2026-05-16 15:10 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-16 11:42 [PATCH 0/2] hwmon: (coretemp) replace hardcoded core count and fix style issues bakshansky.lists
2026-05-16 11:42 ` [PATCH 1/2] hwmon: (coretemp) replace hardcoded core count with dynamic value bakshansky.lists
2026-05-16 12:16   ` sashiko-bot
2026-05-16 12:47     ` Guenter Roeck
2026-05-16 12:48   ` Guenter Roeck
2026-05-16 11:42 ` [PATCH 2/2] hwmon: (coretemp) fix coding style issues bakshansky.lists
2026-05-16 12:26   ` sashiko-bot
2026-05-16 12:50   ` Guenter Roeck
2026-05-16 15:10     ` bakshansky.lists

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.