All of lore.kernel.org
 help / color / mirror / Atom feed
* [lm-sensors] [PATCH v2 0/2] dd regulator support for pmbus and ltc2978
@ 2014-08-22 21:11 ` atull
  0 siblings, 0 replies; 26+ messages in thread
From: atull @ 2014-08-22 21:11 UTC (permalink / raw)
  To: linux, jdelvare
  Cc: lm-sensors, lgirdwood, broonie, linux-kernel, delicious.quinoa,
	dinguyen, yvanderv, Alan Tull

From: Alan Tull <atull@opensource.altera.com>

Version 2 :
  * Get regulator_init_data from platform data or device tree.
  * One regulator per pmbus part.
  * Clean up Kconfig and #includes.

This set of patches adds regulator support to pmbus_core.c and to
ltc2978.c.  Other pmbus parts can use this to add their own
regulator support.  Current ltc2978 support is limited to
enable/disable.

Tested on ltc2978.  Looking at the datasheets for the other parts
supported by ltc2978.c, it looks like it should work.

Thanks,
Alan

Alan Tull (2):
  pmbus: add regulator support
  pmbus: ltc2978: add regulator gating

 drivers/hwmon/pmbus/Kconfig      |    7 +++++
 drivers/hwmon/pmbus/ltc2978.c    |   60 ++++++++++++++++++++++++++++++++++++++
 drivers/hwmon/pmbus/pmbus.h      |    5 ++++
 drivers/hwmon/pmbus/pmbus_core.c |   51 ++++++++++++++++++++++++++++++++
 include/linux/i2c/pmbus.h        |    1 +
 5 files changed, 124 insertions(+)

-- 
1.7.9.5


_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

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

end of thread, other threads:[~2014-08-25 17:02 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-22 21:11 [lm-sensors] [PATCH v2 0/2] dd regulator support for pmbus and ltc2978 atull
2014-08-22 21:11 ` atull
2014-08-22 21:11 ` [lm-sensors] [PATCH v2 1/2] pmbus: add regulator support atull
2014-08-22 21:11   ` atull
2014-08-22 21:44   ` [lm-sensors] " Mark Brown
2014-08-22 21:44     ` Mark Brown
2014-08-23  0:31     ` [lm-sensors] " atull
2014-08-23  0:31       ` atull
2014-08-23 14:00       ` [lm-sensors] " Guenter Roeck
2014-08-23 14:00         ` Guenter Roeck
2014-08-23 14:54         ` [lm-sensors] " Mark Brown
2014-08-23 14:54           ` Mark Brown
2014-08-24  0:48           ` [lm-sensors] " Alan Tull
2014-08-24  0:48             ` Alan Tull
2014-08-22 21:11 ` [lm-sensors] [PATCH v2 2/2] pmbus: ltc2978: add regulator gating atull
2014-08-22 21:11   ` atull
2014-08-22 21:45   ` [lm-sensors] " Mark Brown
2014-08-22 21:45     ` Mark Brown
2014-08-23 15:10     ` [lm-sensors] " Guenter Roeck
2014-08-23 15:10       ` Guenter Roeck
2014-08-23 15:53       ` [lm-sensors] " Mark Brown
2014-08-23 15:53         ` Mark Brown
2014-08-24 13:30       ` [lm-sensors] " Alan Tull
2014-08-24 13:30         ` Alan Tull
2014-08-25 17:02         ` [lm-sensors] " Guenter Roeck
2014-08-25 17:02           ` 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.