public inbox for linux-pm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 19/41] Documentation: dt: opp: fix spelling mistake
       [not found] ` <1461543878-3639-1-git-send-email-eric-op+oiCINJLTt9jDmeYuA0g@public.gmane.org>
@ 2016-04-25  0:24   ` Eric Engestrom
  2016-04-25  3:02     ` Viresh Kumar
  2016-04-25 13:50     ` Rob Herring
  0 siblings, 2 replies; 5+ messages in thread
From: Eric Engestrom @ 2016-04-25  0:24 UTC (permalink / raw)
  To: linux-kernel-u79uwXL29TY76Z2rM5mHXA
  Cc: Eric Engestrom, Viresh Kumar, Nishanth Menon, Stephen Boyd,
	Rob Herring, Pawel Moll, Mark Rutland, Ian Campbell, Kumar Gala,
	linux-pm-u79uwXL29TY76Z2rM5mHXA,
	devicetree-u79uwXL29TY76Z2rM5mHXA

Signed-off-by: Eric Engestrom <eric-op+oiCINJLTt9jDmeYuA0g@public.gmane.org>
---
 Documentation/devicetree/bindings/opp/opp.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/opp/opp.txt b/Documentation/devicetree/bindings/opp/opp.txt
index 601256f..ee91cbd 100644
--- a/Documentation/devicetree/bindings/opp/opp.txt
+++ b/Documentation/devicetree/bindings/opp/opp.txt
@@ -45,7 +45,7 @@ Devices supporting OPPs must set their "operating-points-v2" property with
 phandle to a OPP table in their DT node. The OPP core will use this phandle to
 find the operating points for the device.
 
-If required, this can be extended for SoC vendor specfic bindings. Such bindings
+If required, this can be extended for SoC vendor specific bindings. Such bindings
 should be documented as Documentation/devicetree/bindings/power/<vendor>-opp.txt
 and should have a compatible description like: "operating-points-v2-<vendor>".
 
-- 
2.8.0

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [PATCH 19/41] Documentation: dt: opp: fix spelling mistake
  2016-04-25  0:24   ` [PATCH 19/41] Documentation: dt: opp: fix spelling mistake Eric Engestrom
@ 2016-04-25  3:02     ` Viresh Kumar
  2016-04-25 13:50     ` Rob Herring
  1 sibling, 0 replies; 5+ messages in thread
From: Viresh Kumar @ 2016-04-25  3:02 UTC (permalink / raw)
  To: Eric Engestrom
  Cc: linux-kernel, Viresh Kumar, Nishanth Menon, Stephen Boyd,
	Rob Herring, Pawel Moll, Mark Rutland, Ian Campbell, Kumar Gala,
	linux-pm, devicetree

On 25-04-16, 01:24, Eric Engestrom wrote:
> Signed-off-by: Eric Engestrom <eric@engestrom.ch>
> ---
>  Documentation/devicetree/bindings/opp/opp.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/devicetree/bindings/opp/opp.txt b/Documentation/devicetree/bindings/opp/opp.txt
> index 601256f..ee91cbd 100644
> --- a/Documentation/devicetree/bindings/opp/opp.txt
> +++ b/Documentation/devicetree/bindings/opp/opp.txt
> @@ -45,7 +45,7 @@ Devices supporting OPPs must set their "operating-points-v2" property with
>  phandle to a OPP table in their DT node. The OPP core will use this phandle to
>  find the operating points for the device.
>  
> -If required, this can be extended for SoC vendor specfic bindings. Such bindings
> +If required, this can be extended for SoC vendor specific bindings. Such bindings
>  should be documented as Documentation/devicetree/bindings/power/<vendor>-opp.txt
>  and should have a compatible description like: "operating-points-v2-<vendor>".

Acked-by: Viresh Kumar <viresh.kumar@linaro.org>

-- 
viresh

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

* [PATCH 31/41] Documentation: power: fix spelling mistake
       [not found] ` <1461566229-4717-1-git-send-email-eric@engestrom.ch>
@ 2016-04-25  6:36   ` Eric Engestrom
  2016-04-25  6:46     ` Viresh Kumar
  0 siblings, 1 reply; 5+ messages in thread
From: Eric Engestrom @ 2016-04-25  6:36 UTC (permalink / raw)
  To: linux-kernel
  Cc: Eric Engestrom, Viresh Kumar, Nishanth Menon, Stephen Boyd,
	Rafael J. Wysocki, Len Brown, Pavel Machek, linux-pm

Signed-off-by: Eric Engestrom <eric@engestrom.ch>
---
 Documentation/power/opp.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/power/opp.txt b/Documentation/power/opp.txt
