summaryrefslogtreecommitdiffstats
path: root/drivers/opp
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* opp: Add sanity checks in _read_opp_key()Georgi Djakov2020-05-291-7/+13
* opp: Add support for parsing interconnect bandwidthGeorgi Djakov2020-05-293-5/+144
* OPP: Add helpers for reading the binding propertiesSaravana Kannan2020-05-133-20/+40
* opp: Manage empty OPP tables with clk handleRajendra Nayak2020-04-131-0/+14
* Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds2020-01-271-1/+1
|\
| * remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-1/+1
* | opp: Replace list_kref with a local counterViresh Kumar2019-12-103-48/+32
* | opp: Free static OPPs on errors while adding themViresh Kumar2019-12-101-4/+13
|/
* PM / OPP: Support adjusting OPP voltages at runtimeStephen Boyd2019-11-111-0/+69
* opp: Reinitialize the list_kref before adding the static OPPs againViresh Kumar2019-10-231-0/+7
* opp: core: Revert "add regulators enable and disable"Marek Szyprowski2019-10-211-13/+3
* opp: of: drop incorrect lockdep_assert_held()Viresh Kumar2019-10-101-2/+0
* opp: of: Support multiple suspend OPPs defined in DTAnson Huang2019-07-261-3/+6
* opp: core: add regulators enable and disablek.konieczny@partner.samsung.com2019-07-261-3/+13
* opp: Don't decrement uninitialized list_krefViresh Kumar2019-07-262-17/+5
* opp: Add dev_pm_opp_find_level_exact()Niklas Cassel2019-07-261-0/+48
* opp: Return genpd virtual devices from dev_pm_opp_attach_genpd()Viresh Kumar2019-07-261-1/+5
* opp: Not all power-domains are scalableViresh Kumar2019-07-261-9/+5
* Merge tag 'pci-v5.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-151-1/+1
|\