All of lore.kernel.org
 help / color / mirror / Atom feed
From: Grant Peltier <grantpeltier93@gmail.com>
To: linux@roeck-us.net, linux-hwmon@vger.kernel.org,
	linux-kernel@vger.kernel.org
Cc: adam.vaughn.xh@renesas.com
Subject: [PATCH v2 0/2] hwmon: (pmbus) add support for Gen 2 Renesas digital multiphase
Date: Thu, 19 Mar 2020 10:49:21 -0500	[thread overview]
Message-ID: <cover.1584568073.git.grantpeltier93@gmail.com> (raw)

The patch series adds support for 2nd generation Renesas digitial multiphase
voltage regulators. This functionality extends the existing ISL68137 PMBus
driver.

The series contains 2 patches:
  - patch #1 adds extends the ISL68137 driver to support Gen 2 devices
  - patch #2 adds documentation for the newly supported devices

Grant Peltier (2):
  hwmon: (pmbus) add support for 2nd Gen Renesas digital multiphase
  docs: hwmon: Update documentation for isl68137 pmbus driver

 Documentation/hwmon/isl68137.rst | 541 ++++++++++++++++++++++++++++++-
 drivers/hwmon/pmbus/Kconfig      |   6 +-
 drivers/hwmon/pmbus/isl68137.c   | 112 ++++++-
 3 files changed, 633 insertions(+), 26 deletions(-)

-- 
2.20.1


             reply	other threads:[~2020-03-19 15:49 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-19 15:49 Grant Peltier [this message]
2020-03-19 15:49 ` [PATCH v2 1/2] hwmon: (pmbus) add support for 2nd Gen Renesas digital multiphase Grant Peltier
2020-03-20  3:02   ` Guenter Roeck
2020-03-19 15:50 ` [PATCH v2 2/2] docs: hwmon: Update documentation for isl68137 pmbus driver Grant Peltier
2020-03-20  3:05   ` 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=cover.1584568073.git.grantpeltier93@gmail.com \
    --to=grantpeltier93@gmail.com \
    --cc=adam.vaughn.xh@renesas.com \
    --cc=linux-hwmon@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@roeck-us.net \
    /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 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.