From: Lee Jones <lee.jones@linaro.org>
To: Jerome Neanne <jneanne@baylibre.com>
Cc: lgirdwood@gmail.com, broonie@kernel.org, robh+dt@kernel.org,
nm@ti.com, kristo@kernel.org, dmitry.torokhov@gmail.com,
krzysztof.kozlowski+dt@linaro.org, catalin.marinas@arm.com,
will@kernel.org, tony@atomide.com, afd@ti.com,
khilman@baylibre.com, narmstrong@baylibre.com, msp@baylibre.com,
j-keerthy@ti.com, linux-kernel@vger.kernel.org,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-input@vger.kernel.org, linux-omap@vger.kernel.org,
Lee Jones <lee@kernel.org>
Subject: Re: [PATCH v5 4/6] mfd: tps65219: Add driver for TI TPS65219 PMIC
Date: Wed, 14 Sep 2022 07:46:04 +0100 [thread overview]
Message-ID: <YyF4rDbR/lwblAVt@google.com> (raw)
In-Reply-To: <20220913121419.15420-5-jneanne@baylibre.com>
On Tue, 13 Sep 2022, Jerome Neanne wrote:
> The TPS65219 is a power management IC PMIC designed to supply a wide
> range of SoCs in both portable and stationary applications. Any SoC can
> control TPS65219 over a standard I2C interface.
>
> It contains the following components:
> - Regulators.
> - Over Temperature warning and Shut down.
> - GPIOs
> - Multi Function Pins (MFP)
> - power-button
>
> This patch adds support for tps65219 PMIC. At this time only
> the functionalities listed below are made available:
>
> - Regulators probe and functionalities
> - warm and cold reset support
> - SW shutdown support
> - Regulator warnings via IRQs
> - Power-button via IRQ
>
> Signed-off-by: Jerome Neanne <jneanne@baylibre.com>
> Signed-off-by: Markus Schneider-Pargmann <msp@baylibre.com>
> ---
> MAINTAINERS | 1 +
> drivers/mfd/Kconfig | 14 ++
> drivers/mfd/Makefile | 1 +
> drivers/mfd/tps65219.c | 320 ++++++++++++++++++++++++++++++++
> include/linux/mfd/tps65219.h | 345 +++++++++++++++++++++++++++++++++++
> 5 files changed, 681 insertions(+)
> create mode 100644 drivers/mfd/tps65219.c
> create mode 100644 include/linux/mfd/tps65219.h
Please resend this to the email indicated in MAINTAINERS.
--
DEPRECATED: Please use lee@kernel.org
WARNING: multiple messages have this Message-ID (diff)
From: Lee Jones <lee.jones@linaro.org>
To: Jerome Neanne <jneanne@baylibre.com>
Cc: lgirdwood@gmail.com, broonie@kernel.org, robh+dt@kernel.org,
nm@ti.com, kristo@kernel.org, dmitry.torokhov@gmail.com,
krzysztof.kozlowski+dt@linaro.org, catalin.marinas@arm.com,
will@kernel.org, tony@atomide.com, afd@ti.com,
khilman@baylibre.com, narmstrong@baylibre.com, msp@baylibre.com,
j-keerthy@ti.com, linux-kernel@vger.kernel.org,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-input@vger.kernel.org, linux-omap@vger.kernel.org,
Lee Jones <lee@kernel.org>
Subject: Re: [PATCH v5 4/6] mfd: tps65219: Add driver for TI TPS65219 PMIC
Date: Wed, 14 Sep 2022 07:46:04 +0100 [thread overview]
Message-ID: <YyF4rDbR/lwblAVt@google.com> (raw)
In-Reply-To: <20220913121419.15420-5-jneanne@baylibre.com>
On Tue, 13 Sep 2022, Jerome Neanne wrote:
> The TPS65219 is a power management IC PMIC designed to supply a wide
> range of SoCs in both portable and stationary applications. Any SoC can
> control TPS65219 over a standard I2C interface.
>
> It contains the following components:
> - Regulators.
> - Over Temperature warning and Shut down.
> - GPIOs
> - Multi Function Pins (MFP)
> - power-button
>
> This patch adds support for tps65219 PMIC. At this time only
> the functionalities listed below are made available:
>
> - Regulators probe and functionalities
> - warm and cold reset support
> - SW shutdown support
> - Regulator warnings via IRQs
> - Power-button via IRQ
>
> Signed-off-by: Jerome Neanne <jneanne@baylibre.com>
> Signed-off-by: Markus Schneider-Pargmann <msp@baylibre.com>
> ---
> MAINTAINERS | 1 +
> drivers/mfd/Kconfig | 14 ++
> drivers/mfd/Makefile | 1 +
> drivers/mfd/tps65219.c | 320 ++++++++++++++++++++++++++++++++
> include/linux/mfd/tps65219.h | 345 +++++++++++++++++++++++++++++++++++
> 5 files changed, 681 insertions(+)
> create mode 100644 drivers/mfd/tps65219.c
> create mode 100644 include/linux/mfd/tps65219.h
Please resend this to the email indicated in MAINTAINERS.
--
DEPRECATED: Please use lee@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-09-14 6:46 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-13 12:14 [PATCH v5 0/6] Add support for TI TPS65219 PMIC Jerome Neanne
2022-09-13 12:14 ` Jerome Neanne
2022-09-13 12:14 ` [PATCH v5 1/6] DONOTMERGE: arm64: dts: ti: Add TI TPS65219 PMIC support for AM642 SK board Jerome Neanne
2022-09-13 12:14 ` Jerome Neanne
2022-09-13 12:14 ` [PATCH v5 2/6] DONOTMERGE: arm64: dts: ti: Add pinmux and irq mapping for TPS65219 external interrupts Jerome Neanne
2022-09-13 12:14 ` Jerome Neanne
2022-09-13 12:14 ` [PATCH v5 3/6] DONOTMERGE: arm64: dts: ti: k3-am642-sk: Enable tps65219 power-button Jerome Neanne
2022-09-13 12:14 ` Jerome Neanne
2022-09-13 12:14 ` [PATCH v5 4/6] mfd: tps65219: Add driver for TI TPS65219 PMIC Jerome Neanne
2022-09-13 12:14 ` Jerome Neanne
2022-09-14 6:46 ` Lee Jones [this message]
2022-09-14 6:46 ` Lee Jones
2022-09-13 12:14 ` [PATCH v5 5/6] Input: Add tps65219 interrupt driven powerbutton Jerome Neanne
2022-09-13 12:14 ` Jerome Neanne
2022-09-14 12:32 ` Dmitry Torokhov
2022-09-14 12:32 ` Dmitry Torokhov
2022-09-13 12:14 ` [PATCH v5 6/6] arm64: defconfig: Add tps65219 as modules Jerome Neanne
2022-09-13 12:14 ` Jerome Neanne
-- strict thread matches above, loose matches on Subject: below --
2022-09-14 14:07 [PATCH v5 0/6] Add support for TI TPS65219 PMIC Jerome Neanne
2022-09-14 14:07 ` [PATCH v5 4/6] mfd: tps65219: Add driver " Jerome Neanne
2022-09-14 14:07 ` Jerome Neanne
2022-10-31 11:13 ` Biju Das
2022-10-31 11:13 ` Biju Das
2022-10-31 14:45 ` jerome Neanne
2022-10-31 14:45 ` jerome Neanne
2022-10-31 14:48 ` Biju Das
2022-10-31 14:48 ` Biju Das
2022-10-31 15:14 ` jerome Neanne
2022-10-31 15:14 ` jerome Neanne
2022-09-27 8:35 [PATCH v5 0/6] Add support " Jerome Neanne
2022-09-27 8:35 ` [PATCH v5 4/6] mfd: tps65219: Add driver " Jerome Neanne
2022-09-27 8:35 ` Jerome Neanne
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=YyF4rDbR/lwblAVt@google.com \
--to=lee.jones@linaro.org \
--cc=afd@ti.com \
--cc=broonie@kernel.org \
--cc=catalin.marinas@arm.com \
--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=krzysztof.kozlowski+dt@linaro.org \
--cc=lee@kernel.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=linux-omap@vger.kernel.org \
--cc=msp@baylibre.com \
--cc=narmstrong@baylibre.com \
--cc=nm@ti.com \
--cc=robh+dt@kernel.org \
--cc=tony@atomide.com \
--cc=will@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.