linux-yocto/drivers/opp
Krishna Chaitanya Chundru 05db35963e OPP: Add support to find OPP for a set of keys
Some clients, such as PCIe, may operate at the same clock frequency
across different data rates by varying link width. In such cases,
frequency alone is not sufficient to uniquely identify an OPP.

To support these scenarios, introduce a new API
dev_pm_opp_find_key_exact() that allows OPP lookup with different
set of keys like freq, level & bandwidth.

Signed-off-by: Krishna Chaitanya Chundru <krishna.chundru@oss.qualcomm.com>
[ Viresh: Minor cleanups ]
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
2025-08-26 10:40:58 +05:30
..
core.c OPP: Add support to find OPP for a set of keys 2025-08-26 10:40:58 +05:30
cpu.c OPP: Use mutex locking guards 2025-05-02 10:55:52 +05:30
debugfs.c
Kconfig
Makefile
of.c OPP: Use mutex locking guards 2025-05-02 10:55:52 +05:30
opp.h
ti-opp-supply.c