All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] soc: rockchip: pm_domains: Fix typo in comment
@ 2022-03-26 18:34 ` Sebastian Fricke
  0 siblings, 0 replies; 6+ messages in thread
From: Sebastian Fricke @ 2022-03-26 18:34 UTC (permalink / raw)
  To: linux-rockchip
  Cc: Sebastian Fricke, Heiko Stuebner, Elaine Zhang, Johan Jonker,
	moderated list:ARM/Rockchip SoC support, open list

s/eject devices form power domain/eject devices from the power domain/

Signed-off-by: Sebastian Fricke <sebastian.fricke@collabora.com>
---
 drivers/soc/rockchip/pm_domains.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/soc/rockchip/pm_domains.c b/drivers/soc/rockchip/pm_domains.c
index 0868b7d406fb..1b029e494274 100644
--- a/drivers/soc/rockchip/pm_domains.c
+++ b/drivers/soc/rockchip/pm_domains.c
@@ -1068,9 +1068,9 @@ static struct platform_driver rockchip_pm_domain_driver = {
 		.name   = "rockchip-pm-domain",
 		.of_match_table = rockchip_pm_domain_dt_match,
 		/*
-		 * We can't forcibly eject devices form power domain,
-		 * so we can't really remove power domains once they
-		 * were added.
+		 * We can't forcibly eject devices from the power
+		 * domain, so we can't really remove power domains
+		 * once they were added.
 		 */
 		.suppress_bind_attrs = true,
 	},
-- 
2.25.1


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

* [PATCH] soc: rockchip: pm_domains: Fix typo in comment
@ 2022-03-26 18:34 ` Sebastian Fricke
  0 siblings, 0 replies; 6+ messages in thread
From: Sebastian Fricke @ 2022-03-26 18:34 UTC (permalink / raw)
  To: linux-rockchip
  Cc: Sebastian Fricke, Heiko Stuebner, Elaine Zhang, Johan Jonker,
	moderated list:ARM/Rockchip SoC support, open list

s/eject devices form power domain/eject devices from the power domain/

Signed-off-by: Sebastian Fricke <sebastian.fricke@collabora.com>
---
 drivers/soc/rockchip/pm_domains.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/soc/rockchip/pm_domains.c b/drivers/soc/rockchip/pm_domains.c
index 0868b7d406fb..1b029e494274 100644
--- a/drivers/soc/rockchip/pm_domains.c
+++ b/drivers/soc/rockchip/pm_domains.c
@@ -1068,9 +1068,9 @@ static struct platform_driver rockchip_pm_domain_driver = {
 		.name   = "rockchip-pm-domain",
 		.of_match_table = rockchip_pm_domain_dt_match,
 		/*
-		 * We can't forcibly eject devices form power domain,
-		 * so we can't really remove power domains once they
-		 * were added.
+		 * We can't forcibly eject devices from the power
+		 * domain, so we can't really remove power domains
+		 * once they were added.
 		 */
 		.suppress_bind_attrs = true,
 	},
-- 
2.25.1


_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip

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

* [PATCH] soc: rockchip: pm_domains: Fix typo in comment
@ 2022-03-26 18:34 ` Sebastian Fricke
  0 siblings, 0 replies; 6+ messages in thread
From: Sebastian Fricke @ 2022-03-26 18:34 UTC (permalink / raw)
  To: linux-rockchip
  Cc: Sebastian Fricke, Heiko Stuebner, Elaine Zhang, Johan Jonker,
	moderated list:ARM/Rockchip SoC support, open list

s/eject devices form power domain/eject devices from the power domain/

Signed-off-by: Sebastian Fricke <sebastian.fricke@collabora.com>
---
 drivers/soc/rockchip/pm_domains.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/soc/rockchip/pm_domains.c b/drivers/soc/rockchip/pm_domains.c
index 0868b7d406fb..1b029e494274 100644
--- a/drivers/soc/rockchip/pm_domains.c
+++ b/drivers/soc/rockchip/pm_domains.c
@@ -1068,9 +1068,9 @@ static struct platform_driver rockchip_pm_domain_driver = {
 		.name   = "rockchip-pm-domain",
 		.of_match_table = rockchip_pm_domain_dt_match,
 		/*
-		 * We can't forcibly eject devices form power domain,
-		 * so we can't really remove power domains once they
-		 * were added.
+		 * We can't forcibly eject devices from the power
+		 * domain, so we can't really remove power domains
+		 * once they were added.
 		 */
 		.suppress_bind_attrs = true,
 	},
-- 
2.25.1


_______________________________________________
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] 6+ messages in thread

* Re: [PATCH] soc: rockchip: pm_domains: Fix typo in comment
  2022-03-26 18:34 ` Sebastian Fricke
  (?)
