Linux Hardware Monitor development
 help / color / mirror / Atom feed
* [PATCH 0/6] hwmon: Use multi-byte regmap operations
@ 2024-07-16 23:00 Guenter Roeck
  2024-07-16 23:00 ` [PATCH 1/6] hwmon: (lm95245) " Guenter Roeck
                   ` (5 more replies)
  0 siblings, 6 replies; 18+ messages in thread
From: Guenter Roeck @ 2024-07-16 23:00 UTC (permalink / raw)
  To: Hardware Monitoring; +Cc: Guenter Roeck

Use multi-byte regmap operations where possible to reduce code size
and the need for mutex protection.

No functional change.

----------------------------------------------------------------
Guenter Roeck (6):
      hwmon: (lm95245) Use multi-byte regmap operations
      hwmon: (nct7802) Use multi-byte regmap operations
      hwmon: (adt7x10) Use multi-byte regmap operations
      hwmon: (tmp464) Use multi-byte regmap operations
      hwmon: (max6639) Use multi-byte regmap operations
      hwmon: (amc6821) Use multi-byte regmap operations

 drivers/hwmon/adt7x10.c |  18 +++-----
 drivers/hwmon/amc6821.c |  30 ++++++-------
 drivers/hwmon/lm95245.c | 110 ++++++++++++++++++++----------------------------
 drivers/hwmon/max6639.c |  40 +++++-------------
 drivers/hwmon/nct7802.c |  61 ++++++++++-----------------
 drivers/hwmon/tmp464.c  |  33 +++++++--------
 6 files changed, 112 insertions(+), 180 deletions(-)

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

end of thread, other threads:[~2024-07-18  2:27 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-16 23:00 [PATCH 0/6] hwmon: Use multi-byte regmap operations Guenter Roeck
2024-07-16 23:00 ` [PATCH 1/6] hwmon: (lm95245) " Guenter Roeck
2024-07-17 13:33   ` Tzung-Bi Shih
2024-07-16 23:00 ` [PATCH 2/6] hwmon: (nct7802) " Guenter Roeck
2024-07-17 13:35   ` Tzung-Bi Shih
2024-07-16 23:00 ` [PATCH 3/6] hwmon: (adt7x10) " Guenter Roeck
2024-07-17 13:35   ` Tzung-Bi Shih
2024-07-16 23:00 ` [PATCH 4/6] hwmon: (tmp464) " Guenter Roeck
2024-07-17 13:35   ` Tzung-Bi Shih
2024-07-17 14:37     ` Guenter Roeck
2024-07-18  1:29       ` Tzung-Bi Shih
2024-07-16 23:00 ` [PATCH 5/6] hwmon: (max6639) " Guenter Roeck
2024-07-17 13:36   ` Tzung-Bi Shih
2024-07-17 17:14     ` Guenter Roeck
2024-07-18  1:28       ` Tzung-Bi Shih
2024-07-18  2:27         ` Guenter Roeck
2024-07-16 23:00 ` [PATCH 6/6] hwmon: (amc6821) " Guenter Roeck
2024-07-17 13:36   ` Tzung-Bi Shih

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox