From: Lee Jones <lee@kernel.org>
To: linux-kernel@vger.kernel.org, Bhargav Raviprakash <bhargav.r@ltts.com>
Cc: m.nirmaladevi@ltts.com, robh+dt@kernel.org,
krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org,
jpanis@baylibre.com, devicetree@vger.kernel.org, arnd@arndb.de,
gregkh@linuxfoundation.org, lgirdwood@gmail.com,
broonie@kernel.org, linus.walleij@linaro.org,
linux-gpio@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
nm@ti.com, vigneshr@ti.com, kristo@kernel.org,
eblanc@baylibre.com
Subject: Re: (subset) [PATCH v8 00/10] Add support for TI TPS65224 PMIC
Date: Fri, 3 May 2024 10:20:21 +0100 [thread overview]
Message-ID: <20240503092021.GM1227636@google.com> (raw)
In-Reply-To: <171472796178.1311350.4406575677999610125.b4-ty@kernel.org>
On Fri, 03 May 2024, Lee Jones wrote:
> On Tue, 30 Apr 2024 13:14:49 +0000, Bhargav Raviprakash wrote:
> > This series modifies the existing TPS6594 drivers to add support for the
> > TPS65224 PMIC device that is a derivative of TPS6594. TPS65224 has a
> > similar register map to TPS6594 with a few differences. SPI, I2C, ESM,
> > PFSM, Regulators and GPIO features overlap between the two devices.
> >
> > TPS65224 is a Power Management IC (PMIC) which provides regulators and
> > other features like GPIOs, Watchdog, Error Signal Monitor (ESM) and
> > Pre-configurable Finite State Machine (PFSM). The SoC and the PMIC can
> > communicate through the I2C or SPI interfaces. The PMIC TPS65224
> > additionally has a 12-bit ADC.
> > Data Sheet for TPS65224: https://www.ti.com/product/TPS65224-Q1
> >
> > [...]
>
> Applied, thanks!
>
> [01/10] mfd: tps6594: Add register definitions for TI TPS65224 PMIC
> commit: 84ccfaee29fe46e305244a69c4471e83629ad5d1
> [02/10] mfd: tps6594: use volatile_table instead of volatile_reg
> commit: 436250638b6d8e6cf8dceed82cdbbfc90ce3a775
> [03/10] dt-bindings: mfd: ti,tps6594: Add TI TPS65224 PMIC
> commit: 91fbd800649f62bcc6a002ae9e0c0b6b5bb3f0d0
> [04/10] mfd: tps6594-i2c: Add TI TPS65224 PMIC I2C
> commit: f8e5fc60e6666b46ce113b6b6de221ebba88668f
> [05/10] mfd: tps6594-spi: Add TI TPS65224 PMIC SPI
> commit: 02716864fd5a53e057dcecdb36c807be6494120c
> [06/10] mfd: tps6594-core: Add TI TPS65224 PMIC core
> commit: 9d855b8144e6016357eecdd9b3fe7cf8c61a1de3
> [07/10] misc: tps6594-pfsm: Add TI TPS65224 PMIC PFSM
> commit: 91020aecc8136174429d41a6dae3de7cf39f8000
> [08/10] regulator: tps6594-regulator: Add TI TPS65224 PMIC regulators
> commit: 00c826525fbae0230f6c3e9879e56d50267deb42
> [09/10] pinctrl: pinctrl-tps6594: Add TPS65224 PMIC pinctrl and GPIO
> commit: 2088297159178ffc7c695fa34a7a88707371927d
Submitted for build testing.
If it passes, I'll send out a PR for other maintainers to pull from.
--
Lee Jones [李琼斯]
WARNING: multiple messages have this Message-ID (diff)
From: Lee Jones <lee@kernel.org>
To: linux-kernel@vger.kernel.org, Bhargav Raviprakash <bhargav.r@ltts.com>
Cc: m.nirmaladevi@ltts.com, robh+dt@kernel.org,
krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org,
jpanis@baylibre.com, devicetree@vger.kernel.org, arnd@arndb.de,
gregkh@linuxfoundation.org, lgirdwood@gmail.com,
broonie@kernel.org, linus.walleij@linaro.org,
linux-gpio@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
nm@ti.com, vigneshr@ti.com, kristo@kernel.org,
eblanc@baylibre.com
Subject: Re: (subset) [PATCH v8 00/10] Add support for TI TPS65224 PMIC
Date: Fri, 3 May 2024 10:20:21 +0100 [thread overview]
Message-ID: <20240503092021.GM1227636@google.com> (raw)
In-Reply-To: <171472796178.1311350.4406575677999610125.b4-ty@kernel.org>
On Fri, 03 May 2024, Lee Jones wrote:
> On Tue, 30 Apr 2024 13:14:49 +0000, Bhargav Raviprakash wrote:
> > This series modifies the existing TPS6594 drivers to add support for the
> > TPS65224 PMIC device that is a derivative of TPS6594. TPS65224 has a
> > similar register map to TPS6594 with a few differences. SPI, I2C, ESM,
> > PFSM, Regulators and GPIO features overlap between the two devices.
> >
> > TPS65224 is a Power Management IC (PMIC) which provides regulators and
> > other features like GPIOs, Watchdog, Error Signal Monitor (ESM) and
> > Pre-configurable Finite State Machine (PFSM). The SoC and the PMIC can
> > communicate through the I2C or SPI interfaces. The PMIC TPS65224
> > additionally has a 12-bit ADC.
> > Data Sheet for TPS65224: https://www.ti.com/product/TPS65224-Q1
> >
> > [...]
>
> Applied, thanks!
>
> [01/10] mfd: tps6594: Add register definitions for TI TPS65224 PMIC
> commit: 84ccfaee29fe46e305244a69c4471e83629ad5d1
> [02/10] mfd: tps6594: use volatile_table instead of volatile_reg
> commit: 436250638b6d8e6cf8dceed82cdbbfc90ce3a775
> [03/10] dt-bindings: mfd: ti,tps6594: Add TI TPS65224 PMIC
> commit: 91fbd800649f62bcc6a002ae9e0c0b6b5bb3f0d0
> [04/10] mfd: tps6594-i2c: Add TI TPS65224 PMIC I2C
> commit: f8e5fc60e6666b46ce113b6b6de221ebba88668f
> [05/10] mfd: tps6594-spi: Add TI TPS65224 PMIC SPI
> commit: 02716864fd5a53e057dcecdb36c807be6494120c
> [06/10] mfd: tps6594-core: Add TI TPS65224 PMIC core
> commit: 9d855b8144e6016357eecdd9b3fe7cf8c61a1de3
> [07/10] misc: tps6594-pfsm: Add TI TPS65224 PMIC PFSM
> commit: 91020aecc8136174429d41a6dae3de7cf39f8000
> [08/10] regulator: tps6594-regulator: Add TI TPS65224 PMIC regulators
> commit: 00c826525fbae0230f6c3e9879e56d50267deb42
> [09/10] pinctrl: pinctrl-tps6594: Add TPS65224 PMIC pinctrl and GPIO
> commit: 2088297159178ffc7c695fa34a7a88707371927d
Submitted for build testing.
If it passes, I'll send out a PR for other maintainers to pull from.
--
Lee Jones [李琼斯]
_______________________________________________
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:[~2024-05-03 9:20 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-30 13:14 [PATCH v8 00/10] Add support for TI TPS65224 PMIC Bhargav Raviprakash
2024-04-30 13:14 ` Bhargav Raviprakash
2024-04-30 13:16 ` [PATCH v8 01/10] mfd: tps6594: Add register definitions " Bhargav Raviprakash
2024-04-30 13:16 ` Bhargav Raviprakash
2024-04-30 13:16 ` [PATCH v8 02/10] mfd: tps6594: use volatile_table instead of volatile_reg Bhargav Raviprakash
2024-04-30 13:16 ` Bhargav Raviprakash
2024-04-30 13:16 ` [PATCH v8 03/10] dt-bindings: mfd: ti,tps6594: Add TI TPS65224 PMIC Bhargav Raviprakash
2024-04-30 13:16 ` Bhargav Raviprakash
2024-04-30 16:33 ` [PATCH v8 04/10] mfd: tps6594-i2c: Add TI TPS65224 PMIC I2C Bhargav Raviprakash
2024-04-30 16:33 ` Bhargav Raviprakash
2024-04-30 16:35 ` Bhargav Raviprakash
2024-04-30 16:35 ` Bhargav Raviprakash
2024-04-30 16:35 ` [PATCH v8 05/10] mfd: tps6594-spi: Add TI TPS65224 PMIC SPI Bhargav Raviprakash
2024-04-30 16:35 ` Bhargav Raviprakash
2024-04-30 16:35 ` [PATCH v8 06/10] mfd: tps6594-core: Add TI TPS65224 PMIC core Bhargav Raviprakash
2024-04-30 16:35 ` Bhargav Raviprakash
2024-04-30 16:35 ` [PATCH v8 07/10] misc: tps6594-pfsm: Add TI TPS65224 PMIC PFSM Bhargav Raviprakash
2024-04-30 16:35 ` Bhargav Raviprakash
2024-04-30 16:35 ` [PATCH v8 08/10] regulator: tps6594-regulator: Add TI TPS65224 PMIC regulators Bhargav Raviprakash
2024-04-30 16:35 ` Bhargav Raviprakash
2024-04-30 16:35 ` [PATCH v8 09/10] pinctrl: pinctrl-tps6594: Add TPS65224 PMIC pinctrl and GPIO Bhargav Raviprakash
2024-04-30 16:35 ` Bhargav Raviprakash
2024-04-30 16:36 ` [PATCH v8 10/10] arch: arm64: dts: ti: k3-am62p5-sk: Add TPS65224 PMIC support in AM62P dts Bhargav Raviprakash
2024-04-30 16:36 ` Bhargav Raviprakash
2024-05-03 9:19 ` (subset) [PATCH v8 00/10] Add support for TI TPS65224 PMIC Lee Jones
2024-05-03 9:19 ` Lee Jones
2024-05-03 9:20 ` Lee Jones [this message]
2024-05-03 9:20 ` Lee Jones
2024-05-10 14:52 ` [GIT PULL] Immutable branch between MFD, Misc, Pinctrl and Regulator due for the v6.10 merge window Lee Jones
2024-05-10 14:52 ` Lee Jones
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=20240503092021.GM1227636@google.com \
--to=lee@kernel.org \
--cc=arnd@arndb.de \
--cc=bhargav.r@ltts.com \
--cc=broonie@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=eblanc@baylibre.com \
--cc=gregkh@linuxfoundation.org \
--cc=jpanis@baylibre.com \
--cc=kristo@kernel.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=lgirdwood@gmail.com \
--cc=linus.walleij@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-gpio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=m.nirmaladevi@ltts.com \
--cc=nm@ti.com \
--cc=robh+dt@kernel.org \
--cc=vigneshr@ti.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 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.