summaryrefslogtreecommitdiffstats
path: root/drivers/opp
Commit message (Expand)AuthorAgeFilesLines
* opp: Call the missing clk_put() on errorViresh Kumar2020-12-281-1/+4
* opp: fix memory leak in _allocate_opp_tableQuanyang Wang2020-12-281-2/+4
* Merge branch 'pm-cpufreq'Rafael J. Wysocki2020-12-151-1/+1
|\
| * PM: EM: Add a flag indicating units of power values in Energy ModelLukasz Luba2020-11-101-1/+1
* | Merge branch 'opp/empty' into opp/linux-nextViresh Kumar2020-12-091-2/+5
|\ \
| * | opp: of: Allow empty opp-table with opp-sharedNicola Mazzucato2020-12-091-2/+5
* | | opp: Allow dev_pm_opp_put_*() APIs to accept NULL opp_tableViresh Kumar2020-12-091-0/+18
* | | opp: Don't create an OPP table from dev_pm_opp_get_opp_table()Viresh Kumar2020-12-093-16/+16
* | | opp: Reduce the size of critical section in _opp_kref_release()Viresh Kumar2020-12-091-47/+47
* | | opp: Don't return opp_dev from _find_opp_dev()Viresh Kumar2020-11-061-12/+10
* | | opp: Allocate the OPP table outside of opp_table_lockViresh Kumar2020-11-062-7/+45
* | | opp: Always add entries in dev_list with opp_table->lock heldViresh Kumar2020-11-021-15/+5
| |/ |/|
* | opp: Reduce the size of critical section in _opp_table_kref_release()Viresh Kumar2020-10-271-3/+4
* | opp: Fix early exit from dev_pm_opp_register_set_opp_helper()Viresh Kumar2020-10-271-1/+1
* | opp: Don't always remove static OPPs in _of_add_opp_table_v1()Viresh Kumar2020-10-271-0/+2
|/
* Merge branch 'opp/linux-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Rafael J. Wysocki2020-10-054-157/+193
|\
| * opp: Allow opp-level to be set to 0Viresh Kumar2020-09-162-16/+7
| * opp: Prevent memory leak in dev_pm_opp_attach_genpd()Viresh Kumar2020-09-161-0/+6
| * opp: Allow opp-supported-hw to contain multiple versionsViresh Kumar2020-09-161-14/+33
| * opp: Set required OPPs in reverse order when scaling downStephan Gerhold2020-09-161-8/+19
| * opp: Reduce code duplication in _set_required_opps()Stephan Gerhold2020-09-161-21/+22
| * opp: Drop unnecessary check from dev_pm_opp_attach_genpd()Viresh Kumar2020-09-161-6/+0
| * Merge branch 'opp/defer-probe' into HEADViresh Kumar2020-09-162-37/+59
| |\
| | * opp: Handle multiple calls for same OPP table in _of_add_opp_table_v1()Viresh Kumar2020-09-161-11/+24
| | * opp: Allow dev_pm_opp_get_opp_table() to return -EPROBE_DEFERStephan Gerhold2020-08-252-26/+35
| * | opp: Remove _dev_pm_opp_find_and_remove_table() wrapperViresh Kumar2020-08-244-16/+10
| * | opp: Split out _opp_set_rate_zero()Viresh Kumar2020-08-241-23/+29
| * | opp: Reuse the enabled flag in !target_freq pathViresh Kumar2020-08-241-18/+11
| * | opp: Rename regulator_enabled and use it as status of all resourcesViresh Kumar2020-08-242-12/+11
* | | Merge branch 'opp/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Rafael J. Wysocki2020-09-012-7/+17
|\ \ \ | |/ / |/| |
| * | opp: Don't drop reference for an OPP table that was never parsedViresh Kumar2020-08-312-7/+17
| |/
* | opp: Enable resources again if they were disabled earlierRajendra Nayak2020-08-201-4/+7
* | opp: Put opp table in dev_pm_opp_set_rate() if _set_opp_bw() failsStephen Boyd2020-08-171-1/+1
* | opp: Put opp table in dev_pm_opp_set_rate() for empty tablesStephen Boyd2020-08-171-2/+4
|/
* Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/k...Rafael J. Wysocki2020-08-041-0/+31
|\
| * OPP: Add and export helper to set bandwidthSibi Sankar2020-07-301-0/+31
| |
| \
*-. \ Merge branches 'pm-em' and 'pm-core'Rafael J. Wysocki2020-08-031-31/+45
|\ \ \
| * | | OPP: refactor dev_pm_opp_of_register_em() and update related driversLukasz Luba2020-06-241-26/+45
| * | | PM / EM: update callback structure and add device pointerLukasz Luba2020-06-241-7/+2
| | |/ | |/|
* | | opp: Allow disabled OPPs in dev_pm_opp_get_freq()Andrew-sh.Cheng2020-07-241-1/+1
* | | opp: ti-opp-supply: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-241-1/+1
* | | opp: core: Add missing export for dev_pm_opp_adjust_voltageValdis Klētnieks2020-07-241-0/+1
| |/ |/|
* | opp: Increase parsed_static_opps in _of_add_opp_table_v1()Walter Lozano2020-07-161-0/+4
|/
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-1/+1
* opp: Don't parse icc paths unnecessarilySibi Sankar2020-06-011-1/+44
* opp: Remove bandwidth votes when target_freq is zeroViresh Kumar2020-05-291-12/+37
* opp: core: add regulators enable and disableKamil Konieczny2020-05-292-2/+28
* opp: Reorder the code for !target_freq caseViresh Kumar2020-05-291-4/+10
* opp: Expose bandwidth information via debugfsViresh Kumar2020-05-291-0/+42
* opp: Update the bandwidth on OPP frequency changesGeorgi Djakov2020-05-291-1/+12