aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-11-02PM / OPP: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar
2015-11-02PM / OPP: Fix static checker warning (broken 64bit big endian systems)Viresh Kumar
2015-11-02PM / OPP: Free resources and properly return error on failureViresh Kumar
2015-11-02cpufreq-dt: make scaling_boost_freqs sysfs attr available when boost is enabledBartlomiej Zolnierkiewicz
2015-11-02cpufreq: dt: Add support for turbo/boost modeViresh Kumar
2015-11-02cpufreq: dt: Add support for operating-points-v2 bindingsViresh Kumar
2015-11-02cpufreq: Allow drivers to enable boost support after registering driverViresh Kumar
2015-10-28PM / OPP: add dev_pm_opp_is_turbo() helperBartlomiej Zolnierkiewicz
2015-10-28PM / OPP: Add helpers for initializing CPU OPPsViresh Kumar
2015-10-28PM / OPP: Add support for opp-suspendViresh Kumar
2015-10-28PM / OPP: Add OPP sharing information to OPP libraryViresh Kumar
2015-10-28PM / OPP: Add clock-latency-ns supportViresh Kumar
2015-10-28PM / OPP: Add support to parse "operating-points-v2" bindingsViresh Kumar
2015-10-28PM / OPP: Break _opp_add_dynamic() into smaller functionsViresh Kumar
2015-10-28PM / OPP: Allocate dev_opp from _add_device_opp()Viresh Kumar
2015-10-28PM / OPP: Create _remove_device_opp() for freeing dev_oppViresh Kumar
2015-10-28PM / OPP: Relocate few routinesViresh Kumar
2015-10-28PM / OPP: Create a directory for opp bindingsViresh Kumar
2015-10-28cpufreq: Update boost flag while initializing freq table from OPPsBartlomiej Zolnierkiewicz
2015-10-28cpufreq: dt: allow driver to boot automaticallyFelipe Balbi
2015-10-28PM / OPP / clk: Remove unnecessary OOM messageQuentin Lambert
2015-10-28cpufreq-dt: Drop unnecessary check before cpufreq_cooling_unregister() invoca...Markus Elfring
2015-10-28PM / OPP: Assert RCU lock in exported functionsKrzysztof Kozlowski
2015-10-28PM / OPP: Update kernel documentationNishanth Menon
2015-10-28PM / OPP: Ensure consistent naming of static functionsNishanth Menon
2015-10-28PM / OPP: export dev_pm_opp_get_notifierNishanth Menon
2015-10-28cpufreq-dt: defer probing if OPP table is not readyDmitry Torokhov
2015-10-28PM / OPP: take RCU lock in dev_pm_opp_get_opp_countDmitry Torokhov
2015-10-28PM / OPP: fix warning in of_free_opp_table()Dmitry Torokhov
2015-10-28PM / OPP: add some lockdep annotationsDmitry Torokhov
2015-10-28PM / OPP: do error handling at the bottom of dev_pm_opp_add_dynamic()Viresh Kumar
2015-10-28PM / OPP: handle allocation of device_opp in a separate routineViresh Kumar
2015-10-28PM / OPP: reuse find_device_opp() instead of duplicating codeViresh Kumar
2015-10-28PM / OPP: Staticize __dev_pm_opp_remove()Viresh Kumar
2015-10-28PM / OPP: replace kfree with kfree_rcu while freeing 'struct device_opp'Viresh Kumar
2015-10-28PM / OPP: remove double calls to find_device_opp()Viresh Kumar
2015-10-28PM / OPP: set new_opp->dev_opp to a valid dev_oppViresh Kumar
2015-10-28cpufreq-dt: free OPP table created during ->init()Viresh Kumar
2015-10-28PM / OPP replace kfree_rcu() with call_srcu() in opp_set_availability()Viresh Kumar
2015-10-28PM / OPP Introduce APIs to remove OPPsViresh Kumar
2015-10-28PM / OPP rename 'head' as 'rcu_head' or 'srcu_head' based on its typeViresh Kumar
2015-10-28PM / OPP mark OPPs as 'static' or 'dynamic'Viresh Kumar
2015-10-28PM / OPP don't match for existing OPPs when list is emptyViresh Kumar
2015-10-28cpufreq-dt: register cooling device from ->ready() callbackViresh Kumar
2015-10-28cpufreq: Introduce ->ready() callback for cpufreq driversViresh Kumar
2015-10-28cpufreq-dt: pass 'policy->related_cpus' to of_cpufreq_cooling_register()Viresh Kumar
2015-10-28cpufreq: Fix formatting issues in 'struct cpufreq_driver'Viresh Kumar
2015-10-28cpufreq: cpufreq-dt: Move newline to end of error messageGeert Uytterhoeven
2015-10-28cpufreq: cpufreq-dt: Handle regulator_get_voltage() failureStefan Wahren
2015-10-28cpufreq: cpufreq-dt: Improve debug about matching OPPStefan Wahren