All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] hwmon: Use new member visible in struct hwmon_ops to simplify drivers
@ 2024-10-11 19:53 Heiner Kallweit
  2024-10-11 19:55 ` [PATCH 1/8] hwmon: i5500_temp: Simplify specifying static visibility attribute Heiner Kallweit
                   ` (8 more replies)
  0 siblings, 9 replies; 12+ messages in thread
From: Heiner Kallweit @ 2024-10-11 19:53 UTC (permalink / raw)
  To: Tim Harvey, Jean Delvare, Guenter Roeck, Xu Yilun, Tom Rix,
	Jonas Malaco, Thomas Weißschuh, Florian Fainelli,
	Michael Walle, Maximilian Luz, Ivor Wanders
  Cc: Broadcom internal kernel review list, linux-hwmon@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org, linux-rpi-kernel

This is a follow-up to 11fb69bb15c1 ("hwmon: Add static visibility member
to struct hwmon_ops") and makes use of the new struct hwmon_ops member
to simplify a number of drivers.

Heiner Kallweit (8):
  hwmon: i5500_temp: Simplify specifying static visibility attribute
  hwmon: surface_fan: Simplify specifying static visibility attribute
  hwmon: sl28cpld: Simplify specifying static visibility attribute
  hwmon: gsc: Simplify specifying static visibility attribute
  hwmon: powerz: Simplify specifying static visibility attribute
  hwmon: raspberrypi: Simplify specifying static visibility attribute
  hwmon: intel-m10-bmc: Simplify specifying static visibility attribute
  hwmon: nzxt-kraken2: Simplify specifying static visibility attribute

 drivers/hwmon/gsc-hwmon.c           |  9 +--------
 drivers/hwmon/i5500_temp.c          |  8 +-------
 drivers/hwmon/intel-m10-bmc-hwmon.c |  9 +--------
 drivers/hwmon/nzxt-kraken2.c        |  9 +--------
 drivers/hwmon/powerz.c              |  8 +-------
 drivers/hwmon/raspberrypi-hwmon.c   |  8 +-------
 drivers/hwmon/sl28cpld-hwmon.c      |  9 +--------
 drivers/hwmon/surface_fan.c         | 10 +---------
 8 files changed, 8 insertions(+), 62 deletions(-)

-- 
2.47.0


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

end of thread, other threads:[~2024-10-12  0:02 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-11 19:53 [PATCH 0/8] hwmon: Use new member visible in struct hwmon_ops to simplify drivers Heiner Kallweit
2024-10-11 19:55 ` [PATCH 1/8] hwmon: i5500_temp: Simplify specifying static visibility attribute Heiner Kallweit
2024-10-11 19:56 ` [PATCH 2/8] hwmon: surface_fan: " Heiner Kallweit
2024-10-11 19:58 ` [PATCH 3/8] hwmon: sl28cpld: " Heiner Kallweit
2024-10-11 19:59 ` [PATCH 4/8] hwmon: gsc: " Heiner Kallweit
2024-10-11 20:00 ` [PATCH 5/8] hwmon: powerz: " Heiner Kallweit
2024-10-11 20:06   ` Thomas Weißschuh
2024-10-11 20:01 ` [PATCH 6/8] hwmon: raspberrypi: " Heiner Kallweit
2024-10-11 20:03 ` [PATCH 7/8] hwmon: intel-m10-bmc: " Heiner Kallweit
2024-10-11 20:04 ` [PATCH 8/8] hwmon: nzxt-kraken2: " Heiner Kallweit
2024-10-12  0:02   ` Jonas Malaco
2024-10-11 20:24 ` [PATCH 0/8] hwmon: Use new member visible in struct hwmon_ops to simplify drivers 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.