Linux I2C development
 help / color / mirror / Atom feed
From: Mariel Tinaco <Mariel.Tinaco@analog.com>
To: <linux-kernel@vger.kernel.org>, <linux-hwmon@vger.kernel.org>,
	<linux-i2c@vger.kernel.org>, Guenter Roeck <linux@roeck-us.net>,
	Jean Delvare <jdelvare@suse.com>,
	Delphine CC Chiu <Delphine_CC_Chiu@Wiwynn.com>,
	Jonathan Corbet <corbet@lwn.net>, <linux-doc@vger.kernel.org>,
	<devicetree@vger.kernel.org>, Frank Li <Frank.Li@nxp.com>,
	Conor Dooley <conor+dt@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Rob Herring <robh@kernel.org>
Subject: [PATCH 0/3] add support for LTC7841 boost controller
Date: Tue, 29 Oct 2024 09:37:31 +0800	[thread overview]
Message-ID: <20241029013734.293024-1-Mariel.Tinaco@analog.com> (raw)

This series introduces support for LTC7841 boost controller. 
The LTC7841 is similar to LTC7880, which is already supported
under LTC2978. It has reduced PMBUS registers as that of the LTC7880,
similar voltage range, and has only one channel. 

Mariel Tinaco (3):
  dt-bindings: hwmon: ltc2978: add support for ltc7841
  hwmon: (pmbus/ltc7841) add support for LTC7841 - docs
  hwmon: (pmbus/ltc2978) add support for ltc7841

 .../bindings/hwmon/lltc,ltc2978.yaml          |  2 ++
 Documentation/hwmon/ltc2978.rst               | 12 +++++++++++
 drivers/hwmon/pmbus/Kconfig                   |  6 +++---
 drivers/hwmon/pmbus/ltc2978.c                 | 20 +++++++++++++++++--
 4 files changed, 35 insertions(+), 5 deletions(-)


base-commit: eabb03810194b75417b09cff8a526d26939736ac
-- 
2.34.1


             reply	other threads:[~2024-10-29  1:38 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-29  1:37 Mariel Tinaco [this message]
2024-10-29  1:37 ` [PATCH 1/3] dt-bindings: hwmon: ltc2978: add support for ltc7841 Mariel Tinaco
2024-11-01 19:23   ` Rob Herring (Arm)
2024-11-01 19:49   ` Guenter Roeck
2024-10-29  1:37 ` [PATCH 2/3] hwmon: (pmbus/ltc7841) add support for LTC7841 - docs Mariel Tinaco
2024-11-01 14:34   ` Guenter Roeck
2024-11-01 19:49   ` Guenter Roeck
2024-10-29  1:37 ` [PATCH 3/3] hwmon: (pmbus/ltc2978) add support for ltc7841 Mariel Tinaco
2024-11-01 14:34   ` Guenter Roeck
2024-11-01 19:50   ` Guenter Roeck

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20241029013734.293024-1-Mariel.Tinaco@analog.com \
    --to=mariel.tinaco@analog.com \
    --cc=Delphine_CC_Chiu@Wiwynn.com \
    --cc=Frank.Li@nxp.com \
    --cc=conor+dt@kernel.org \
    --cc=corbet@lwn.net \
    --cc=devicetree@vger.kernel.org \
    --cc=jdelvare@suse.com \
    --cc=krzk+dt@kernel.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-hwmon@vger.kernel.org \
    --cc=linux-i2c@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=robh@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox