public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] hwmon: (pwm-fan) Make the driver OF-independent
@ 2024-04-04 19:11 Andy Shevchenko
  2024-04-04 19:11 ` [PATCH v2 1/2] hwmon: (pwm-fan) Convert to use of_property_read_u32_array() Andy Shevchenko
  2024-04-04 19:11 ` [PATCH v2 2/2] hwmon: (pwm-fan) Make use of device properties Andy Shevchenko
  0 siblings, 2 replies; 5+ messages in thread
From: Andy Shevchenko @ 2024-04-04 19:11 UTC (permalink / raw)
  To: Guenter Roeck, Andy Shevchenko, linux-hwmon, linux-kernel; +Cc: Jean Delvare

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(-)

-- 
2.43.0.rc1.1.gbec44491f096


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

end of thread, other threads:[~2024-04-10 15:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-04 19:11 [PATCH v2 0/2] hwmon: (pwm-fan) Make the driver OF-independent Andy Shevchenko
2024-04-04 19:11 ` [PATCH v2 1/2] hwmon: (pwm-fan) Convert to use of_property_read_u32_array() Andy Shevchenko
2024-04-10 15:01   ` Guenter Roeck
2024-04-04 19:11 ` [PATCH v2 2/2] hwmon: (pwm-fan) Make use of device properties Andy Shevchenko
2024-04-10 15:03   ` Guenter Roeck

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