index c6279c2..1721a86 100644
--- a/Documentation/power/opp.txt
+++ b/Documentation/power/opp.txt
@@ -146,7 +146,7 @@ dev_pm_opp_find_freq_exact - Search for an OPP based on an *exact* frequency and
 	 rcu_read_lock();
 	 opp = dev_pm_opp_find_freq_exact(dev, 1000000000, false);
 	 rcu_read_unlock();
-	 /* dont operate on the pointer.. just do a sanity check.. */
+	 /* don't operate on the pointer.. just do a sanity check.. */
 	 if (IS_ERR(opp)) {
 		pr_err("frequency not disabled!\n");
 		/* trigger appropriate actions.. */
-- 
2.8.0

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

* Re: [PATCH 31/41] Documentation: power: fix spelling mistake
  2016-04-25  6:36   ` [PATCH 31/41] Documentation: power: " Eric Engestrom
@ 2016-04-25  6:46     ` Viresh Kumar
  0 siblings, 0 replies; 5+ messages in thread
From: Viresh Kumar @ 2016-04-25  6:46 UTC (permalink / raw)
  To: Eric Engestrom
  Cc: linux-kernel, Viresh Kumar, Nishanth Menon, Stephen Boyd,
	Rafael J. Wysocki, Len Brown, Pavel Machek, linux-pm

On 25-04-16, 07:36, Eric Engestrom wrote:
> Signed-off-by: Eric Engestrom <eric@engestrom.ch>
> ---
>  Documentation/power/opp.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/power/opp.txt b/Documentation/power/opp.txt
> index c6279c2..1721a86 100644
> --- a/Documentation/power/opp.txt
> +++ b/Documentation/power/opp.txt
> @@ -146,7 +146,7 @@ dev_pm_opp_find_freq_exact - Search for an OPP based on an *exact* frequency and
>  	 rcu_read_lock();
>  	 opp = dev_pm_opp_find_freq_exact(dev, 1000000000, false);
>  	 rcu_read_unlock();
> -	 /* dont operate on the pointer.. just do a sanity check.. */
> +	 /* don't operate on the pointer.. just do a sanity check.. */
>  	 if (IS_ERR(opp)) {
>  		pr_err("frequency not disabled!\n");
>  		/* trigger appropriate actions.. */

Acked-by: Viresh Kumar <viresh.kumar@linaro.org>

-- 
viresh

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

* Re: [PATCH 19/41] Documentation: dt: opp: fix spelling mistake
  2016-04-25  0:24   ` [PATCH 19/41] Documentation: dt: opp: fix spelling mistake Eric Engestrom
  2016-04-25  3:02     ` Viresh Kumar
@ 2016-04-25 13:50     ` Rob Herring
  1 sibling, 0 replies; 5+ messages in thread
From: Rob Herring @ 2016-04-25 13:50 UTC (permalink / raw)
  To: Eric Engestrom
  Cc: linux-kernel, Viresh Kumar, Nishanth Menon, Stephen Boyd,
	Pawel Moll, Mark Rutland, Ian Campbell, Kumar Gala, linux-pm,
	devicetree

On Mon, Apr 25, 2016 at 01:24:16AM +0100, Eric Engestrom wrote:
> Signed-off-by: Eric Engestrom <eric@engestrom.ch>

Applied, thanks.

Rob

> ---
>  Documentation/devicetree/bindings/opp/opp.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/devicetree/bindings/opp/opp.txt b/Documentation/devicetree/bindings/opp/opp.txt
> index 601256f..ee91cbd 100644
> --- a/Documentation/devicetree/bindings/opp/opp.txt
> +++ b/Documentation/devicetree/bindings/opp/opp.txt
> @@ -45,7 +45,7 @@ Devices supporting OPPs must set their "operating-points-v2" property with
>  phandle to a OPP table in their DT node. The OPP core will use this phandle to
>  find the operating points for the device.
>  
> -If required, this can be extended for SoC vendor specfic bindings. Such bindings
> +If required, this can be extended for SoC vendor specific bindings. Such bindings
>  should be documented as Documentation/devicetree/bindings/power/<vendor>-opp.txt
>  and should have a compatible description like: "operating-points-v2-<vendor>".
>  
> -- 
> 2.8.0
> 

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

end of thread, other threads:[~2016-04-25 13:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <1461543878-3639-1-git-send-email-eric@engestrom.ch>
     [not found] ` <1461543878-3639-1-git-send-email-eric-op+oiCINJLTt9jDmeYuA0g@public.gmane.org>
2016-04-25  0:24   ` [PATCH 19/41] Documentation: dt: opp: fix spelling mistake Eric Engestrom
2016-04-25  3:02     ` Viresh Kumar
2016-04-25 13:50     ` Rob Herring
     [not found] ` <1461566229-4717-1-git-send-email-eric@engestrom.ch>
2016-04-25  6:36   ` [PATCH 31/41] Documentation: power: " Eric Engestrom
2016-04-25  6:46     ` Viresh Kumar

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