All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Review request for Acbel PSU driver
@ 2023-03-15 17:40 Lakshmi Yadlapati
  2023-03-15 17:40 ` [PATCH 1/4] dt-bindings: vendor-prefixes: Add prefix for acbel Lakshmi Yadlapati
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Lakshmi Yadlapati @ 2023-03-15 17:40 UTC (permalink / raw)
  To: linux-kernel; +Cc: Lakshmi Yadlapati, ylakshmi

New Acbel PSU driver for Power Supply. Update the device tree with correct
device address.

Lakshmi Yadlapati (4):
  dt-bindings: vendor-prefixes: Add prefix for acbel
  dt-bindings: trivial-devices: Add acbel,crps
  hwmon: (pmbus/acbel-crps) Add Acbel CRPS power supply driver
  ARM: dts: aspeed: p10bmc: Change power supply info

 .../devicetree/bindings/trivial-devices.yaml  |   2 +
 .../devicetree/bindings/vendor-prefixes.yaml  |   2 +
 arch/arm/boot/dts/aspeed-bmc-ibm-bonnell.dts  |  12 +-
 drivers/hwmon/pmbus/Kconfig                   |   9 +
 drivers/hwmon/pmbus/Makefile                  |   1 +
 drivers/hwmon/pmbus/acbel-crps.c              | 311 ++++++++++++++++++
 6 files changed, 331 insertions(+), 6 deletions(-)
 create mode 100644 drivers/hwmon/pmbus/acbel-crps.c

-- 
2.37.2


^ permalink raw reply	[flat|nested] 8+ messages in thread
* [PATCH 1/4] dt-bindings: vendor-prefixes: Add prefix for acbel
@ 2023-03-15 18:46 Lakshmi Yadlapati
  2023-03-16  7:54 ` Krzysztof Kozlowski
  0 siblings, 1 reply; 8+ messages in thread
From: Lakshmi Yadlapati @ 2023-03-15 18:46 UTC (permalink / raw)
  To: robh+dt, krzysztof.kozlowski+dt, devicetree, linux-kernel
  Cc: ylakshmi, Lakshmi Yadlapati

Add a vendor prefix entry for acbel (https://www.acbel.com)

Signed-off-by: Lakshmi Yadlapati <lakshmiy@us.ibm.com>
---
 Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml
index ed64e06ecca4..9dbb8f69be65 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
+++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
@@ -37,6 +37,8 @@ patternProperties:
     description: Abracon Corporation
   "^abt,.*":
     description: ShenZhen Asia Better Technology Ltd.
+  "^acbel,.*":
+    description: Acbel Polytech Inc.
   "^acer,.*":
     description: Acer Inc.
   "^acme,.*":
-- 
2.37.2


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

end of thread, other threads:[~2023-03-16 11:31 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-15 17:40 [PATCH 0/4] Review request for Acbel PSU driver Lakshmi Yadlapati
2023-03-15 17:40 ` [PATCH 1/4] dt-bindings: vendor-prefixes: Add prefix for acbel Lakshmi Yadlapati
2023-03-16 11:30   ` Krzysztof Kozlowski
2023-03-15 17:40 ` [PATCH 2/4] dt-bindings: trivial-devices: Add acbel,crps Lakshmi Yadlapati
2023-03-15 17:40 ` [PATCH 3/4] hwmon: (pmbus/acbel-crps) Add Acbel CRPS power supply driver Lakshmi Yadlapati
2023-03-15 17:40 ` [PATCH 4/4] ARM: dts: aspeed: p10bmc: Change power supply info Lakshmi Yadlapati
2023-03-15 18:46 [PATCH 1/4] dt-bindings: vendor-prefixes: Add prefix for acbel Lakshmi Yadlapati
2023-03-16  7:54 ` Krzysztof Kozlowski

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.