@ 2022-04-04  9:00   ` Heiko Stuebner
  -1 siblings, 0 replies; 6+ messages in thread
From: Heiko Stuebner @ 2022-04-04  9:00 UTC (permalink / raw)
  To: linux-rockchip, Sebastian Fricke
  Cc: Heiko Stuebner, Elaine Zhang,
	moderated list:ARM/Rockchip SoC support, Johan Jonker, open list

On Sat, 26 Mar 2022 19:34:50 +0100, Sebastian Fricke wrote:
> s/eject devices form power domain/eject devices from the power domain/

Applied, thanks!

[1/1] soc: rockchip: pm_domains: Fix typo in comment
      commit: dc08a6884dfbd2974f681c8fc1211d7284273bfc

Best regards,
-- 
Heiko Stuebner <heiko@sntech.de>

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

* Re: [PATCH] soc: rockchip: pm_domains: Fix typo in comment
@ 2022-04-04  9:00   ` Heiko Stuebner
  0 siblings, 0 replies; 6+ messages in thread
From: Heiko Stuebner @ 2022-04-04  9:00 UTC (permalink / raw)
  To: linux-rockchip, Sebastian Fricke
  Cc: Heiko Stuebner, Elaine Zhang,
	moderated list:ARM/Rockchip SoC support, Johan Jonker, open list

On Sat, 26 Mar 2022 19:34:50 +0100, Sebastian Fricke wrote:
> s/eject devices form power domain/eject devices from the power domain/

Applied, thanks!

[1/1] soc: rockchip: pm_domains: Fix typo in comment
      commit: dc08a6884dfbd2974f681c8fc1211d7284273bfc

Best regards,
-- 
Heiko Stuebner <heiko@sntech.de>

_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip

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

* Re: [PATCH] soc: rockchip: pm_domains: Fix typo in comment
@ 2022-04-04  9:00   ` Heiko Stuebner
  0 siblings, 0 replies; 6+ messages in thread
From: Heiko Stuebner @ 2022-04-04  9:00 UTC (permalink / raw)
  To: linux-rockchip, Sebastian Fricke
  Cc: Heiko Stuebner, Elaine Zhang,
	moderated list:ARM/Rockchip SoC support, Johan Jonker, open list

On Sat, 26 Mar 2022 19:34:50 +0100, Sebastian Fricke wrote:
> s/eject devices form power domain/eject devices from the power domain/

Applied, thanks!

[1/1] soc: rockchip: pm_domains: Fix typo in comment
      commit: dc08a6884dfbd2974f681c8fc1211d7284273bfc

Best regards,
-- 
Heiko Stuebner <heiko@sntech.de>

_______________________________________________
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] 6+ messages in thread

end of thread, other threads:[~2022-04-04  9:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-26 18:34 [PATCH] soc: rockchip: pm_domains: Fix typo in comment Sebastian Fricke
2022-03-26 18:34 ` Sebastian Fricke
2022-03-26 18:34 ` Sebastian Fricke
2022-04-04  9:00 ` Heiko Stuebner
2022-04-04  9:00   ` Heiko Stuebner
2022-04-04  9:00   ` Heiko Stuebner

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.