mbox series

[0/8] hwmon: Use new member visible in struct hwmon_ops to simplify drivers

Message ID 6f43a3e1-3622-4595-a1ec-2b3ad94bdf5b@gmail.com (mailing list archive)
Headers show
Series hwmon: Use new member visible in struct hwmon_ops to simplify drivers | expand

Message

Heiner Kallweit Oct. 11, 2024, 7:53 p.m. UTC
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(-)

Comments

Guenter Roeck Oct. 11, 2024, 8:24 p.m. UTC | #1
On 10/11/24 12:53, Heiner Kallweit wrote:
> 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(-)
> 


Series applied.

Thanks,
Guenter