mbox series

[v2,0/2] hwmon: (pwm-fan) Make the driver OF-independent

Message ID 20240404191323.3547465-1-andriy.shevchenko@linux.intel.com (mailing list archive)
Headers show
Series hwmon: (pwm-fan) Make the driver OF-independent | expand

Message

Andy Shevchenko April 4, 2024, 7:11 p.m. UTC
The idea is to use the driver on non-OF platforms, such as ACPI-based.
Hence this mini-series.

In v2:
- made it series of two (Guenter)
- added tag to the second patch (Uwe)
- dropped applied patches

Andy Shevchenko (2):
  hwmon: (pwm-fan) Convert to use of_property_read_u32_array()
  hwmon: (pwm-fan) Make use of device properties

 drivers/hwmon/Kconfig   |  2 +-
 drivers/hwmon/pwm-fan.c | 45 ++++++++++++++++++++++++-----------------
 2 files changed, 27 insertions(+), 20 deletions(-)