Message ID | 20190726060747.8700-1-zbestahu@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Delegated to: | viresh kumar |
Headers | show |
Series | PM / OPP: Correct Documentation about library location | expand |
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.
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