public inbox for linux-gpio@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v8 0/3] hwmon: Add support for the LTC4283 Hot Swap Controller
@ 2026-03-27 17:26 Nuno Sá via B4 Relay
  2026-03-27 17:26 ` [PATCH v8 1/3] dt-bindings: hwmon: Document the LTC4283 " Nuno Sá via B4 Relay
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Nuno Sá via B4 Relay @ 2026-03-27 17:26 UTC (permalink / raw)
  To: linux-gpio, linux-hwmon, devicetree, linux-doc
  Cc: Guenter Roeck, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Jonathan Corbet, Linus Walleij, Bartosz Golaszewski,
	Bartosz Golaszewski

This is v8 for the LTC4283 how swap controller. 

Similar to the LTC4282 device, we're clearing some fault logs in the
reset_history attributes.

---
Changes in v8:
- Patch 1:
   * Improved descriptin in adi,fet-turn-off-disable so it's more clear;
   * Same for adi,dvdt-inrush-control-disable;
   * Fixed typo in adi,external-fault-retry-enable description.
- Patch 2:
   * Use return value from clamp_val();
   * Add missing 'ret < 0' for device_property_match_property_string()
     calls;
   * Fixed logic in when adi,vpower-drns-enable is enabled;
   * Check default state of the pgio4 pin. So that we can, accordingly
     flag st->ext_fault.
- Link to v7: https://lore.kernel.org/linux-hwmon/20260314-ltc4283-support-v7-0-1cda48e93802@analog.com/ 
---

---
Nuno Sá (3):
      dt-bindings: hwmon: Document the LTC4283 Swap Controller
      hwmon: ltc4283: Add support for the LTC4283 Swap Controller
      gpio: gpio-ltc4283: Add support for the LTC4283 Swap Controller

 .../devicetree/bindings/hwmon/adi,ltc4283.yaml     |  272 +++
 Documentation/hwmon/index.rst                      |    1 +
 Documentation/hwmon/ltc4283.rst                    |  266 +++
 MAINTAINERS                                        |    9 +
 drivers/gpio/Kconfig                               |   15 +
 drivers/gpio/Makefile                              |    1 +
 drivers/gpio/gpio-ltc4283.c                        |  218 +++
 drivers/hwmon/Kconfig                              |   12 +
 drivers/hwmon/Makefile                             |    1 +
 drivers/hwmon/ltc4283.c                            | 1796 ++++++++++++++++++++
 10 files changed, 2591 insertions(+)
---
base-commit: cd041796c380961f0e3c04d9627af80131608adc
change-id: 20260303-ltc4283-support-063f78acc5a4
--

Thanks!
- Nuno Sá



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

end of thread, other threads:[~2026-03-30  9:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-27 17:26 [PATCH v8 0/3] hwmon: Add support for the LTC4283 Hot Swap Controller Nuno Sá via B4 Relay
2026-03-27 17:26 ` [PATCH v8 1/3] dt-bindings: hwmon: Document the LTC4283 " Nuno Sá via B4 Relay
2026-03-27 17:26 ` [PATCH v8 2/3] hwmon: ltc4283: Add support for " Nuno Sá via B4 Relay
2026-03-30  9:28   ` Nuno Sá
2026-03-27 17:26 ` [PATCH v8 3/3] gpio: gpio-ltc4283: " Nuno Sá via B4 Relay

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox