All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2/4] dt-bindings: trivial-devices: Add acbel,crps
@ 2023-03-15 18:49 Lakshmi Yadlapati
  2023-03-16  7:53 ` Krzysztof Kozlowski
  0 siblings, 1 reply; 3+ messages in thread
From: Lakshmi Yadlapati @ 2023-03-15 18:49 UTC (permalink / raw)
  To: robh+dt, krzysztof.kozlowski+dt, devicetree, linux-kernel
  Cc: ylakshmi, Lakshmi Yadlapati

Add Acbel CRPS Series power supply to trivial devices.

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

diff --git a/Documentation/devicetree/bindings/trivial-devices.yaml b/Documentation/devicetree/bindings/trivial-devices.yaml
index 6f482a254a1d..ae2cf4411b39 100644
--- a/Documentation/devicetree/bindings/trivial-devices.yaml
+++ b/Documentation/devicetree/bindings/trivial-devices.yaml
@@ -30,6 +30,8 @@ properties:
     items:
       - enum:
             # SMBus/I2C Digital Temperature Sensor in 6-Pin SOT with SMBus Alert and Over Temperature Pin
+          - acbel,crps
+            # Acbel CRPS Series power supply
           - ad,ad7414
             # ADM9240: Complete System Hardware Monitor for uProcessor-Based Systems
           - ad,adm9240
-- 
2.37.2


^ permalink raw reply related	[flat|nested] 3+ messages in thread
* [PATCH 0/4] Review request for Acbel PSU driver
@ 2023-03-15 17:40 Lakshmi Yadlapati
  2023-03-15 17:40 ` [PATCH 2/4] dt-bindings: trivial-devices: Add acbel,crps Lakshmi Yadlapati
  0 siblings, 1 reply; 3+ 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] 3+ messages in thread

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

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-15 18:49 [PATCH 2/4] dt-bindings: trivial-devices: Add acbel,crps Lakshmi Yadlapati
2023-03-16  7:53 ` Krzysztof Kozlowski
  -- strict thread matches above, loose matches on Subject: below --
2023-03-15 17:40 [PATCH 0/4] Review request for Acbel PSU driver Lakshmi Yadlapati
2023-03-15 17:40 ` [PATCH 2/4] dt-bindings: trivial-devices: Add acbel,crps Lakshmi Yadlapati

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.