public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/1] soc: tegra: pmc: enable core domain support for Tegra114
@ 2026-01-26 19:20 Svyatoslav Ryhel
  2026-01-26 19:20 ` [PATCH v1 1/1] " Svyatoslav Ryhel
  2026-03-27 14:54 ` [PATCH v1 0/1] " Thierry Reding
  0 siblings, 2 replies; 4+ messages in thread
From: Svyatoslav Ryhel @ 2026-01-26 19:20 UTC (permalink / raw)
  To: Thierry Reding, Jonathan Hunter, Jiri Slaby (SUSE),
	Christophe Leroy, Ulf Hansson, Svyatoslav Ryhel
  Cc: linux-tegra, linux-kernel

Pick after this patch[1] is applied.

[1] https://lore.kernel.org/lkml/20260126191536.78829-6-clamor95@gmail.com/

Svyatoslav Ryhel (1):
  soc: tegra: pmc: enable core domain support for Tegra114

 drivers/soc/tegra/pmc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.51.0


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

* [PATCH v1 1/1] soc: tegra: pmc: enable core domain support for Tegra114
  2026-01-26 19:20 [PATCH v1 0/1] soc: tegra: pmc: enable core domain support for Tegra114 Svyatoslav Ryhel
@ 2026-01-26 19:20 ` Svyatoslav Ryhel
  2026-02-13  3:44   ` Mikko Perttunen
  2026-03-27 14:54 ` [PATCH v1 0/1] " Thierry Reding
  1 sibling, 1 reply; 4+ messages in thread
From: Svyatoslav Ryhel @ 2026-01-26 19:20 UTC (permalink / raw)
  To: Thierry Reding, Jonathan Hunter, Jiri Slaby (SUSE),
	Christophe Leroy, Ulf Hansson, Svyatoslav Ryhel
  Cc: linux-tegra, linux-kernel

Enable core domain support for Tegra114 since now it has power domains
fully configured.

Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
---
 drivers/soc/tegra/pmc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/soc/tegra/pmc.c b/drivers/soc/tegra/pmc.c
index 034a2a535a1e..621dbc02afcf 100644
--- a/drivers/soc/tegra/pmc.c
+++ b/drivers/soc/tegra/pmc.c
@@ -3398,7 +3398,7 @@ static const u8 tegra114_cpu_powergates[] = {
 };
 
 static const struct tegra_pmc_soc tegra114_pmc_soc = {
-	.supports_core_domain = false,
+	.supports_core_domain = true,
 	.num_powergates = ARRAY_SIZE(tegra114_powergates),
 	.powergates = tegra114_powergates,
 	.num_cpu_powergates = ARRAY_SIZE(tegra114_cpu_powergates),
-- 
2.51.0


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

* Re: [PATCH v1 1/1] soc: tegra: pmc: enable core domain support for Tegra114
  2026-01-26 19:20 ` [PATCH v1 1/1] " Svyatoslav Ryhel
@ 2026-02-13  3:44   ` Mikko Perttunen
  0 siblings, 0 replies; 4+ messages in thread
From: Mikko Perttunen @ 2026-02-13  3:44 UTC (permalink / raw)
  To: Thierry Reding, Jonathan Hunter, Jiri Slaby (SUSE),
	Christophe Leroy, Ulf Hansson, Svyatoslav Ryhel, Svyatoslav Ryhel
  Cc: linux-tegra, linux-kernel

On Tuesday, January 27, 2026 4:20 AM Svyatoslav Ryhel wrote:
> Enable core domain support for Tegra114 since now it has power domains
> fully configured.
> 
> Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
> ---
>  drivers/soc/tegra/pmc.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/soc/tegra/pmc.c b/drivers/soc/tegra/pmc.c
> index 034a2a535a1e..621dbc02afcf 100644
> --- a/drivers/soc/tegra/pmc.c
> +++ b/drivers/soc/tegra/pmc.c
> @@ -3398,7 +3398,7 @@ static const u8 tegra114_cpu_powergates[] = {
>  };
>  
>  static const struct tegra_pmc_soc tegra114_pmc_soc = {
> -	.supports_core_domain = false,
> +	.supports_core_domain = true,
>  	.num_powergates = ARRAY_SIZE(tegra114_powergates),
>  	.powergates = tegra114_powergates,
>  	.num_cpu_powergates = ARRAY_SIZE(tegra114_cpu_powergates),
> -- 
> 2.51.0
> 
> 

Reviewed-by: Mikko Perttunen <mperttunen@nvidia.com>




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

* Re: [PATCH v1 0/1] soc: tegra: pmc: enable core domain support for Tegra114
  2026-01-26 19:20 [PATCH v1 0/1] soc: tegra: pmc: enable core domain support for Tegra114 Svyatoslav Ryhel
  2026-01-26 19:20 ` [PATCH v1 1/1] " Svyatoslav Ryhel
@ 2026-03-27 14:54 ` Thierry Reding
  1 sibling, 0 replies; 4+ messages in thread
From: Thierry Reding @ 2026-03-27 14:54 UTC (permalink / raw)
  To: Svyatoslav Ryhel
  Cc: Thierry Reding, Jonathan Hunter, Jiri Slaby (SUSE),
	Christophe Leroy, Ulf Hansson, linux-tegra, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 401 bytes --]

On Mon, Jan 26, 2026 at 09:20:29PM +0200, Svyatoslav Ryhel wrote:
> Pick after this patch[1] is applied.
> 
> [1] https://lore.kernel.org/lkml/20260126191536.78829-6-clamor95@gmail.com/
> 
> Svyatoslav Ryhel (1):
>   soc: tegra: pmc: enable core domain support for Tegra114
> 
>  drivers/soc/tegra/pmc.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks.

Thierry

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

end of thread, other threads:[~2026-03-27 14:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-26 19:20 [PATCH v1 0/1] soc: tegra: pmc: enable core domain support for Tegra114 Svyatoslav Ryhel
2026-01-26 19:20 ` [PATCH v1 1/1] " Svyatoslav Ryhel
2026-02-13  3:44   ` Mikko Perttunen
2026-03-27 14:54 ` [PATCH v1 0/1] " Thierry Reding

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox