linux/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
..
Kconfig drivers/opp: Remove "select SRCU" 2023-01-05 11:47:21 +05:30
Makefile
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 saner replacement for debugfs_rename() 2025-01-15 13:14:37 +01:00
of.c OPP: Use mutex locking guards 2025-05-02 10:55:52 +05:30
opp.h OPP: Remove _get_opp_table_kref() 2025-04-24 16:05:33 +05:30
ti-opp-supply.c opp: ti: Drop unnecessary of_match_ptr() 2024-09-04 20:43:41 +05:30