Age | Commit message (Expand) | Author | Files | Lines |
2025-05-19 | OPP: switch to use kmemdup_array() | Zhang Enpei | 1 | -2/+2 |
2025-05-02 | OPP: Use mutex locking guards | Viresh Kumar | 3 | -164/+105 |
2025-05-02 | OPP: Define and use scope-based cleanup helpers | Viresh Kumar | 3 | -190/+95 |
2025-04-24 | OPP: Use scope-based OF cleanup helpers | Viresh Kumar | 1 | -71/+40 |
2025-04-24 | OPP: Return opp_table from dev_pm_opp_get_opp_table_ref() | Viresh Kumar | 2 | -11/+7 |
2025-04-24 | OPP: Return opp from dev_pm_opp_get() | Viresh Kumar | 1 | -7/+6 |
2025-04-24 | OPP: Remove _get_opp_table_kref() | Viresh Kumar | 3 | -11/+5 |
2025-01-28 | Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -6/+4 |
2025-01-20 | PM / OPP: Add reference counting helpers for Rust implementation | Viresh Kumar | 2 | -6/+12 |
2025-01-15 | saner replacement for debugfs_rename() | Al Viro | 1 | -6/+4 |
2025-01-07 | OPP: OF: Fix an OF node leak in _opp_add_static_v2() | Joe Hattori | 1 | -1/+3 |
2024-12-23 | OPP: fix dev_pm_opp_find_bw_*() when bandwidth table not initialized | Neil Armstrong | 1 | -2/+13 |
2024-12-23 | OPP: add index check to assert to avoid buffer overflow in _read_freq() | Neil Armstrong | 1 | -15/+27 |
2024-12-23 | opp: core: Fix off by one in dev_pm_opp_get_bw() | Dan Carpenter | 1 | -1/+1 |
2024-12-23 | opp: core: implement dev_pm_opp_get_bw | Neil Armstrong | 1 | -0/+25 |
2024-11-27 | Merge tag 'pm-6.13-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ra... | Linus Torvalds | 1 | -2/+0 |
2024-11-19 | Merge tag 'opp-updates-6.13' of ssh://gitolite.kernel.org/pub/scm/linux/kerne... | Rafael J. Wysocki | 1 | -2/+0 |
2024-10-10 | OPP: Drop redundant *_opp_attach|detach_genpd() | Ulf Hansson | 2 | -132/+2 |
2024-10-10 | OPP: Drop redundant code in _link_required_opps() | Ulf Hansson | 1 | -36/+3 |
2024-10-10 | OPP: Rework _set_required_devs() to manage a single device per call | Ulf Hansson | 2 | -29/+59 |
2024-10-02 | OPP: fix error code in dev_pm_opp_set_config() | Dan Carpenter | 1 | -1/+3 |
2024-10-01 | OPP: Remove unused declarations in header file | Zhang Zekun | 1 | -2/+0 |
2024-09-11 | Merge branches 'pm-sleep', 'pm-opp' and 'pm-tools' | Rafael J. Wysocki | 1 | -1/+1 |
2024-09-04 | opp: ti: Drop unnecessary of_match_ptr() | Rob Herring (Arm) | 1 | -1/+1 |
2024-08-23 | OPP: Fix support for required OPPs for multiple PM domains | Ulf Hansson | 1 | -34/+22 |
2024-07-15 | Merge branches 'pm-opp' and 'pm-tools' | Rafael J. Wysocki | 2 | -7/+40 |
2024-06-26 | OPP: Introduce an OF helper function to inform if required-opps is used | Ulf Hansson | 1 | -0/+32 |
2024-06-25 | OPP: Drop a redundant in-parameter to _set_opp_level() | Ulf Hansson | 1 | -5/+4 |
2024-06-11 | OPP: ti: Fix ti_opp_supply_probe wrong return values | Primoz Fiser | 1 | -2/+4 |
2024-05-28 | OPP: Fix missing cleanup on error in _opp_attach_genpd() | Viresh Kumar | 1 | -2/+4 |
2024-05-17 | Merge tag 'opp-updates-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git... | Rafael J. Wysocki | 1 | -1/+30 |
2024-05-17 | OPP: Fix required_opp_tables for multiple genpds using same table | Viresh Kumar | 1 | -1/+30 |
2024-04-08 | OPP: OF: Export dev_opp_pm_calc_power() for usage from EM | Lukasz Luba | 1 | -5/+12 |
2024-03-11 | OPP: debugfs: Fix warning around icc_get_name() | Viresh Kumar | 1 | -2/+4 |
2024-03-11 | OPP: debugfs: Fix warning with W=1 builds | Viresh Kumar | 1 | -4/+4 |
2024-03-11 | OPP: Extend dev_pm_opp_data with turbo support | Sibi Sankar | 1 | -0/+1 |
2024-01-05 | OPP: Rename 'rate_clk_single' | Viresh Kumar | 2 | -4/+4 |
2024-01-05 | OPP: Pass rounded rate to _set_opp() | Viresh Kumar | 1 | -3/+3 |
2024-01-05 | OPP: Relocate dev_pm_opp_sync_regulators() | Viresh Kumar | 1 | -41/+41 |
2024-01-03 | OPP: Move dev_pm_opp_icc_bw to internal opp.h | Viresh Kumar | 1 | -0/+12 |
2023-12-28 | OPP: Fix _set_required_opps when opp is NULL | Bryan O'Donoghue | 1 | -1/+4 |
2023-12-27 | OPP: The level field is always of unsigned int type | Viresh Kumar | 1 | -2/+7 |
2023-11-28 | OPP: Check for invalid OPP in dev_pm_opp_find_level_ceil() | Viresh Kumar | 1 | -0/+2 |
2023-11-28 | OPP: Don't set OPP recursively for a parent genpd | Viresh Kumar | 2 | -3/+20 |
2023-11-28 | OPP: Call dev_pm_opp_set_opp() for required OPPs | Viresh Kumar | 3 | -98/+95 |
2023-11-28 | OPP: Use _set_opp_level() for single genpd case | Viresh Kumar | 2 | -5/+32 |
2023-11-28 | OPP: Level zero is valid | Viresh Kumar | 2 | -5/+27 |
2023-11-23 | opp: ti: Use device_get_match_data() | Rob Herring | 1 | -10/+3 |
2023-10-17 | OPP: No need to defer probe from _opp_attach_genpd() | Viresh Kumar | 1 | -8/+0 |
2023-10-17 | OPP: Remove genpd_virt_dev_lock | Viresh Kumar | 2 | -35/+6 |
2023-10-17 | OPP: Reorder code in _opp_set_required_opps_genpd() | Viresh Kumar | 1 | -14/+18 |
2023-10-16 | OPP: Add _link_required_opps() to avoid code duplication | Viresh Kumar | 1 | -33/+29 |
2023-10-16 | OPP: Fix formatting of if/else block | Viresh Kumar | 1 | -2/+2 |
2023-10-06 | OPP: Fix -Wunsequenced in _of_add_opp_table_v1() | Nathan Chancellor | 1 | -2/+4 |
2023-10-06 | OPP: debugfs: Fix warning with W=1 builds | Viresh Kumar | 1 | -1/+1 |
2023-10-06 | OPP: Remove doc style comments for internal routines | Viresh Kumar | 1 | -72/+7 |
2023-10-06 | OPP: Add dev_pm_opp_find_level_floor() | Krishna chaitanya chundru | 1 | -0/+25 |
2023-10-06 | OPP: Extend support for the opp-level beyond required-opps | Ulf Hansson | 1 | -0/+35 |
2023-10-06 | OPP: Switch to use dev_pm_domain_set_performance_state() | Ulf Hansson | 1 | -1/+1 |
2023-10-06 | OPP: Extend dev_pm_opp_data with a level | Ulf Hansson | 1 | -0/+1 |
2023-10-06 | OPP: Add dev_pm_opp_add_dynamic() to allow more flexibility | Ulf Hansson | 3 | -17/+17 |
2023-08-18 | OPP: Fix argument name in doc comment | Viresh Kumar | 1 | -2/+2 |
2023-07-24 | OPP: Fix passing 0 to PTR_ERR in _opp_attach_genpd() | Manivannan Sadhasivam | 1 | -1/+1 |
2023-07-24 | OPP: Fix potential null ptr dereference in dev_pm_opp_get_required_pstate() | Manivannan Sadhasivam | 1 | -5/+3 |
2023-07-24 | OPP: Reuse dev_pm_opp_get_freq_indexed() | Viresh Kumar | 1 | -21/+0 |
2023-07-24 | OPP: Update _read_freq() to return the correct frequency | Viresh Kumar | 1 | -1/+1 |
2023-07-24 | OPP: Add dev_pm_opp_find_freq_exact_indexed() | Viresh Kumar | 1 | -0/+28 |
2023-07-24 | OPP: Introduce dev_pm_opp_get_freq_indexed() API | Manivannan Sadhasivam | 1 | -0/+20 |
2023-07-21 | OPP: Introduce dev_pm_opp_find_freq_{ceil/floor}_indexed() APIs | Manivannan Sadhasivam | 1 | -0/+56 |
2023-06-27 | OPP: Properly propagate error along when failing to get icc_path | Andrew Halaney | 1 | -1/+1 |
2023-06-26 | OPP: Use dev_err_probe() when failing to get icc_path | Andrew Halaney | 1 | -5/+1 |
2023-06-19 | OPP: Simplify the over-designed pstate <-> level dance | Viresh Kumar | 4 | -13/+5 |
2023-06-19 | OPP: pstate is only valid for genpd OPP tables | Viresh Kumar | 3 | -3/+25 |
2023-06-14 | OPP: don't drop performance constraint on OPP table removal | Viresh Kumar | 3 | -19/+1 |
2023-06-14 | OPP: Protect `lazy_opp_tables` list with `opp_table_lock` | Viresh Kumar | 1 | -2/+12 |
2023-06-08 | OPP: Staticize `lazy_opp_tables` in of.c | Viresh Kumar | 3 | -4/+4 |
2023-05-31 | opp: Fix use-after-free in lazy_opp_tables after probe deferral | Stephan Gerhold | 1 | -0/+3 |
2023-05-22 | OPP: rate-limit debug messages when no change in OPP is required | Adrián Larumbe | 1 | -1/+1 |
2023-04-27 | Merge tag 'devicetree-for-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+1 |
2023-04-13 | OPP: Adjust includes to remove of_device.h | Rob Herring | 1 | -1/+1 |
2023-04-03 | OPP: Move required opps configuration to specialized callback | Viresh Kumar | 3 | -27/+49 |
2023-04-03 | OPP: Handle all genpd cases together in _set_required_opps() | Viresh Kumar | 1 | -7/+2 |
2023-03-13 | opp: Use of_property_present() for testing DT property presence | Rob Herring | 1 | -2/+2 |
2023-02-08 | OPP: fix error checking in opp_migrate_dentry() | Qi Zheng | 1 | -1/+1 |
2023-01-05 | drivers/opp: Remove "select SRCU" | Paul E. McKenney | 1 | -1/+0 |
2022-11-04 | OPP: decouple dt properties in opp_parse_supplies() | James Calligeros | 1 | -11/+25 |
2022-11-04 | OPP: Simplify opp_parse_supplies() by restructuring it | Viresh Kumar | 1 | -135/+81 |
2022-11-04 | OPP: Parse named opp-microwatt property too | Viresh Kumar | 1 | -3/+13 |
2022-08-16 | OPP: Fix an un-initialized variable usage | Christophe JAILLET | 1 | -1/+1 |
2022-08-03 | Merge tag 'opp-updates-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Rafael J. Wysocki | 6 | -922/+971 |
2022-07-19 | OPP: Don't drop opp->np reference while it is still in use | Liang He | 3 | -8/+12 |
2022-07-19 | OPP: Don't drop opp_table->np reference while it is still in use | Liang He | 1 | -1/+1 |
2022-07-15 | PM: EM: convert power field to micro-Watts precision and align drivers | Lukasz Luba | 1 | -7/+8 |
2022-07-12 | OPP: Remove dev{m}_pm_opp_of_add_table_noclk() | Viresh Kumar | 1 | -40/+8 |
2022-07-12 | OPP: Allow config_clks helper for single clk case | Viresh Kumar | 1 | -4/+4 |
2022-07-12 | OPP: Provide a simple implementation to configure multiple clocks | Viresh Kumar | 1 | -0/+34 |
2022-07-12 | OPP: Assert clk_count == 1 for single clk helpers | Viresh Kumar | 1 | -6/+39 |
2022-07-12 | OPP: Add key specific assert() method to key finding helpers | Viresh Kumar | 1 | -19/+33 |
2022-07-12 | OPP: Compare bandwidths for all paths in _opp_compare_key() | Viresh Kumar | 1 | -3/+17 |
2022-07-12 | OPP: Allow multiple clocks for a device | Viresh Kumar | 4 | -82/+240 |
2022-07-08 | OPP: Make dev_pm_opp_set_opp() independent of frequency | Viresh Kumar | 2 | -16/+40 |
2022-07-08 | OPP: Reuse _opp_compare_key() in _opp_add_static_v2() | Viresh Kumar | 2 | -2/+8 |
2022-07-08 | OPP: Remove rate_not_available parameter to _opp_add() | Viresh Kumar | 3 | -9/+7 |
2022-07-08 | OPP: Use consistent names for OPP table instances | Viresh Kumar | 3 | -15/+16 |
2022-07-08 | OPP: Use generic key finding helpers for bandwidth key | Viresh Kumar | 1 | -68/+15 |
2022-07-08 | OPP: Use generic key finding helpers for level key | Viresh Kumar | 1 | -53/+10 |
2022-07-08 | OPP: Add generic key finding helpers and use them for freq APIs | Viresh Kumar | 1 | -99/+130 |
2022-07-08 | OPP: Remove dev_pm_opp_find_freq_ceil_by_volt() | Viresh Kumar | 1 | -54/+0 |
2022-07-08 | OPP: Remove custom OPP helper support | Viresh Kumar | 2 | -137/+2 |
2022-07-08 | OPP: ti: Migrate to dev_pm_opp_set_config_regulators() | Viresh Kumar | 1 | -41/+34 |
2022-07-08 | OPP: Add dev_pm_opp_get_supplies() | Viresh Kumar | 1 | -0/+25 |
2022-07-08 | OPP: Make _generic_set_opp_regulator() a config_regulators() interface | Viresh Kumar | 1 | -39/+12 |
2022-07-08 | OPP: Add support for config_regulators() helper | Viresh Kumar | 2 | -1/+69 |
2022-07-08 | OPP: Migrate set-prop-name helper API to use set-config helpers | Viresh Kumar | 1 | -37/+18 |
2022-07-08 | OPP: Migrate attach-genpd API to use set-config helpers | Viresh Kumar | 1 | -67/+18 |
2022-07-08 | OPP: Migrate set-opp-helper API to use set-config helpers | Viresh Kumar | 2 | -72/+23 |
2022-07-08 | OPP: Migrate set-clk-name API to use set-config helpers | Viresh Kumar | 1 | -99/+43 |
2022-07-08 | OPP: Migrate set-supported-hw API to use set-config helpers | Viresh Kumar | 1 | -67/+20 |
2022-07-08 | OPP: Migrate set-regulators API to use set-config helpers | Viresh Kumar | 1 | -72/+19 |
2022-07-08 | OPP: Add dev_pm_opp_set_config() and friends | Viresh Kumar | 2 | -1/+249 |
2022-07-08 | OPP: Make dev_pm_opp_set_regulators() accept NULL terminated list | Viresh Kumar | 1 | -6/+12 |
2022-06-09 | OPP: Track if clock name is configured by platform | Viresh Kumar | 2 | -0/+9 |
2022-06-09 | OPP: Fix typo in comment | Viresh Kumar | 1 | -1/+1 |
2022-06-06 | opp: Fix some kernel-doc comments | Yang Li | 1 | -2/+2 |
2022-06-06 | opp: Fix error check in dev_pm_opp_attach_genpd() | Tang Bin | 1 | -2/+2 |
2022-05-25 | Merge tag 'opp-updates-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Rafael J. Wysocki | 3 | -116/+235 |
2022-05-04 | opp: Reorder definition of ceil/floor helpers | Viresh Kumar | 1 | -97/+97 |
2022-05-04 | opp: Add apis to retrieve opps with interconnect bandwidth | Krzysztof Kozlowski | 1 | -0/+120 |
2022-04-13 | PM: EM: Change the order of arguments in the .active_power() callback | Lukasz Luba | 1 | -3/+3 |
2022-04-11 | opp: use list iterator only inside the loop | Xiaomeng Tong | 1 | -3/+7 |
2022-04-11 | opp: replace usage of found with dedicated list iterator variable | Jakob Koschel | 1 | -6/+5 |
2022-04-11 | PM: opp: simplify with dev_err_probe() | Krzysztof Kozlowski | 1 | -9/+5 |
2022-04-11 | OPP: call of_node_put() on error path in _bandwidth_supported() | Dan Carpenter | 1 | -1/+1 |
2022-03-03 | OPP: Add support of "opp-microwatt" for EM registration | Lukasz Luba | 1 | -1/+60 |
2022-03-03 | OPP: Add "opp-microwatt" supporting code | Lukasz Luba | 3 | -2/+73 |
2022-02-11 | opp: Expose of-node's name in debugfs | Viresh Kumar | 2 | -0/+6 |
2021-10-08 | opp: Fix return in _opp_add_static_v2() | YueHaibing | 1 | -1/+1 |
2021-10-04 | opp: Add more resource-managed variants of dev_pm_opp_of_add_table() | Dmitry Osipenko | 1 | -7/+39 |
2021-10-04 | opp: Change type of dev_pm_opp_attach_genpd(names) argument | Dmitry Osipenko | 1 | -3/+3 |
2021-10-04 | opp: Fix required-opps phandle array count check | Pavankumar Kondeti | 1 | -1/+1 |
2021-08-30 | Merge branches 'pm-pci', 'pm-sleep', 'pm-domains' and 'powercap' | Rafael J. Wysocki | 1 | -10/+2 |
2021-08-30 | Merge back new PM domains material for v5.15. | Rafael J. Wysocki | 1 | -10/+2 |
2021-08-23 | opp: core: Check for pending links before reading required_opp pointers | Marijn Suijten | 1 | -4/+4 |
2021-08-16 | opp: Don't print an error if required-opps is missing | Rajendra Nayak | 1 | -10/+2 |
2021-08-16 | opp: Drop empty-table checks from _put functions | Dmitry Osipenko | 1 | -15/+0 |
2021-08-04 | opp: remove WARN when no valid OPPs remain | Michał Mirosław | 1 | -2/+3 |
2021-06-18 | opp: Allow required-opps to be used for non genpd use cases | Hsin-Yi Wang | 2 | -22/+12 |
2021-05-20 | opp: use list_del_init instead of list_del/INIT_LIST_HEAD | Yang Yingliang | 1 | -2/+1 |
2021-03-16 | opp: Change return type of devm_pm_opp_attach_genpd() | Dmitry Osipenko | 1 | -12/+6 |
2021-03-16 | opp: Change return type of devm_pm_opp_register_set_opp_helper() | Dmitry Osipenko | 1 | -12/+6 |
2021-03-15 | opp: Add devres wrapper for dev_pm_opp_of_add_table | Yangtao Li | 1 | -0/+36 |
2021-03-15 | opp: Add devres wrapper for dev_pm_opp_set_supported_hw | Yangtao Li | 1 | -0/+29 |
2021-03-15 | opp: Add devres wrapper for dev_pm_opp_set_regulators | Yangtao Li | 1 | -0/+30 |
2021-03-15 | opp: Add devres wrapper for dev_pm_opp_set_clkname | Yangtao Li | 1 | -0/+27 |
2021-03-12 | opp: Don't drop extra references to OPPs accidentally | Beata Michalska | 2 | -23/+27 |
2021-02-18 | opp: Don't skip freq update for different frequency | Jonathan Marek | 2 | -3/+7 |
2021-02-04 | OPP: Add function to look up required OPP's for a given OPP | Saravana Kannan | 1 | -0/+55 |
2021-02-02 | opp: Don't ignore clk_get() errors other than -ENOENT | Viresh Kumar | 1 | -7/+11 |
2021-02-02 | opp: Update bandwidth requirements based on scaling up/down | Viresh Kumar | 1 | -13/+27 |
2021-02-02 | opp: Allow lazy-linking of required-opps | Viresh Kumar | 3 | -16/+161 |
2021-02-02 | opp: Remove dev_pm_opp_set_bw() | Viresh Kumar | 1 | -36/+5 |
2021-02-02 | opp: Implement dev_pm_opp_set_opp() | Viresh Kumar | 1 | -0/+28 |
2021-02-02 | opp: Update parameters of _set_opp_custom() | Viresh Kumar | 1 | -13/+9 |
2021-02-02 | opp: Allow _generic_set_opp_clk_only() to work for non-freq devices | Viresh Kumar | 1 | -0/+4 |
2021-02-02 | opp: Allow _generic_set_opp_regulator() to work for non-freq devices | Viresh Kumar | 1 | -13/+12 |
2021-02-02 | opp: Allow _set_opp() to work for non-freq devices | Viresh Kumar | 1 | -5/+11 |
2021-02-02 | opp: Split _set_opp() out of dev_pm_opp_set_rate() | Viresh Kumar | 1 | -55/+71 |
2021-02-02 | opp: Keep track of currently programmed OPP | Viresh Kumar | 2 | -31/+55 |
2021-02-02 | opp: No need to check clk for errors | Viresh Kumar | 1 | -13/+4 |
2021-02-02 | opp: Rename _opp_set_rate_zero() | Viresh Kumar | 1 | -2/+2 |
2021-02-02 | opp: Make _set_opp_custom() work without regulators | Dmitry Osipenko | 1 | -11/+18 |
2021-02-02 | opp: Prepare for ->set_opp() helper to work without regulators | Viresh Kumar | 2 | -38/+48 |
2021-02-02 | opp: Print OPP level in debug message of _opp_add_static_v2() | Dmitry Osipenko | 1 | -2/+3 |
2021-02-02 | opp: Handle missing OPP table in dev_pm_opp_xlate_performance_state() | Dmitry Osipenko | 1 | -1/+1 |
2021-02-02 | opp: Add devm_pm_opp_attach_genpd | Dmitry Osipenko | 1 | -0/+36 |
2021-02-02 | opp: Add devm_pm_opp_register_set_opp_helper | Dmitry Osipenko | 1 | -0/+34 |
2021-02-02 | opp: Add dev_pm_opp_of_add_table_noclk() | Viresh Kumar | 1 | -0/+18 |
2021-02-02 | opp: Defer acquiring the clk until OPPs are added | Viresh Kumar | 3 | -33/+50 |
2021-02-02 | opp: Create _of_add_table_indexed() to reduce code duplication | Viresh Kumar | 1 | -48/+33 |
2021-02-02 | opp: Add dev_pm_opp_sync_regulators() | Dmitry Osipenko | 1 | -0/+41 |
2021-02-02 | opp: Add dev_pm_opp_get_required_pstate() | Dmitry Osipenko | 1 | -0/+22 |
2021-02-02 | opp: Add dev_pm_opp_find_level_ceil() | Dmitry Osipenko | 1 | -0/+49 |
2021-02-02 | opp: Staticize _add_opp_table() | Viresh Kumar | 2 | -2/+1 |
2021-02-02 | opp: Correct debug message in _opp_add_static_v2() | Dmitry Osipenko | 1 | -2/+2 |
2021-02-02 | opp: Filter out OPPs based on availability of a required-OPP | Dmitry Osipenko | 1 | -0/+11 |
2021-02-02 | opp: Fix adding OPP entries in a wrong order if rate is unavailable | Dmitry Osipenko | 1 | -6/+4 |
2020-12-28 | opp: Call the missing clk_put() on error | Viresh Kumar | 1 | -1/+4 |
2020-12-28 | opp: fix memory leak in _allocate_opp_table | Quanyang Wang | 1 | -2/+4 |
2020-12-15 | Merge branch 'pm-cpufreq' | Rafael J. Wysocki | 1 | -1/+1 |
2020-12-09 | Merge branch 'opp/empty' into opp/linux-next | Viresh Kumar | 1 | -2/+5 |
2020-12-09 | opp: of: Allow empty opp-table with opp-shared | Nicola Mazzucato | 1 | -2/+5 |
2020-12-09 | opp: Allow dev_pm_opp_put_*() APIs to accept NULL opp_table | Viresh Kumar | 1 | -0/+18 |
2020-12-09 | opp: Don't create an OPP table from dev_pm_opp_get_opp_table() | Viresh Kumar | 3 | -16/+16 |
2020-12-09 | opp: Reduce the size of critical section in _opp_kref_release() | Viresh Kumar | 1 | -47/+47 |
2020-11-10 | PM: EM: Add a flag indicating units of power values in Energy Model | Lukasz Luba | 1 | -1/+1 |
2020-11-06 | opp: Don't return opp_dev from _find_opp_dev() | Viresh Kumar | 1 | -12/+10 |
2020-11-06 | opp: Allocate the OPP table outside of opp_table_lock | Viresh Kumar | 2 | -7/+45 |
2020-11-02 | opp: Always add entries in dev_list with opp_table->lock held | Viresh Kumar | 1 | -15/+5 |
2020-10-27 | opp: Reduce the size of critical section in _opp_table_kref_release() | Viresh Kumar | 1 | -3/+4 |
2020-10-27 | opp: Fix early exit from dev_pm_opp_register_set_opp_helper() | Viresh Kumar | 1 | -1/+1 |