devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Rob Herring <robh@kernel.org>
To: Charles Hsu <ythsu0511@gmail.com>
Cc: krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org,
	jdelvare@suse.com, linux@roeck-us.net, corbet@lwn.net,
	Delphine_CC_Chiu@wiwynn.com, naresh.solanki@9elements.com,
	peteryin.openbmc@gmail.com, patrick.rudolph@9elements.com,
	alexander.stein@ew.tq-group.com, lakshmiy@us.ibm.com,
	bhelgaas@google.com, michal.simek@amd.com, lukas@wunner.de,
	festevam@denx.de, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org, linux-hwmon@vger.kernel.org,
	linux-doc@vger.kernel.org, linux-i2c@vger.kernel.org,
	ytshu0511@gmail.com
Subject: Re: [PATCH v2] hwmon: Add driver for MPS MPQ8785 Synchronous Step-Down Converter
Date: Wed, 31 Jan 2024 13:04:21 -0600	[thread overview]
Message-ID: <20240131190421.GA2119523-robh@kernel.org> (raw)
In-Reply-To: <20240129083115.2107466-1-ythsu0511@gmail.com>

On Mon, Jan 29, 2024 at 04:31:15PM +0800, Charles Hsu wrote:
> Add support for mpq8785 device from Monolithic Power Systems, Inc.
> (MPS) vendor. This is synchronous step-down controller.
> 
> Signed-off-by: Charles Hsu <ythsu0511@gmail.com>
> 
> ---
> Change in v1:
>     Initial patchset.
> Change in v2:
>     1.Add pmbus support status registers.
>     2.Add mpq8785 in trivial-devices.yaml.
>     3.Remove format[PSC_VOLTAGE_OUT]
>     4.Fix MODULE_DESCRIPTION
> ---
>  .../devicetree/bindings/trivial-devices.yaml  |  2 +

Bindings are a separate patch. checkpatch.pl will tell you this.

>  Documentation/hwmon/index.rst                 |  1 +
>  Documentation/hwmon/mpq8785.rst               | 94 +++++++++++++++++++
>  drivers/hwmon/pmbus/Kconfig                   |  9 ++
>  drivers/hwmon/pmbus/Makefile                  |  1 +
>  drivers/hwmon/pmbus/mpq8785.c                 | 62 ++++++++++++
>  6 files changed, 169 insertions(+)
>  create mode 100644 Documentation/hwmon/mpq8785.rst
>  create mode 100644 drivers/hwmon/pmbus/mpq8785.c

      parent reply	other threads:[~2024-01-31 19:04 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-29  8:31 [PATCH v2] hwmon: Add driver for MPS MPQ8785 Synchronous Step-Down Converter Charles Hsu
2024-01-29 15:16 ` Guenter Roeck
2024-01-29 15:49 ` Guenter Roeck
2024-01-31 19:04 ` Rob Herring [this message]

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=20240131190421.GA2119523-robh@kernel.org \
    --to=robh@kernel.org \
    --cc=Delphine_CC_Chiu@wiwynn.com \
    --cc=alexander.stein@ew.tq-group.com \
    --cc=bhelgaas@google.com \
    --cc=conor+dt@kernel.org \
    --cc=corbet@lwn.net \
    --cc=devicetree@vger.kernel.org \
    --cc=festevam@denx.de \
    --cc=jdelvare@suse.com \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=lakshmiy@us.ibm.com \
    --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=lukas@wunner.de \
    --cc=michal.simek@amd.com \
    --cc=naresh.solanki@9elements.com \
    --cc=patrick.rudolph@9elements.com \
    --cc=peteryin.openbmc@gmail.com \
    --cc=ythsu0511@gmail.com \
    --cc=ytshu0511@gmail.com \
    /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).