All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] hwmon: (pmbus/ltc2978) Add regulator ops
@ 2022-04-06 12:43 Mårten Lindahl
  2022-04-06 12:43 ` [PATCH 1/2] hwmon: (pmbus/ltc2978) Add driver specific " Mårten Lindahl
  2022-04-06 12:43 ` [PATCH 2/2] hwmon: (pmbus/ltc2978) Add get_voltage/set_voltage ops Mårten Lindahl
  0 siblings, 2 replies; 5+ messages in thread
From: Mårten Lindahl @ 2022-04-06 12:43 UTC (permalink / raw)
  To: Guenter Roeck, Jean Delvare; +Cc: linux-hwmon, kernel, Mårten Lindahl

Hi!

The LTC2978 driver supports a wide range of power regulator chips, but it
has limited functionality for using it in a dynamic regulator framework.
Since functions for setting and getting voltage are missing this patchset
adds it.

These patches have been tested on an ARTPEC-8 developer board with a group
of LTC2977 power regulators.

Kind regards
Mårten Lindahl

Mårten Lindahl (2):
  hwmon: (pmbus/ltc2978) Add driver specific regulator ops
  hwmon: (pmbus/ltc2978) Add get_voltage/set_voltage ops

 drivers/hwmon/pmbus/ltc2978.c | 133 ++++++++++++++++++++++++++++++++--
 1 file changed, 125 insertions(+), 8 deletions(-)

-- 
2.30.2


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

end of thread, other threads:[~2022-04-25 15:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-06 12:43 [PATCH 0/2] hwmon: (pmbus/ltc2978) Add regulator ops Mårten Lindahl
2022-04-06 12:43 ` [PATCH 1/2] hwmon: (pmbus/ltc2978) Add driver specific " Mårten Lindahl
2022-04-24 16:49   ` Guenter Roeck
2022-04-25 15:12     ` Marten Lindahl
2022-04-06 12:43 ` [PATCH 2/2] hwmon: (pmbus/ltc2978) Add get_voltage/set_voltage ops Mårten Lindahl

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.