aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-02opp: Allow lazy-linking of required-oppsViresh Kumar3-16/+161
2021-02-02opp: Remove dev_pm_opp_set_bw()Viresh Kumar1-36/+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 Kumar1-0/+28
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 Osipenko1-0/+36
2021-02-02opp: Add devm_pm_opp_register_set_opp_helperDmitry Osipenko1-0/+34
2021-02-02opp: Add dev_pm_opp_of_add_table_noclk()Viresh Kumar1-0/+18
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 Osipenko1-0/+41
2021-02-02opp: Add dev_pm_opp_get_required_pstate()Dmitry Osipenko1-0/+22
2021-02-02opp: Add dev_pm_opp_find_level_ceil()Dmitry Osipenko1-0/+49
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-01-31Merge tag 'efi-urgent-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+9
2021-01-31Merge tag 'timers-urgent-2021-01-31' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-0/+15
2021-01-31Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-3/+16
2021-01-31Merge branch 'for-rc-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/pavel/linux-ledsLinus Torvalds8-8/+431
2021-01-31leds: rt8515: Add Richtek RT8515 LED driverLinus Walleij5-0/+421
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-30Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-2/+2
2021-01-30Merge tag 'for-linus' of git://github.com/openrisc/linuxLinus Torvalds1-0/+1
2021-01-30Merge tag 'devicetree-fixes-for-5.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-3/+7
2021-01-30Merge tag 's390-5.11-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds3-70/+97
2021-01-29Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-2/+12
2021-01-29Merge tag 'block-5.11-2021-01-29' of git://git.kernel.dk/linux-blockLinus Torvalds9-17/+44
2021-01-30soc: litex: Properly depend on HAS_IOMEMDavid Gow1-0/+1
2021-01-29Merge tag 'iommu-fixes-v5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds5-9/+92
2021-01-29Merge tag 'acpi-5.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds2-27/+39
2021-01-29Merge tag 'drm-fixes-2021-01-29' of git://anongit.freedesktop.org/drm/drmLinus Torvalds26-165/+300
2021-01-29tty: avoid using vfs_iocb_iter_write() for redirected console writesLinus Torvalds1-3/+17
2021-01-29Merge branch 'acpi-sysfs'Rafael J. Wysocki1-14/+6