summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-02-04OPP: Add function to look up required OPP's for a given OPPSaravana Kannan2-0/+62
2021-02-02opp: Replace ENOTSUPP with EOPNOTSUPPViresh Kumar1-32/+32
2021-02-02opp: Fix "foo * bar" should be "foo *bar"Viresh Kumar1-2/+2
2021-02-02opp: Don't ignore clk_get() errors other than -ENOENTViresh Kumar1-7/+11
2021-02-02opp: Update bandwidth requirements based on scaling up/downViresh Kumar1-13/+27
2021-02-02opp: Allow lazy-linking of required-oppsViresh Kumar3-16/+161
2021-02-02opp: Remove dev_pm_opp_set_bw()Viresh Kumar2-42/+5
2021-02-02devfreq: tegra30: Migrate to dev_pm_opp_set_opp()Viresh Kumar1-2/+2
2021-02-02drm: msm: Migrate to dev_pm_opp_set_opp()Viresh Kumar1-4/+4
2021-02-02cpufreq: qcom: Migrate to dev_pm_opp_set_opp()Viresh Kumar1-1/+1
2021-02-02opp: Implement dev_pm_opp_set_opp()Viresh Kumar2-0/+34
2021-02-02opp: Update parameters of _set_opp_custom()Viresh Kumar1-13/+9
2021-02-02opp: Allow _generic_set_opp_clk_only() to work for non-freq devicesViresh Kumar1-0/+4
2021-02-02opp: Allow _generic_set_opp_regulator() to work for non-freq devicesViresh Kumar1-13/+12
2021-02-02opp: Allow _set_opp() to work for non-freq devicesViresh Kumar1-5/+11
2021-02-02opp: Split _set_opp() out of dev_pm_opp_set_rate()Viresh Kumar1-55/+71
2021-02-02opp: Keep track of currently programmed OPPViresh Kumar2-31/+55
2021-02-02opp: No need to check clk for errorsViresh Kumar1-13/+4
2021-02-02opp: Rename _opp_set_rate_zero()Viresh Kumar1-2/+2
2021-02-02opp: Make _set_opp_custom() work without regulatorsDmitry Osipenko1-11/+18
2021-02-02opp: Prepare for ->set_opp() helper to work without regulatorsViresh Kumar2-38/+48
2021-02-02opp: Print OPP level in debug message of _opp_add_static_v2()Dmitry Osipenko1-2/+3
2021-02-02opp: Handle missing OPP table in dev_pm_opp_xlate_performance_state()Dmitry Osipenko1-1/+1
2021-02-02opp: Add devm_pm_opp_attach_genpdDmitry Osipenko2-0/+43
2021-02-02opp: Add devm_pm_opp_register_set_opp_helperDmitry Osipenko2-0/+42
2021-02-02opp: Add dev_pm_opp_of_add_table_noclk()Viresh Kumar2-0/+24
2021-02-02opp: Defer acquiring the clk until OPPs are addedViresh Kumar3-33/+50
2021-02-02opp: Create _of_add_table_indexed() to reduce code duplicationViresh Kumar1-48/+33
2021-02-02opp: Add dev_pm_opp_sync_regulators()Dmitry Osipenko2-0/+47
2021-02-02opp: Add dev_pm_opp_get_required_pstate()Dmitry Osipenko2-0/+32
2021-02-02opp: Add dev_pm_opp_find_level_ceil()Dmitry Osipenko2-0/+57
2021-02-02opp: Staticize _add_opp_table()Viresh Kumar2-2/+1
2021-02-02opp: Correct debug message in _opp_add_static_v2()Dmitry Osipenko1-2/+2
2021-02-02opp: Filter out OPPs based on availability of a required-OPPDmitry Osipenko1-0/+11
2021-02-02opp: Fix adding OPP entries in a wrong order if rate is unavailableDmitry Osipenko1-6/+4
2021-02-01Linux 5.11-rc6v5.11-rc6Linus Torvalds1-1/+1
2021-01-31Merge tag 'efi-urgent-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-4/+9
2021-01-31Merge tag 'x86_entry_for_v5.11_rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-10/+15
2021-01-31Merge tag 'timers-urgent-2021-01-31' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-0/+15
2021-01-31Merge tag 'core-urgent-2021-01-31' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2021-01-31Merge tag 'powerpc-5.11-6' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-12/+16
2021-01-31Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-3/+16
2021-01-31Merge branch 'for-rc-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds9-8/+542
2021-01-31Merge tag 'nfs-for-5.11-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds5-85/+93
2021-01-31leds: rt8515: Add Richtek RT8515 LED driverLinus Walleij5-0/+421
2021-01-31dt-bindings: leds: Add DT binding for Richtek RT8515Linus Walleij1-0/+111
2021-01-31leds: trigger: fix potential deadlock with libataAndrea Righi1-4/+6
2021-01-31leds: leds-ariel: convert comma to semicolonZheng Yongjun1-3/+3
2021-01-31leds: leds-lm3533: convert comma to semicolonZheng Yongjun1-1/+1
2021-01-31Merge tag '5.11-rc5-smb3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds6-20/+81