linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] PM / OPP: Correct Documentation about library location
@ 2019-07-26  6:07 Yue Hu
  2019-07-26  6:59 ` Viresh Kumar
  0 siblings, 1 reply; 2+ messages in thread
From: Yue Hu @ 2019-07-26  6:07 UTC (permalink / raw)
  To: vireshk, nm, sboyd; +Cc: linux-pm, huyue2

From: Yue Hu <huyue2@yulong.com>

OPP library is now located in drivers/opp/ directory.

Signed-off-by: Yue Hu <huyue2@yulong.com>
---
 Documentation/power/opp.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/power/opp.rst b/Documentation/power/opp.rst
index b3cf1de..209c761 100644
--- a/Documentation/power/opp.rst
+++ b/Documentation/power/opp.rst
@@ -46,7 +46,7 @@ We can represent these as three OPPs as the following {Hz, uV} tuples:
 ----------------------------------------
 
 OPP library provides a set of helper functions to organize and query the OPP
-information. The library is located in drivers/base/power/opp.c and the header
+information. The library is located in drivers/opp/ directory and the header
 is located in include/linux/pm_opp.h. OPP library can be enabled by enabling
 CONFIG_PM_OPP from power management menuconfig menu. OPP library depends on
 CONFIG_PM as certain SoCs such as Texas Instrument's OMAP framework allows to
-- 
1.9.1


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

* Re: [PATCH] PM / OPP: Correct Documentation about library location
  2019-07-26  6:07 [PATCH] PM / OPP: Correct Documentation about library location Yue Hu
@ 2019-07-26  6:59 ` Viresh Kumar
  0 siblings, 0 replies; 2+ messages in thread
From: Viresh Kumar @ 2019-07-26  6:59 UTC (permalink / raw)
  To: Yue Hu; +Cc: vireshk, nm, sboyd, linux-pm, huyue2

On 26-07-19, 14:07, Yue Hu wrote:
> From: Yue Hu <huyue2@yulong.com>
> 
> OPP library is now located in drivers/opp/ directory.
> 
> Signed-off-by: Yue Hu <huyue2@yulong.com>
> ---
>  Documentation/power/opp.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/power/opp.rst b/Documentation/power/opp.rst
> index b3cf1de..209c761 100644
> --- a/Documentation/power/opp.rst
> +++ b/Documentation/power/opp.rst
> @@ -46,7 +46,7 @@ We can represent these as three OPPs as the following {Hz, uV} tuples:
>  ----------------------------------------
>  
>  OPP library provides a set of helper functions to organize and query the OPP
> -information. The library is located in drivers/base/power/opp.c and the header
> +information. The library is located in drivers/opp/ directory and the header
>  is located in include/linux/pm_opp.h. OPP library can be enabled by enabling
>  CONFIG_PM_OPP from power management menuconfig menu. OPP library depends on
>  CONFIG_PM as certain SoCs such as Texas Instrument's OMAP framework allows to

Applied. Thanks.

-- 
viresh

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

end of thread, other threads:[~2019-07-26  6:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-26  6:07 [PATCH] PM / OPP: Correct Documentation about library location Yue Hu
2019-07-26  6:59 ` Viresh Kumar

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