All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Add hardware monitoring support for TI TPS53676
@ 2021-03-22 19:37 Erik Rosen
  2021-03-22 19:37 ` [PATCH v2 1/2] dt-bindings: Add trivial device entry for TPS53676 Erik Rosen
  2021-03-22 19:37 ` [PATCH v2 2/2] hwmon: (pmbus/tps53679) Add support for TI TPS53676 Erik Rosen
  0 siblings, 2 replies; 4+ messages in thread
From: Erik Rosen @ 2021-03-22 19:37 UTC (permalink / raw)
  To: linux-kernel, linux-doc, linux-hwmon, Jonathan Corbet,
	Guenter Roeck, Jean Delvare
  Cc: Erik Rosen

Add hardware monitoring support for TI TPS53676 Dual-channel D-CAP+,
dual-channel (N + M <= 7 phases) step-down, multiphase controller
with AVSBus.

The support is added to the existing pmbus/tps53679 driver.

This patch has been tested with a Flex BMR474 converter.

v2
-Shorten commit message line length
-Add length check on returned data from USER_DATA_03 register
-Reorder i2c_device_id list alphabetically

Erik Rosen (2):
  Add trivial device entry for tps53676
  Add support for TPS53676

 .../devicetree/bindings/trivial-devices.yaml  |  2 +
 Documentation/hwmon/tps53679.rst              | 13 ++++-
 drivers/hwmon/pmbus/Kconfig                   |  4 +-
 drivers/hwmon/pmbus/tps53679.c                | 51 ++++++++++++++++++-
 4 files changed, 65 insertions(+), 5 deletions(-)


base-commit: 1e28eed17697bcf343c6743f0028cc3b5dd88bf0
-- 
2.20.1


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

end of thread, other threads:[~2021-03-29 22:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-22 19:37 [PATCH v2 0/2] Add hardware monitoring support for TI TPS53676 Erik Rosen
2021-03-22 19:37 ` [PATCH v2 1/2] dt-bindings: Add trivial device entry for TPS53676 Erik Rosen
2021-03-22 19:37 ` [PATCH v2 2/2] hwmon: (pmbus/tps53679) Add support for TI TPS53676 Erik Rosen
2021-03-29 22:11   ` 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.