summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/ti-cpufreq.c
Commit message (Expand)AuthorAgeFilesLines
* cpufreq: ti: Implement scope-based cleanup in ti_cpufreq_match_node()Shivani Gupta2024-04-231-3/+1
* cpufreq: ti-cpufreq: Add opp support for am62p5 SoCsBryan Brattlof2023-10-121-0/+1
* cpufreq: Explicitly include correct DT includesRob Herring2023-07-201-1/+1
* cpufreq: ti-cpufreq: Add support for AM62A7Vibhore Vardhan2023-05-291-0/+1
* cpufreq: ti-cpufreq: Add support for AM625Dave Gerlach2022-11-071-0/+36
* cpufreq: Add __init annotation to module init funcsXiu Jianfeng2022-09-261-1/+1
* cpufreq: ti: Migrate to dev_pm_opp_set_config()Viresh Kumar2022-07-081-23/+14
* OPP: Make dev_pm_opp_set_regulators() accept NULL terminated listViresh Kumar2022-07-081-4/+3
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-2/+2
* cpufreq: ti-cpufreq: Add support for OPP_PLUSLokesh Vutla2020-02-121-0/+7
* cpufreq: ti-cpufreq: Add support for AM3517Adam Ford2019-10-101-0/+16
* ARM: dts: omap36xx: using OPP1G needs to control the abb_ldoH. Nikolaus Schaller2019-10-101-1/+1
* cpufreq: ti-cpufreq: omap36xx use "cpu0","vbb" if run in multi_regulator modeH. Nikolaus Schaller2019-10-101-2/+10
* cpufreq: ti-cpufreq: add support for omap34xx and omap36xxH. Nikolaus Schaller2019-10-101-2/+89
* cpufreq: ti-cpufreq: Mark expected switch fall-throughGustavo A. R. Silva2019-07-301-0/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-301-9/+1
* cpufreq: ti-cpufreq: Only register platform_device when supportedDave Gerlach2018-11-191-5/+21
* cpufreq: ti-cpufreq: Use devres managed API in probe()Suman Anna2018-06-061-5/+2
* cpufreq: ti-cpufreq: Fix an incorrect error return valueSuman Anna2018-06-061-1/+1
* cpufreq: ti-cpufreq: Use builtin_platform_driver()Viresh Kumar2018-04-101-1/+1
* cpufreq: ti-cpufreq: Add support for multiple regulatorsDave Gerlach2017-12-171-4/+24
* cpufreq: ti-cpufreq: Convert to module_platform_driverDave Gerlach2017-12-171-2/+21
* cpufreq: ti-cpufreq: add missing of_node_put()Zumeng Chen2017-10-141-0/+1
* cpufreq: ti-cpufreq: kfree opp_data when failureZumeng Chen2017-10-031-1/+4
* cpufreq: ti-cpufreq: Support additional am43xx platformsDave Gerlach2017-09-201-1/+1
* cpufreq: ti: Fix 'of_node_put' being called twice in error handling pathChristophe Jaillet2017-08-251-2/+2
* cpufreq: make ti-cpufreq explicitly non-modularPaul Gortmaker2017-02-161-6/+2
* cpufreq: ti: Add cpufreq driver to determine available OPPs at runtimeDave Gerlach2017-02-091-0/+272