All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] soc: samsung: pm_domains: drop unused is_off field
@ 2021-10-08  7:52 ` Krzysztof Kozlowski
  0 siblings, 0 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2021-10-08  7:52 UTC (permalink / raw)
  To: Krzysztof Kozlowski, linux-arm-kernel, linux-samsung-soc, linux-kernel

The 'is_off' member of internal state structure 'exynos_pm_domain' is
not used anymore.

Fixes: 2ed5f236716c ("ARM: EXYNOS: Detect power domain state on registration from DT")
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
---
 drivers/soc/samsung/pm_domains.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/soc/samsung/pm_domains.c b/drivers/soc/samsung/pm_domains.c
index 5ec0c13f0aaf..d07f3c9d6903 100644
--- a/drivers/soc/samsung/pm_domains.c
+++ b/drivers/soc/samsung/pm_domains.c
@@ -28,7 +28,6 @@ struct exynos_pm_domain_config {
  */
 struct exynos_pm_domain {
 	void __iomem *base;
-	bool is_off;
 	struct generic_pm_domain pd;
 	u32 local_pwr_cfg;
 };
-- 
2.30.2


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

* [PATCH] soc: samsung: pm_domains: drop unused is_off field
@ 2021-10-08  7:52 ` Krzysztof Kozlowski
  0 siblings, 0 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2021-10-08  7:52 UTC (permalink / raw)
  To: Krzysztof Kozlowski, linux-arm-kernel, linux-samsung-soc, linux-kernel

The 'is_off' member of internal state structure 'exynos_pm_domain' is
not used anymore.

Fixes: 2ed5f236716c ("ARM: EXYNOS: Detect power domain state on registration from DT")
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
---
 drivers/soc/samsung/pm_domains.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/soc/samsung/pm_domains.c b/drivers/soc/samsung/pm_domains.c
index 5ec0c13f0aaf..d07f3c9d6903 100644
--- a/drivers/soc/samsung/pm_domains.c
+++ b/drivers/soc/samsung/pm_domains.c
@@ -28,7 +28,6 @@ struct exynos_pm_domain_config {
  */
 struct exynos_pm_domain {
 	void __iomem *base;
-	bool is_off;
 	struct generic_pm_domain pd;
 	u32 local_pwr_cfg;
 };
-- 
2.30.2


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] soc: samsung: pm_domains: drop unused is_off field
  2021-10-08  7:52 ` Krzysztof Kozlowski
@ 2021-10-10 17:18   ` Krzysztof Kozlowski
  -1 siblings, 0 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2021-10-10 17:18 UTC (permalink / raw)
  To: linux-kernel, linux-arm-kernel, linux-samsung-soc, Krzysztof Kozlowski

On Fri, 8 Oct 2021 09:52:53 +0200, Krzysztof Kozlowski wrote:
> The 'is_off' member of internal state structure 'exynos_pm_domain' is
> not used anymore.
> 
> 

Applied, thanks!

[1/1] soc: samsung: pm_domains: drop unused is_off field
      commit: 178d6c1b83e5244b866d90071246b3b0135c3f7d

Best regards,
-- 
Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>

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

* Re: [PATCH] soc: samsung: pm_domains: drop unused is_off field
@ 2021-10-10 17:18   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2021-10-10 17:18 UTC (permalink / raw)
  To: linux-kernel, linux-arm-kernel, linux-samsung-soc, Krzysztof Kozlowski

On Fri, 8 Oct 2021 09:52:53 +0200, Krzysztof Kozlowski wrote:
> The 'is_off' member of internal state structure 'exynos_pm_domain' is
> not used anymore.
> 
> 

Applied, thanks!

[1/1] soc: samsung: pm_domains: drop unused is_off field
      commit: 178d6c1b83e5244b866d90071246b3b0135c3f7d

Best regards,
-- 
Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2021-10-10 17:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-08  7:52 [PATCH] soc: samsung: pm_domains: drop unused is_off field Krzysztof Kozlowski
2021-10-08  7:52 ` Krzysztof Kozlowski
2021-10-10 17:18 ` Krzysztof Kozlowski
2021-10-10 17:18   ` Krzysztof Kozlowski

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.