From: Rob Herring <robh@kernel.org>
To: Jerome Neanne <jneanne@baylibre.com>
Cc: khilman@baylibre.com, lgirdwood@gmail.com,
linux-arm-kernel@lists.infradead.org, nm@ti.com,
lee.jones@linaro.org, linux-input@vger.kernel.org,
msp@baylibre.com, devicetree@vger.kernel.org, j-keerthy@ti.com,
broonie@kernel.org, narmstrong@baylibre.com,
dmitry.torokhov@gmail.com, linux-kernel@vger.kernel.org,
robh+dt@kernel.org, kristo@kernel.org
Subject: Re: [PATCH v3 04/10] regulator: dt-bindings: Add TI TPS65219 PMIC bindings
Date: Tue, 9 Aug 2022 13:47:43 -0600 [thread overview]
Message-ID: <20220809194743.GA2274545-robh@kernel.org> (raw)
In-Reply-To: <20220805121852.21254-5-jneanne@baylibre.com>
On Fri, 05 Aug 2022 14:18:46 +0200, Jerome Neanne wrote:
> Add TPS65219 PMIC bindings using json-schema.
>
> Describe required properties and regname-supply.
> regname-supply is required when bypass mode is used for a regulator.
> Describes regulator topology.
> Interrupts support.
> Add a power-button property to configure the EN/PB/VSENSE pin as a
> powerbutton:
>
> TPS65219 has a multipurpose pin called EN/PB/VSENSE that can be either:
> - EN in which case it functions as an enable pin.
> - VSENSE which compares the voltages and triggers an automatic
> on/off request.
> - PB in which case it can be configured to trigger an interrupt
> to the SoC.
> ti,power-button reflects the last one of those options
> where the board has a button wired to the pin and triggers
> an interrupt on pressing it.
>
> Signed-off-by: Markus Schneider-Pargmann <msp@baylibre.com>
> Signed-off-by: Jerome Neanne <jneanne@baylibre.com>
> ---
> .../bindings/regulator/ti,tps65219.yaml | 173 ++++++++++++++++++
> 1 file changed, 173 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/regulator/ti,tps65219.yaml
>
Reviewed-by: Rob Herring <robh@kernel.org>
WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robh@kernel.org>
To: Jerome Neanne <jneanne@baylibre.com>
Cc: khilman@baylibre.com, lgirdwood@gmail.com,
linux-arm-kernel@lists.infradead.org, nm@ti.com,
lee.jones@linaro.org, linux-input@vger.kernel.org,
msp@baylibre.com, devicetree@vger.kernel.org, j-keerthy@ti.com,
broonie@kernel.org, narmstrong@baylibre.com,
dmitry.torokhov@gmail.com, linux-kernel@vger.kernel.org,
robh+dt@kernel.org, kristo@kernel.org
Subject: Re: [PATCH v3 04/10] regulator: dt-bindings: Add TI TPS65219 PMIC bindings
Date: Tue, 9 Aug 2022 13:47:43 -0600 [thread overview]
Message-ID: <20220809194743.GA2274545-robh@kernel.org> (raw)
In-Reply-To: <20220805121852.21254-5-jneanne@baylibre.com>
On Fri, 05 Aug 2022 14:18:46 +0200, Jerome Neanne wrote:
> Add TPS65219 PMIC bindings using json-schema.
>
> Describe required properties and regname-supply.
> regname-supply is required when bypass mode is used for a regulator.
> Describes regulator topology.
> Interrupts support.
> Add a power-button property to configure the EN/PB/VSENSE pin as a
> powerbutton:
>
> TPS65219 has a multipurpose pin called EN/PB/VSENSE that can be either:
> - EN in which case it functions as an enable pin.
> - VSENSE which compares the voltages and triggers an automatic
> on/off request.
> - PB in which case it can be configured to trigger an interrupt
> to the SoC.
> ti,power-button reflects the last one of those options
> where the board has a button wired to the pin and triggers
> an interrupt on pressing it.
>
> Signed-off-by: Markus Schneider-Pargmann <msp@baylibre.com>
> Signed-off-by: Jerome Neanne <jneanne@baylibre.com>
> ---
> .../bindings/regulator/ti,tps65219.yaml | 173 ++++++++++++++++++
> 1 file changed, 173 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/regulator/ti,tps65219.yaml
>
Reviewed-by: Rob Herring <robh@kernel.org>
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2022-08-09 19:48 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-05 12:18 [PATCH v3 00/10] Add support for TI TPS65219 PMIC Jerome Neanne
2022-08-05 12:18 ` Jerome Neanne
2022-08-05 12:18 ` [PATCH v3 01/10] DONOTMERGE: arm64: dts: ti: Add TI TPS65219 PMIC support for AM642 SK board Jerome Neanne
2022-08-05 12:18 ` Jerome Neanne
2022-08-05 12:18 ` [PATCH v3 02/10] DONOTMERGE: arm64: dts: ti: Add pinmux and irq mapping for TPS65219 external interrupts Jerome Neanne
2022-08-05 12:18 ` Jerome Neanne
2022-08-05 12:18 ` [PATCH v3 03/10] DONOTMERGE: arm64: dts: ti: k3-am642-sk: Enable tps65219 power-button Jerome Neanne
2022-08-05 12:18 ` Jerome Neanne
2022-08-05 12:18 ` [PATCH v3 04/10] regulator: dt-bindings: Add TI TPS65219 PMIC bindings Jerome Neanne
2022-08-05 12:18 ` Jerome Neanne
2022-08-09 19:47 ` Rob Herring [this message]
2022-08-09 19:47 ` Rob Herring
2022-08-05 12:18 ` [PATCH v3 05/10] mfd: drivers: Add TI TPS65219 PMIC support Jerome Neanne
2022-08-05 12:18 ` Jerome Neanne
2022-08-05 12:18 ` [PATCH v3 06/10] mfd: drivers: Add interrupts support to TI TPS65219 PMIC Jerome Neanne
2022-08-05 12:18 ` Jerome Neanne
2022-08-05 12:18 ` [PATCH v3 07/10] mfd: tps65219: Add power-button support Jerome Neanne
2022-08-05 12:18 ` Jerome Neanne
2022-08-05 12:18 ` [PATCH v3 08/10] regulator: drivers: Add TI TPS65219 PMIC regulators support Jerome Neanne
2022-08-05 12:18 ` Jerome Neanne
2022-08-05 12:18 ` [PATCH v3 09/10] Input: Add tps65219 interrupt driven powerbutton Jerome Neanne
2022-08-05 12:18 ` Jerome Neanne
2022-08-05 12:18 ` [PATCH v3 10/10] arm64: defconfig: Add tps65219 as modules Jerome Neanne
2022-08-05 12:18 ` Jerome Neanne
2022-08-23 18:54 ` (subset) [PATCH v3 00/10] Add support for TI TPS65219 PMIC Mark Brown
2022-08-23 18:54 ` Mark Brown
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=20220809194743.GA2274545-robh@kernel.org \
--to=robh@kernel.org \
--cc=broonie@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=dmitry.torokhov@gmail.com \
--cc=j-keerthy@ti.com \
--cc=jneanne@baylibre.com \
--cc=khilman@baylibre.com \
--cc=kristo@kernel.org \
--cc=lee.jones@linaro.org \
--cc=lgirdwood@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-input@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=msp@baylibre.com \
--cc=narmstrong@baylibre.com \
--cc=nm@ti.com \
--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 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.