From: Cedric Encarnacion <cedricjustine.encarnacion@analog.com>
To: "Jean Delvare" <jdelvare@suse.com>,
"Guenter Roeck" <linux@roeck-us.net>,
"Rob Herring" <robh@kernel.org>,
"Krzysztof Kozlowski" <krzk+dt@kernel.org>,
"Conor Dooley" <conor+dt@kernel.org>,
"Jonathan Corbet" <corbet@lwn.net>,
"Andy Shevchenko" <andriy.shevchenko@linux.intel.com>,
"Delphine CC Chiu" <Delphine_CC_Chiu@Wiwynn.com>,
"Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>
Cc: Radu Sabau <radu.sabau@analog.com>,
Alexis Czezar Torreno <alexisczezar.torreno@analog.com>,
<linux-hwmon@vger.kernel.org>, <devicetree@vger.kernel.org>,
<linux-kernel@vger.kernel.org>, <linux-doc@vger.kernel.org>,
Cedric Encarnacion <cedricjustine.encarnacion@analog.com>,
Conor Dooley <conor.dooley@microchip.com>
Subject: [PATCH v5 0/3] Add support for ADP1051/ADP1055 and LTP8800-1A/-2/-4A
Date: Wed, 9 Jul 2025 13:43:24 +0800 [thread overview]
Message-ID: <20250709-adp1051-v5-0-539254692252@analog.com> (raw)
This patch is a continuation of this series:
Link: https://lore.kernel.org/20241120035826.3920-1-cedricjustine.encarnacion@analog.com
which is a combined series from two original patch series for each of the
above family of devices. Both LTP8800 and ADP1051/55 have similar set of
registers. The series was v2 of one and v3 of another. Hence, as suggested,
this patch proceeds to v4 which succeeds the highest.
v5:
* Typecast i2c_get_match_data to struct pmbus_driver_info pointer.
This should remove kernel test robot warning about discarded const
qualifier. Typecast is needed since pmbus_do_probe accepts non-const
arguments.
* Added missing inner trailing spaces. Also address kernel test robot
warning.
- Link to v4: https://lore.kernel.org/all/20250124151746.1130-1-cedricjustine.encarnacion@analog.com/
v4:
* Removed stray change.
* Removed wildcards. Used the device names instead.
* Separate patch for adding regulator support.
* Removed const keyword from pmbus_driver_info at probe.
* Added doc entries for LTP8800 in adp1050.rst.
base-commit: a41a9728941f7406a8035d0f19f45f8f3cf65b03
---
Cedric Encarnacion (3):
dt-bindings: hwmon: (pmbus/adp1050): Add adp1051, adp1055 and ltp8800
hwmon: (pmbus/adp1050): Add support for adp1051, adp1055 and ltp8800
hwmon: (pmbus/adp1050): Add regulator support for ltp8800
.../bindings/hwmon/pmbus/adi,adp1050.yaml | 15 ++++-
Documentation/hwmon/adp1050.rst | 71 +++++++++++++++++++--
drivers/hwmon/pmbus/Kconfig | 9 +++
drivers/hwmon/pmbus/adp1050.c | 72 +++++++++++++++++++++-
4 files changed, 156 insertions(+), 11 deletions(-)
---
base-commit: a41a9728941f7406a8035d0f19f45f8f3cf65b03
change-id: 20250707-adp1051-ba0b0a6d82fa
Best regards,
--
Cedric Encarnacion <cedricjustine.encarnacion@analog.com>
next reply other threads:[~2025-07-09 5:44 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-09 5:43 Cedric Encarnacion [this message]
2025-07-09 5:43 ` [PATCH v5 1/3] dt-bindings: hwmon: (pmbus/adp1050): Add adp1051, adp1055 and ltp8800 Cedric Encarnacion
2025-07-16 14:52 ` Guenter Roeck
2025-07-09 5:43 ` [PATCH v5 2/3] hwmon: (pmbus/adp1050): Add support for " Cedric Encarnacion
2025-07-16 14:54 ` Guenter Roeck
2025-07-09 5:43 ` [PATCH v5 3/3] hwmon: (pmbus/adp1050): Add regulator support for ltp8800 Cedric Encarnacion
2025-07-16 14:54 ` 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=20250709-adp1051-v5-0-539254692252@analog.com \
--to=cedricjustine.encarnacion@analog.com \
--cc=Delphine_CC_Chiu@Wiwynn.com \
--cc=alexisczezar.torreno@analog.com \
--cc=andriy.shevchenko@linux.intel.com \
--cc=conor+dt@kernel.org \
--cc=conor.dooley@microchip.com \
--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-kernel@vger.kernel.org \
--cc=linux@roeck-us.net \
--cc=radu.sabau@analog.com \
--cc=robh@kernel.org \
--cc=u.kleine-koenig@pengutronix.de \
/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;
as well as URLs for NNTP newsgroup(s).