All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/4] Support bcm6123 Bus Converter
@ 2022-01-17 16:12 Marcello Sylvester Bauer
  2022-01-17 16:12 ` [PATCH v1 1/4] dt-bindings: vendor-prefixes: add Vicor Corporation Marcello Sylvester Bauer
                   ` (4 more replies)
  0 siblings, 5 replies; 16+ messages in thread
From: Marcello Sylvester Bauer @ 2022-01-17 16:12 UTC (permalink / raw)
  To: linux-hwmon
  Cc: Marcello Sylvester Bauer, Guenter Roeck, Jean Delvare, linux-kernel

Hi,

This patchset adds support for BCM6123 Bus Converter from Vicor
Corporation.

Marcello Sylvester Bauer (3):
  dt-bindings: vendor-prefixes: add Vicor Corporation
  dt-bindings: hwmon/pmbus: Add vicor,bcm6123 Bus Converter
  pmbus: remove trailing whitespaces

Patrick Rudolph (1):
  pmbus: Add support for bcm6123 Bus Converter

 .../bindings/hwmon/pmbus/vicor,bcm6123.yaml   | 41 +++++++++
 .../devicetree/bindings/vendor-prefixes.yaml  |  2 +
 drivers/hwmon/pmbus/Kconfig                   | 13 ++-
 drivers/hwmon/pmbus/Makefile                  |  1 +
 drivers/hwmon/pmbus/bcm6123.c                 | 90 +++++++++++++++++++
 5 files changed, 145 insertions(+), 2 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/hwmon/pmbus/vicor,bcm6123.yaml
 create mode 100644 drivers/hwmon/pmbus/bcm6123.c

-- 
2.33.1


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

end of thread, other threads:[~2022-02-09  9:28 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-17 16:12 [PATCH v1 0/4] Support bcm6123 Bus Converter Marcello Sylvester Bauer
2022-01-17 16:12 ` [PATCH v1 1/4] dt-bindings: vendor-prefixes: add Vicor Corporation Marcello Sylvester Bauer
2022-02-09  2:50   ` Rob Herring
2022-02-09  9:17     ` sylv
2022-01-17 16:12 ` [PATCH v1 2/4] dt-bindings: hwmon/pmbus: Add vicor,bcm6123 Bus Converter Marcello Sylvester Bauer
2022-01-17 17:06   ` Guenter Roeck
2022-01-18  7:48     ` sylv
2022-01-18  1:32   ` Rob Herring
2022-01-17 16:12 ` [PATCH v1 3/4] pmbus: remove trailing whitespaces Marcello Sylvester Bauer
2022-01-18 15:58   ` Guenter Roeck
2022-01-17 16:12 ` [PATCH v1 4/4] pmbus: Add support for bcm6123 Bus Converter Marcello Sylvester Bauer
2022-01-17 17:01   ` Guenter Roeck
2022-01-17 17:21     ` Guenter Roeck
2022-01-18 16:47       ` sylv
2022-01-18 17:51         ` Guenter Roeck
2022-02-09  9:22 ` [PATCH v1 0/4] Support " sylv

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.