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; 7+ 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] 7+ messages in thread
* [PATCH 4/4] ARM: dts: aspeed: p10bmc: Change power supply info
@ 2023-03-15 18:57 Lakshmi Yadlapati
  0 siblings, 0 replies; 7+ messages in thread
From: Lakshmi Yadlapati @ 2023-03-15 18:57 UTC (permalink / raw)
  To: robh+dt, krzysztof.kozlowski+dt, andrew, linux-kernel, devicetree
  Cc: ylakshmi, Lakshmi Yadlapati

Change power supply driver and device address.

Signed-off-by: Lakshmi Yadlapati <lakshmiy@us.ibm.com>
---
 arch/arm/boot/dts/aspeed-bmc-ibm-bonnell.dts | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/arch/arm/boot/dts/aspeed-bmc-ibm-bonnell.dts b/arch/arm/boot/dts/aspeed-bmc-ibm-bonnell.dts
index a5be0ee048ec..414191b5aeba 100644
--- a/arch/arm/boot/dts/aspeed-bmc-ibm-bonnell.dts
+++ b/arch/arm/boot/dts/aspeed-bmc-ibm-bonnell.dts
@@ -552,14 +552,14 @@ ucd90160@64 {
 &i2c3 {
 	status = "okay";
 
-	power-supply@58 {
-		compatible = "ibm,cffps";
-		reg = <0x58>;
+	power-supply@5a {
+		compatible = "acbel,crps";
+		reg = <0x5a>;
 	};
 
-	power-supply@59 {
-		compatible = "ibm,cffps";
-		reg = <0x59>;
+	power-supply@5b {
+		compatible = "acbel,crps";
+		reg = <0x5b>;
 	};
 };
 
-- 
2.37.2


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

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

Thread overview: 7+ 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:57 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.