aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-05-05Revert "PM / OPP: Disable OPPs that aren't supported by the regulator"v3.18/topic/OPPv2Alex Shi
2016-04-01PM / OPP: Fix incorrect commentsViresh Kumar
2016-04-01PM / OPP: Initialize regulator pointer to an error valueViresh Kumar
2016-04-01PM / OPP: Initialize u_volt_min/max to a valid valueViresh Kumar
2016-04-01PM / OPP: Fix NULL pointer dereference crash when disabling OPPsJon Hunter
2016-04-01PM / OPP: Add dev_pm_opp_set_rate()Viresh Kumar
2016-04-01regulator: core: Define regulator_set_voltage_triplet()Viresh Kumar
2016-04-01PM / OPP: Manage device clkViresh Kumar
2016-04-01PM / OPP: Parse clock-latency and voltage-tolerance for v1 bindingsViresh Kumar
2016-04-01PM / OPP: Introduce dev_pm_opp_get_max_transition_latency()Viresh Kumar
2016-04-01PM / OPP: Introduce dev_pm_opp_get_max_volt_latency()Viresh Kumar
2016-04-01PM / OPP: Disable OPPs that aren't supported by the regulatorViresh Kumar
2016-04-01PM / OPP: get/put regulators from OPP coreViresh Kumar
2016-04-01PM / OPP: build bug fixAlex Shi
2016-04-01PM / OPP: Use snprintf() instead of sprintf()Viresh Kumar
2016-04-01PM / OPP: Set cpu_dev->id in cpumask firstPi-Cheng Chen
2016-04-01PM / OPP: Fix parsing of opp-microvolt and opp-microamp propertiesBartlomiej Zolnierkiewicz
2016-04-01PM / OPP: Parse 'opp-<prop>-<name>' bindingsViresh Kumar
2016-04-01PM / OPP: Parse 'opp-supported-hw' bindingViresh Kumar
2016-04-01PM / OPP: Add missing doc commentsViresh Kumar
2016-04-01PM / OPP: Rename OPP nodes as opp@<opp-hz>Viresh Kumar
2016-04-01PM / OPP: Remove 'operating-points-names' bindingViresh Kumar
2016-04-01PM / OPP: Add {opp-microvolt|opp-microamp}-<name> bindingViresh Kumar
2016-04-01PM / OPP: Add "opp-supported-hw" bindingViresh Kumar
2016-04-01PM / OPP: Add opp_rcu_lockdep_assert() to _find_device_opp()Viresh Kumar
2016-04-01PM / OPP: Hold dev_opp_list_lock for writersViresh Kumar
2016-04-01PM / OPP: Protect updates to list_dev with mutexViresh Kumar
2016-04-01PM / OPP: Propagate error properly from dev_pm_opp_set_sharing_cpus()Viresh Kumar
2016-04-01PM / OPP: Parse all power-supply related bindings togetherViresh Kumar
2016-04-01PM / OPP: Rename routines specific to old bindings with _v1Viresh Kumar
2016-04-01PM / OPP: Improve print messages with pr_fmtViresh Kumar
2016-04-01PM / OPP: passing NULL to PTR_ERR()Dan Carpenter
2016-04-01PM / OPP: Move cpu specific code to opp/cpu.cViresh Kumar
2016-04-01PM / OPP: Move opp core to its own directoryViresh Kumar
2016-04-01PM / OPP: Prefix exported opp routines with dev_pm_opp_Viresh Kumar
2016-04-01PM / OPP: Rename opp init/free table routinesViresh Kumar
2016-04-01PM / OPP: Return suspend_opp only if it is enabledViresh Kumar
2016-04-01imx6q: free OPP table created during ->init()Viresh Kumar
2016-03-31exynos5440: free OPP table created during ->init()Viresh Kumar
2016-03-31cpufreq: arm_big_little: free OPP table created during ->init()Viresh Kumar
2016-03-31PM / OPP: reuse of_parse_phandle()Viresh Kumar
2016-03-31PM: Convert dev_pm_put_subsys_data() into a void functionUlf Hansson
2016-03-31PM: Update function header for dev_pm_get_subsys_data()Ulf Hansson
2015-11-02PM / OPP: Fix typo modifcation -> modificationStephen Boyd
2015-11-02PM / OPP: of_property_count_u32_elems() can return errorsViresh Kumar
2015-11-02cpufreq-dt: add suspend frequency supportBartlomiej Zolnierkiewicz
2015-11-02PM / OPP: add dev_pm_opp_get_suspend_opp() helperBartlomiej Zolnierkiewicz
2015-11-02cpufreq: dt: Tolerance applies on both sides of target voltageViresh Kumar
2015-11-02cpufreq: dt: Print error on failing to mark OPPs as sharedViresh Kumar
2015-11-02cpufreq: dt: Check OPP count before marking them sharedViresh Kumar