summaryrefslogtreecommitdiffstats
path: root/drivers/opp
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2024-11-27 14:40:33 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2024-11-27 14:40:33 -0800
commit79525e24af2f3046a5b4ed39a0ac6d0c00aa0892 (patch)
treed9b958cc3dc22c5332bac190e992a37db4438cf7 /drivers/opp
parent92b459d82a6ec472d01f18edd532946aea80df6a (diff)
parent07d66acad26bad33defbf26516d0a84261ae6adc (diff)
downloadlinux-79525e24af2f3046a5b4ed39a0ac6d0c00aa0892.tar.gz
linux-79525e24af2f3046a5b4ed39a0ac6d0c00aa0892.tar.bz2
linux-79525e24af2f3046a5b4ed39a0ac6d0c00aa0892.zip
Merge tag 'pm-6.13-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Pull morepower management updates from Rafael Wysocki: "These update the OPP (Operating Performance Points) DT bindings for ti-cpu (Dhruva Gole) and remove unused declarations from the OPP header file (Zhang Zekun)" * tag 'pm-6.13-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm: dt-bindings: opp: operating-points-v2-ti-cpu: Describe opp-supported-hw OPP: Remove unused declarations in header file
Diffstat (limited to 'drivers/opp')
-rw-r--r--drivers/opp/opp.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/opp/opp.h b/drivers/opp/opp.h
index 4bdb79ffa101..430651e7424a 100644
--- a/drivers/opp/opp.h
+++ b/drivers/opp/opp.h
@@ -263,9 +263,7 @@ int _opp_add(struct device *dev, struct dev_pm_opp *new_opp, struct opp_table *o
int _opp_add_v1(struct opp_table *opp_table, struct device *dev, struct dev_pm_opp_data *data, bool dynamic);
void _dev_pm_opp_cpumask_remove_table(const struct cpumask *cpumask, int last_cpu);
struct opp_table *_add_opp_table_indexed(struct device *dev, int index, bool getclk);
-void _put_opp_list_kref(struct opp_table *opp_table);
void _required_opps_available(struct dev_pm_opp *opp, int count);
-void _update_set_required_opps(struct opp_table *opp_table);
static inline bool lazy_linking_pending(struct opp_table *opp_table)
{