summaryrefslogtreecommitdiff
path: root/drivers/devfreq/devfreq.c
AgeCommit message (Expand)Author
2023-12-19PM / devfreq: Synchronize devfreq_monitor_[start/stop]Mukesh Ojha
2023-11-13PM / devfreq: Convert to use sysfs_emit_at() APIChristian Marangi
2023-11-13PM / devfreq: Fix buffer overflow in trans_stat_showChristian Marangi
2023-10-09PM / devfreq: Switch to dev_pm_opp_find_freq_{ceil/floor}_indexed() APIsManivannan Sadhasivam
2023-08-10PM / devfreq: Fix leak in devfreq_dev_release()Boris Brezillon
2023-07-24PM / devfreq: Reword the kernel-doc comment for devfreq_monitor_start() APIManivannan Sadhasivam
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman
2022-12-03PM / devfreq: Use device_match_of_node()ye xingchen
2022-11-20PM/devfreq: governor: Add a private governor_data for governorKant Fan
2022-07-15PM / devfreq: shut up kernel-doc warningsMauro Carvalho Chehab
2022-06-30PM / devfreq: Rework freq_table to be local to devfreq structChristian Marangi
2022-06-30PM / devfreq: Mute warning on governor PROBE_DEFERChristian 'Ansuel' Marangi
2022-05-17PM / devfreq: Export devfreq_get_freq_range symbol within devfreqChanwoo Choi
2021-12-16PM / devfreq: Reduce log severity for informative messageTzung-Bi Shih
2021-11-10Merge branches 'pm-opp' and 'pm-cpufreq'Rafael J. Wysocki
2021-10-27PM / devfreq: Strengthen check for freq_tableSamuel Holland
2021-10-05PM / devfreq: Add devm_devfreq_add_governor()Dmitry Osipenko
2021-09-08devfreq: use HZ macrosDaniel Lezcano
2021-05-20PM / devfreq: Add missing error code in devfreq_add_device()YueHaibing
2021-04-08PM / devfreq: Use more accurate returned new_freq as resume_freqDong Aisheng
2021-04-08PM / devfreq: Unlock mutex and free devfreq struct in error pathLukasz Luba
2021-03-09PM / devfreq: Register devfreq as a cooling device on demandDaniel Lezcano
2021-02-15Merge branches 'pm-devfreq' and 'pm-tools'Rafael J. Wysocki
2021-02-04PM / devfreq: Cache OPP table reference in devfreqSaravana Kannan
2021-01-05PM / devfreq: Replace devfreq->dev.parent as dev in devfreq_add_devicepierre Kuo
2020-10-26PM / devfreq: Remove redundant governor_name from struct devfreqChanwoo Choi
2020-10-26PM / devfreq: Add governor attribute flag for specifc sysfs nodesChanwoo Choi
2020-10-26PM / devfreq: Add governor feature flagChanwoo Choi
2020-10-26PM / devfreq: Add tracepoint for frequency changesMatthias Kaehlcke
2020-10-26PM / devfreq: Unify frequency change to devfreq_update_target funcChanwoo Choi
2020-09-29PM / devfreq: Change prototype of devfreq_get_devfreq_by_phandle functionChanwoo Choi
2020-09-29PM / devfreq: Add devfreq_get_devfreq_by_node functionLeonard Crestez
2020-09-23PM / devfreq: Add timer type to devfreq_summary debugfsChanwoo Choi
2020-07-30PM / devfreq: Fix the wrong end with semicolonChanwoo Choi
2020-07-30PM / devfreq: Fix indentaion of devfreq_summary debugfs nodeChanwoo Choi
2020-07-30PM / devfreq: Clean up the devfreq instance name in sysfs attrChanwoo Choi
2020-07-30PM / devfreq: Add support delayed timer for polling modeChanwoo Choi
2020-05-28PM / devfreq: Use lockdep asserts instead of manual checks for locked mutexKrzysztof Kozlowski
2020-05-28PM / devfreq: Replace strncpy with strscpyDmitry Osipenko
2020-03-25PM / devfreq: Fix handling dev_pm_qos_remove_request resultLeonard Crestez
2020-03-25PM / devfreq: Change to DEVFREQ_GOV_UPDATE_INTERVAL event nameChanwoo Choi
2020-02-24Revert "PM / devfreq: Modify the device name as devfreq(X) for sysfs"Orson Zhai
2020-01-16PM / devfreq: Add debugfs support with devfreq_summary fileChanwoo Choi
2019-12-30PM / devfreq: Fix multiple kernel-doc warningsRandy Dunlap
2019-12-30PM / devfreq: Move declaration of DEVICE_ATTR_RW(min_freq)Kamil Konieczny
2019-12-30PM / devfreq: Move statistics to separate struct devfreq_statsKamil Konieczny
2019-12-30PM / devfreq: Add clearing transitions statsKamil Konieczny
2019-12-30PM / devfreq: Change time stats to 64-bitKamil Konieczny
2019-12-30PM / devfreq: Add new name attribute for sysfsChanwoo Choi
2019-12-09PM / devfreq: Use PM QoS for sysfs min/max_freqLeonard Crestez