linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] TI TPS65214 & TPS65215: Update MFD Cell Structs
@ 2025-05-27 19:04 Shree Ramamoorthy
  2025-05-27 19:04 ` [PATCH 1/2] mfd: tps65219: Update TPS65214 MFD cell's GPIO compatible string Shree Ramamoorthy
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Shree Ramamoorthy @ 2025-05-27 19:04 UTC (permalink / raw)
  To: aaro.koskinen, andreas, khilman, rogerq, tony, lee, linux-omap,
	linux-kernel
  Cc: m-leonard, praneeth, afd

The patches updates the GPIO compatible string for the TPS65214 & TPS65215
MFD cell struct based on a system design change made after driver
development. TPS65215 & TPS65219 now share the same GPIO count 2 GPOs and
1 GPIO), instead of TPS65214 & TPS65215. TPS65215 will reuse the TPS65219
GPIO compatible string, instead of TPS65214. TPS65214 still has 1 GPO and
1 GPIO.

TPS65214 Datasheet: https://www.ti.com/lit/gpn/TPS65214
TPS65214 TRM: https://www.ti.com/lit/pdf/slvud30
TPS65215 TRM: https://www.ti.com/lit/pdf/slvucw5/

Shree Ramamoorthy (2):
  mfd: tps65219: Update TPS65214 MFD cell's GPIO compatible string
  mfd: tps65219: Update TPS65215's MFD cell GPIO compatible string

 drivers/mfd/tps65219.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
2.43.0


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [PATCH 1/2] mfd: tps65219: Update TPS65214 MFD cell's GPIO compatible string
  2025-05-27 19:04 [PATCH 0/2] TI TPS65214 & TPS65215: Update MFD Cell Structs Shree Ramamoorthy
@ 2025-05-27 19:04 ` Shree Ramamoorthy
  2025-06-13 13:15   ` Lee Jones
  2025-06-13 13:26   ` (subset) " Lee Jones
  2025-05-27 19:04 ` [PATCH 2/2] mfd: tps65219: Update TPS65215's MFD cell " Shree Ramamoorthy
                   ` (2 subsequent siblings)
  3 siblings, 2 replies; 8+ messages in thread
From: Shree Ramamoorthy @ 2025-05-27 19:04 UTC (permalink / raw)
  To: aaro.koskinen, andreas, khilman, rogerq, tony, lee, linux-omap,
	linux-kernel
  Cc: m-leonard, praneeth, afd

This patch reflects the change made to move TPS65215 from 1 GPO and 1 GPIO
to 2 GPOs and 1 GPIO. TPS65215 and TPS65219 both have 2 GPOs and 1 GPIO.
TPS65214 has 1 GPO and 1 GPIO. TPS65215 will reuse the TPS65219 GPIO
compatible string.

TPS65214 TRM: https://www.ti.com/lit/pdf/slvud30
TPS65215 TRM: https://www.ti.com/lit/pdf/slvucw5/

Fixes: 7947219ab1a2 ("mfd: tps65219: Add support for TI TPS65214 PMIC")
Signed-off-by: Shree Ramamoorthy <s-ramamoorthy@ti.com>
---
 drivers/mfd/tps65219.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mfd/tps65219.c b/drivers/mfd/tps65219.c
