linux-hwmon.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Guenter Roeck <linux@roeck-us.net>
To: Mario Kicherer <dev@kicherer.org>
Cc: linux-hwmon@vger.kernel.org, jdelvare@suse.com,
	robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org,
	corbet@lwn.net, linux-doc@vger.kernel.org,
	devicetree@vger.kernel.org
Subject: Re: [PATCH v3 3/3] docs: hwmon: add docs for the NXP MC34VR500 PMIC
Date: Tue, 17 Jan 2023 10:01:44 -0800	[thread overview]
Message-ID: <20230117180144.GB2335664@roeck-us.net> (raw)
In-Reply-To: <20230117161340.1310936-4-dev@kicherer.org>

On Tue, Jan 17, 2023 at 05:13:40PM +0100, Mario Kicherer wrote:
> This patch adds documentation for the NXP MC34VR500 PMIC.

"Add documentation".

See Documentation/process/submitting-patches.rst,
"Describe your changes".

> 
> Signed-off-by: Mario Kicherer <dev@kicherer.org>
> ---
>  Documentation/hwmon/mc34vr500.rst | 32 +++++++++++++++++++++++++++++++
>  1 file changed, 32 insertions(+)
>  create mode 100644 Documentation/hwmon/mc34vr500.rst
> 
> diff --git a/Documentation/hwmon/mc34vr500.rst b/Documentation/hwmon/mc34vr500.rst
> new file mode 100644
> index 000000000000..5a8e0cbf4dbf
> --- /dev/null
> +++ b/Documentation/hwmon/mc34vr500.rst
> @@ -0,0 +1,32 @@
> +Kernel driver mc34vr500
> +=======================
> +
> +Supported Chips:
> +
> +  * NXP MC34VR500
> +
> +    Prefix: 'mc34vr500'
> +
> +    Addresses scanned: I2C 0x08

No, since there is no detect function.

> +
> +    Datasheet: https://www.nxp.com/docs/en/data-sheet/MC34VR500.pdf
> +
> +Author: Mario Kicherer <dev@kicherer.org>
> +
> +Description
> +-----------
> +
> +This driver implements initial support for the NXP MC34VR500 PMIC. The MC34VR500
> +monitors the temperature, input voltage and output currents and provides
> +corresponding alarms. For the temperature, the chip can send interrupts if
> +the temperature rises above one of the following values: 110°, 120°, 125° and
> +130° Celsius. For the input voltage, an interrupt is sent when the voltage
> +drops below 2.8V.
> +
> +Currently, this driver only implements the input voltage and temperature
> +alarms. The interrupts are mapped as follows:
> +
> +<= 2.8V  -> in_min_alarm

in0_min_alarm

> +>110°c   -> temp_max_alarm
> +>120°c   -> temp_crit_alarm
> +>130°c   -> temp_emergency_alarm

temp1_xxx

> -- 
> 2.34.1
> 

      reply	other threads:[~2023-01-17 18:37 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-17 16:13 [PATCH v3 0/3] add initial NXP MC34VR500 PMIC monitoring support Mario Kicherer
2023-01-17 16:13 ` [PATCH v3 1/3] hwmon: " Mario Kicherer
2023-01-17 17:58   ` Guenter Roeck
2023-01-17 18:03   ` Guenter Roeck
2023-01-17 16:13 ` [PATCH v3 2/3] dt-bindings: hwmon: add nxp,mc34vr500 Mario Kicherer
2023-01-17 18:03   ` Guenter Roeck
2023-01-17 20:40   ` Rob Herring
2023-01-18 11:43   ` Krzysztof Kozlowski
2023-01-17 16:13 ` [PATCH v3 3/3] docs: hwmon: add docs for the NXP MC34VR500 PMIC Mario Kicherer
2023-01-17 18:01   ` Guenter Roeck [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=20230117180144.GB2335664@roeck-us.net \
    --to=linux@roeck-us.net \
    --cc=corbet@lwn.net \
    --cc=dev@kicherer.org \
    --cc=devicetree@vger.kernel.org \
    --cc=jdelvare@suse.com \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-hwmon@vger.kernel.org \
    --cc=robh+dt@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;
as well as URLs for NNTP newsgroup(s).