index fd390600fbf0..297511025dd4 100644
--- a/drivers/mfd/tps65219.c
+++ b/drivers/mfd/tps65219.c
@@ -190,7 +190,7 @@ static const struct resource tps65219_regulator_resources[] = {
 
 static const struct mfd_cell tps65214_cells[] = {
 	MFD_CELL_RES("tps65214-regulator", tps65214_regulator_resources),
-	MFD_CELL_NAME("tps65215-gpio"),
+	MFD_CELL_NAME("tps65214-gpio"),
 };
 
 static const struct mfd_cell tps65215_cells[] = {
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [PATCH 2/2] mfd: tps65219: Update TPS65215's MFD cell GPIO compatible string
  2025-05-27 19:04 [PATCH 0/2] TI TPS65214 & TPS65215: Update MFD Cell Structs Shree Ramamoorthy
  2025-05-27 19:04 ` [PATCH 1/2] mfd: tps65219: Update TPS65214 MFD cell's GPIO compatible string Shree Ramamoorthy
@ 2025-05-27 19:04 ` Shree Ramamoorthy
  2025-06-19 11:44 ` [PATCH 0/2] TI TPS65214 & TPS65215: Update MFD Cell Structs Lee Jones
  2025-06-19 15:19 ` Lee Jones
  3 siblings, 0 replies; 8+ messages in thread
From: Shree Ramamoorthy @ 2025-05-27 19:04 UTC (permalink / raw)
  To: aaro.koskinen, andreas, khilman, rogerq, tony, lee, linux-omap,
	linux-kernel
  Cc: m-leonard, praneeth, afd

This patch reflects the change made to move TPS65215 from 1 GPO and 1 GPIO
to 2 GPOs and 1 GPIO. TPS65215 and TPS65219 both have 2 GPOs and 1 GPIO.
TPS65214 has 1 GPO and 1 GPIO. TPS65215 will reuse the TPS65219 GPIO
compatible string.

TPS65214 TRM: https://www.ti.com/lit/pdf/slvud30
TPS65215 TRM: https://www.ti.com/lit/pdf/slvucw5/

Fixes: 7f9ed27eead6 ("mfd: tps65219: Add support for TI TPS65215 PMIC")
Signed-off-by: Shree Ramamoorthy <s-ramamoorthy@ti.com>
---
 drivers/mfd/tps65219.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mfd/tps65219.c b/drivers/mfd/tps65219.c
index 297511025dd4..041a5b563951 100644
--- a/drivers/mfd/tps65219.c
+++ b/drivers/mfd/tps65219.c
@@ -195,7 +195,7 @@ static const struct mfd_cell tps65214_cells[] = {
 
 static const struct mfd_cell tps65215_cells[] = {
 	MFD_CELL_RES("tps65215-regulator", tps65215_regulator_resources),
-	MFD_CELL_NAME("tps65215-gpio"),
+	MFD_CELL_NAME("tps65219-gpio"),
 };
 
 static const struct mfd_cell tps65219_cells[] = {
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* Re: [PATCH 1/2] mfd: tps65219: Update TPS65214 MFD cell's GPIO compatible string
  2025-05-27 19:04 ` [PATCH 1/2] mfd: tps65219: Update TPS65214 MFD cell's GPIO compatible string Shree Ramamoorthy
@ 2025-06-13 13:15   ` Lee Jones
  2025-06-13 19:35     ` Shree Ramamoorthy
  2025-06-13 13:26   ` (subset) " Lee Jones
  1 sibling, 1 reply; 8+ messages in thread
From: Lee Jones @ 2025-06-13 13:15 UTC (permalink / raw)
  To: Shree Ramamoorthy
  Cc: aaro.koskinen, andreas, khilman, rogerq, tony, linux-omap,
	linux-kernel, m-leonard, praneeth, afd

On Tue, 27 May 2025, Shree Ramamoorthy wrote:

> This patch reflects the change made to move TPS65215 from 1 GPO and 1 GPIO
> to 2 GPOs and 1 GPIO. TPS65215 and TPS65219 both have 2 GPOs and 1 GPIO.
> TPS65214 has 1 GPO and 1 GPIO. TPS65215 will reuse the TPS65219 GPIO
> compatible string.
> 
> TPS65214 TRM: https://www.ti.com/lit/pdf/slvud30
> TPS65215 TRM: https://www.ti.com/lit/pdf/slvucw5/
> 
> Fixes: 7947219ab1a2 ("mfd: tps65219: Add support for TI TPS65214 PMIC")
> Signed-off-by: Shree Ramamoorthy <s-ramamoorthy@ti.com>
> ---
>  drivers/mfd/tps65219.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/mfd/tps65219.c b/drivers/mfd/tps65219.c
> index fd390600fbf0..297511025dd4 100644
> --- a/drivers/mfd/tps65219.c
> +++ b/drivers/mfd/tps65219.c
> @@ -190,7 +190,7 @@ static const struct resource tps65219_regulator_resources[] = {
>  
>  static const struct mfd_cell tps65214_cells[] = {
>  	MFD_CELL_RES("tps65214-regulator", tps65214_regulator_resources),
> -	MFD_CELL_NAME("tps65215-gpio"),
> +	MFD_CELL_NAME("tps65214-gpio"),

Neither of these exist anywhere.

I'll assume they will be available soon.

>  };
>  
>  static const struct mfd_cell tps65215_cells[] = {
> -- 
> 2.43.0
> 

-- 
Lee Jones [李琼斯]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: (subset) [PATCH 1/2] mfd: tps65219: Update TPS65214 MFD cell's GPIO compatible string
  2025-05-27 19:04 ` [PATCH 1/2] mfd: tps65219: Update TPS65214 MFD cell's GPIO compatible string Shree Ramamoorthy
  2025-06-13 13:15   ` Lee Jones
@ 2025-06-13 13:26   ` Lee Jones
  1 sibling, 0 replies; 8+ messages in thread
From: Lee Jones @ 2025-06-13 13:26 UTC (permalink / raw)
  To: aaro.koskinen, andreas, khilman, rogerq, tony, lee, linux-omap,
	linux-kernel, Shree Ramamoorthy
  Cc: m-leonard, praneeth, afd

On Tue, 27 May 2025 14:04:54 -0500, Shree Ramamoorthy wrote:
> This patch reflects the change made to move TPS65215 from 1 GPO and 1 GPIO
> to 2 GPOs and 1 GPIO. TPS65215 and TPS65219 both have 2 GPOs and 1 GPIO.
> TPS65214 has 1 GPO and 1 GPIO. TPS65215 will reuse the TPS65219 GPIO
> compatible string.
> 
> TPS65214 TRM: https://www.ti.com/lit/pdf/slvud30
> TPS65215 TRM: https://www.ti.com/lit/pdf/slvucw5/
> 
> [...]

Applied, thanks!

[1/2] mfd: tps65219: Update TPS65214 MFD cell's GPIO compatible string
      commit: 75213cd351ac2df3bb3e70d203cef0a1c7a5f4d4

--
Lee Jones [李琼斯]


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH 1/2] mfd: tps65219: Update TPS65214 MFD cell's GPIO compatible string
  2025-06-13 13:15   ` Lee Jones
@ 2025-06-13 19:35     ` Shree Ramamoorthy
  0 siblings, 0 replies; 8+ messages in thread
From: Shree Ramamoorthy @ 2025-06-13 19:35 UTC (permalink / raw)
  To: Lee Jones
  Cc: aaro.koskinen, andreas, khilman, rogerq, tony, linux-omap,
	linux-kernel, m-leonard, praneeth, afd


On 6/13/25 8:15 AM, Lee Jones wrote:
> On Tue, 27 May 2025, Shree Ramamoorthy wrote:
>
>> This patch reflects the change made to move TPS65215 from 1 GPO and 1 GPIO
>> to 2 GPOs and 1 GPIO. TPS65215 and TPS65219 both have 2 GPOs and 1 GPIO.
>> TPS65214 has 1 GPO and 1 GPIO. TPS65215 will reuse the TPS65219 GPIO
>> compatible string.
>>
>> TPS65214 TRM: https://www.ti.com/lit/pdf/slvud30
>> TPS65215 TRM: https://www.ti.com/lit/pdf/slvucw5/
>>
>> Fixes: 7947219ab1a2 ("mfd: tps65219: Add support for TI TPS65214 PMIC")
>> Signed-off-by: Shree Ramamoorthy <s-ramamoorthy@ti.com>
>> ---
>>   drivers/mfd/tps65219.c | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/drivers/mfd/tps65219.c b/drivers/mfd/tps65219.c
>> index fd390600fbf0..297511025dd4 100644
>> --- a/drivers/mfd/tps65219.c
>> +++ b/drivers/mfd/tps65219.c
>> @@ -190,7 +190,7 @@ static const struct resource tps65219_regulator_resources[] = {
>>   
>>   static const struct mfd_cell tps65214_cells[] = {
>>   	MFD_CELL_RES("tps65214-regulator", tps65214_regulator_resources),
>> -	MFD_CELL_NAME("tps65215-gpio"),
>> +	MFD_CELL_NAME("tps65214-gpio"),
> Neither of these exist anywhere.
>
> I'll assume they will be available soon.

I'll be upstreaming v5 of this gpio series [0] after I complete internal reviews!
[0]: https://lore.kernel.org/all/20250425203315.71497-1-s-ramamoorthy@ti.com/

>
>>   };
>>   
>>   static const struct mfd_cell tps65215_cells[] = {
>> -- 
>> 2.43.0
>>

-- 
Best,
Shree Ramamoorthy
PMIC Software Engineer


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH 0/2] TI TPS65214 & TPS65215: Update MFD Cell Structs
  2025-05-27 19:04 [PATCH 0/2] TI TPS65214 & TPS65215: Update MFD Cell Structs Shree Ramamoorthy
  2025-05-27 19:04 ` [PATCH 1/2] mfd: tps65219: Update TPS65214 MFD cell's GPIO compatible string Shree Ramamoorthy
  2025-05-27 19:04 ` [PATCH 2/2] mfd: tps65219: Update TPS65215's MFD cell " Shree Ramamoorthy
@ 2025-06-19 11:44 ` Lee Jones
  2025-06-19 15:19 ` Lee Jones
  3 siblings, 0 replies; 8+ messages in thread
From: Lee Jones @ 2025-06-19 11:44 UTC (permalink / raw)
  To: Shree Ramamoorthy
  Cc: aaro.koskinen, andreas, khilman, rogerq, tony, linux-omap,
	linux-kernel, m-leonard, praneeth, afd

On Tue, 27 May 2025, Shree Ramamoorthy wrote:

> The patches updates the GPIO compatible string for the TPS65214 & TPS65215
> MFD cell struct based on a system design change made after driver
> development. TPS65215 & TPS65219 now share the same GPIO count 2 GPOs and
> 1 GPIO), instead of TPS65214 & TPS65215. TPS65215 will reuse the TPS65219
> GPIO compatible string, instead of TPS65214. TPS65214 still has 1 GPO and
> 1 GPIO.
> 
> TPS65214 Datasheet: https://www.ti.com/lit/gpn/TPS65214
> TPS65214 TRM: https://www.ti.com/lit/pdf/slvud30
> TPS65215 TRM: https://www.ti.com/lit/pdf/slvucw5/
> 
> Shree Ramamoorthy (2):
>   mfd: tps65219: Update TPS65214 MFD cell's GPIO compatible string
>   mfd: tps65219: Update TPS65215's MFD cell GPIO compatible string
> 
>  drivers/mfd/tps65219.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Doesn't apply.  Please rebase the set.

-- 
Lee Jones [李琼斯]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH 0/2] TI TPS65214 & TPS65215: Update MFD Cell Structs
  2025-05-27 19:04 [PATCH 0/2] TI TPS65214 & TPS65215: Update MFD Cell Structs Shree Ramamoorthy
                   ` (2 preceding siblings ...)
  2025-06-19 11:44 ` [PATCH 0/2] TI TPS65214 & TPS65215: Update MFD Cell Structs Lee Jones
@ 2025-06-19 15:19 ` Lee Jones
  3 siblings, 0 replies; 8+ messages in thread
From: Lee Jones @ 2025-06-19 15:19 UTC (permalink / raw)
  To: aaro.koskinen, andreas, khilman, rogerq, tony, lee, linux-omap,
	linux-kernel, Shree Ramamoorthy
  Cc: m-leonard, praneeth, afd

On Tue, 27 May 2025 14:04:53 -0500, Shree Ramamoorthy wrote:
> The patches updates the GPIO compatible string for the TPS65214 & TPS65215
> MFD cell struct based on a system design change made after driver
> development. TPS65215 & TPS65219 now share the same GPIO count 2 GPOs and
> 1 GPIO), instead of TPS65214 & TPS65215. TPS65215 will reuse the TPS65219
> GPIO compatible string, instead of TPS65214. TPS65214 still has 1 GPO and
> 1 GPIO.
> 
> [...]

Applied, thanks!

[1/2] mfd: tps65219: Update TPS65214 MFD cell's GPIO compatible string
      commit: b2082f5eabe1a2e1a0746258cf9f88bc313d0b35
[2/2] mfd: tps65219: Update TPS65215's MFD cell GPIO compatible string
      (no commit info)

--
Lee Jones [李琼斯]


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2025-06-19 15:19 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-27 19:04 [PATCH 0/2] TI TPS65214 & TPS65215: Update MFD Cell Structs Shree Ramamoorthy
2025-05-27 19:04 ` [PATCH 1/2] mfd: tps65219: Update TPS65214 MFD cell's GPIO compatible string Shree Ramamoorthy
2025-06-13 13:15   ` Lee Jones
2025-06-13 19:35     ` Shree Ramamoorthy
2025-06-13 13:26   ` (subset) " Lee Jones
2025-05-27 19:04 ` [PATCH 2/2] mfd: tps65219: Update TPS65215's MFD cell " Shree Ramamoorthy
2025-06-19 11:44 ` [PATCH 0/2] TI TPS65214 & TPS65215: Update MFD Cell Structs Lee Jones
2025-06-19 15:19 ` Lee Jones

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).