Show patches with: Submitter = Viresh Kumar       |    Archived = No       |   967 patches
« 1 2 3 49 10 »
Patch Series S/W/F Date Submitter Delegate State
[2/3] PM / OPP: Parse 'opp-supported-hw' binding --- 2015-11-16 Viresh Kumar New
[V2,1/3] PM / OPP: Add missing doc comments --- 2015-11-19 Viresh Kumar Accepted
[V2] cpufreq: Always remove sysfs cpuX/cpufreq link on ->remove_dev() --- 2015-11-21 Viresh Kumar Accepted
[V2,2/3] PM / OPP: Parse 'opp-supported-hw' binding --- 2015-12-01 Viresh Kumar New
[V2,1/6] cpufreq: ondemand: Update sampling rate only for concerned policies --- 2015-12-03 Viresh Kumar Accepted
[V2,3/6] cpufreq: governor: Pass policy as argument to ->gov_dbs_timer() --- 2015-12-03 Viresh Kumar Accepted
[V2,4/6] cpufreq: governor: initialize/destroy timer_mutex with 'shared' --- 2015-12-03 Viresh Kumar Accepted
[V2,5/6] cpufreq: governor: replace per-cpu delayed work with timers --- 2015-12-04 Viresh Kumar New
[V3,5/6] cpufreq: governor: replace per-cpu delayed work with timers --- 2015-12-04 Viresh Kumar Superseded
[V4,5/6] cpufreq: governor: replace per-cpu delayed work with timers --- 2015-12-09 Viresh Kumar New
[V3,1/2] PM / OPP: Parse 'opp-supported-hw' binding --- 2015-12-09 Viresh Kumar Accepted
[01/17] PM / OPP: get/put regulators from OPP core --- 2015-12-22 Viresh Kumar Superseded
[02/17] PM / OPP: Add APIs to set regulator-name --- 2015-12-22 Viresh Kumar Superseded
[03/17] PM / OPP: Disable OPPs that aren't supported by the regulator --- 2015-12-22 Viresh Kumar Accepted
[04/17] PM / OPP: Introduce dev_pm_opp_get_max_volt_latency() --- 2015-12-22 Viresh Kumar Superseded
[05/17] PM / OPP: Introduce dev_pm_opp_get_max_transition_latency() --- 2015-12-22 Viresh Kumar Superseded
[06/17] PM / OPP: Parse clock-latency and voltage-tolerance for v1 bindings --- 2015-12-22 Viresh Kumar New
[07/17] PM / OPP: Manage device clk --- 2015-12-22 Viresh Kumar Superseded
[08/17] PM / OPP: Add dev_pm_opp_set_rate() --- 2015-12-22 Viresh Kumar Superseded
[10/17] cpufreq: dt: Rename 'need_update' to 'opp_v1' --- 2015-12-22 Viresh Kumar Superseded
[11/17] cpufreq: dt: OPP layers handles clock-latency for V1 bindings as well --- 2015-12-22 Viresh Kumar Superseded
[12/17] cpufreq: dt: Pass regulator name to the OPP core for V1 bindings --- 2015-12-22 Viresh Kumar New
[13/17] cpufreq: dt: Unsupported OPPs are already disabled --- 2015-12-22 Viresh Kumar New
[14/17] cpufreq: dt: Reuse dev_pm_opp_get_max_transition_latency() --- 2015-12-22 Viresh Kumar Accepted
[15/17] cpufreq: dt: Use dev_pm_opp_set_rate() to switch frequency --- 2015-12-22 Viresh Kumar Accepted
[16/17] cpufreq: dt: drop references to DT node --- 2015-12-22 Viresh Kumar New
[17/17] cpufreq: dt: No need to allocate resources anymore --- 2015-12-22 Viresh Kumar New
[09/17] cpufreq: dt: Convert few pr_debug/err() calls to dev_dbg/err() --- 2015-12-22 Viresh Kumar Accepted
PM / OPP: Use snprintf() instead of sprintf() --- 2016-01-05 Viresh Kumar Accepted
[01/17] PM / OPP: get/put regulators from OPP core --- 2016-01-12 Viresh Kumar Superseded
[02/17] PM / OPP: Add APIs to set regulator-name --- 2016-01-12 Viresh Kumar New
[04/17] PM / OPP: Introduce dev_pm_opp_get_max_volt_latency() --- 2016-01-12 Viresh Kumar New
[01/17] PM / OPP: get/put regulators from OPP core --- 2016-01-12 Viresh Kumar New
[07/17] PM / OPP: Manage device clk --- 2016-01-12 Viresh Kumar New
[08/17] PM / OPP: Add dev_pm_opp_set_rate() --- 2016-01-12 Viresh Kumar New
cpufreq: Fix NULL reference crash while accessing policy->governor_data --- 2016-01-25 Viresh Kumar Accepted
[V2,01/16] PM / OPP: get/put regulators from OPP core --- 2016-01-28 Viresh Kumar Superseded
[V2,03/16] PM / OPP: Introduce dev_pm_opp_get_max_volt_latency() --- 2016-01-28 Viresh Kumar Superseded
[V2,05/16] PM / OPP: Parse clock-latency and voltage-tolerance for v1 bindings --- 2016-01-28 Viresh Kumar New
[V2,06/16] PM / OPP: Manage device clk --- 2016-01-28 Viresh Kumar Accepted
[V2,09/16] cpufreq: dt: Rename 'need_update' to 'opp_v1' --- 2016-01-28 Viresh Kumar Accepted
[V2,07/16] PM / OPP: Add dev_pm_opp_set_rate() --- 2016-02-02 Viresh Kumar Accepted
[2/5] cpufreq: governor: Create separate sysfs-ops --- 2016-02-03 Viresh Kumar New
[V2,6/7] cpufreq: Call __cpufreq_governor() with policy->rwsem held --- 2016-02-03 Viresh Kumar Superseded
[V2,2/7] cpufreq: governor: New sysfs show/store callbacks for governor tunables --- 2016-02-03 Viresh Kumar New
[V2,0/7] cpufreq: governors: Fix ABBA lockups --- 2016-02-04 Viresh Kumar New
[V3,10/13] cpufreq: governor: No need to manage state machine now --- 2016-02-08 Viresh Kumar New
[V3,11/13] cpufreq: governor: Keep list of policy_dbs within dbs_data --- 2016-02-08 Viresh Kumar New
[V4,4/6] cpufreq: governor: Drop unused macros for creating governor tunable attributes --- 2016-02-09 Viresh Kumar New
[V4,1/7] cpufreq: Merge cpufreq_offline_prepare/finish routines --- 2016-02-09 Viresh Kumar Accepted
[V4,2/7] cpufreq: Call __cpufreq_governor() with policy->rwsem held --- 2016-02-09 Viresh Kumar New
[V4,4/7] cpufreq: governor: Move common sysfs tunables to cpufreq_governor.c --- 2016-02-09 Viresh Kumar New
[V4,7/7] cpufreq: ondemand: Rearrange od_dbs_timer() to void updating delay --- 2016-02-09 Viresh Kumar Superseded
[V2,11/16] cpufreq: dt: Pass regulator name to the OPP core --- 2016-02-09 Viresh Kumar New
[V3,01/16] PM / OPP: get/put regulators from OPP core --- 2016-02-09 Viresh Kumar Accepted
[V3,03/16] PM / OPP: Introduce dev_pm_opp_get_max_volt_latency() --- 2016-02-09 Viresh Kumar New
[V3,04/16] PM / OPP: Introduce dev_pm_opp_get_max_transition_latency() --- 2016-02-09 Viresh Kumar Accepted
[V3,10/16] cpufreq: dt: OPP layers handles clock-latency for V1 bindings as well --- 2016-02-09 Viresh Kumar Accepted
cpufreq: governor: Create and traverse list of policy_dbs to fix lockdep --- 2016-02-10 Viresh Kumar Accepted
[V5,1/3] cpufreq: governor: No need to manage state machine now --- 2016-02-10 Viresh Kumar Accepted
[V5,3/3] cpufreq: ondemand: Rearrange od_dbs_timer() to avoid updating delay --- 2016-02-10 Viresh Kumar Accepted
PM / OPP: Initialize u_volt_min/max to a valid value --- 2016-02-15 Viresh Kumar Accepted
PM / OPP: Initialize regulator pointer to an error value --- 2016-02-15 Viresh Kumar Accepted
[1/2] PM / OPP: Fix incorrect comments --- 2016-02-16 Viresh Kumar Accepted
CPUfreq lockdep issue --- 2016-02-19 Viresh Kumar New
intel-pstate: Update frequencies of policy->cpus only from ->set_policy() --- 2016-02-22 Viresh Kumar New
cpufreq: governors: Drop unnecessary checks from show() and store() --- 2016-02-22 Viresh Kumar Accepted
[1/3] cpufreq: Relocate handle_update() to kill its declaration --- 2016-02-22 Viresh Kumar Accepted
cpufreq: acpi_cpufreq: base frequency attribute support --- 2016-03-02 Viresh Kumar New
cpufreq: acpi: Allow new dynamics attributes to be added to acpi_cpufreq_attr --- 2016-03-03 Viresh Kumar New
Revert "cpufreq: postfix policy directory with the first CPU in related_cpus" --- 2016-03-03 Viresh Kumar Accepted
[1/3] cpufreq: dt: Include types.h from cpufreq-dt.h --- 2016-03-24 Viresh Kumar Superseded
[2/3] cpufreq: dt: Add generic platform-device creation support --- 2016-03-24 Viresh Kumar New
cpufreq: acpi: Remove freq_table from acpi_cpufreq_data --- 2016-03-28 Viresh Kumar Superseded
[3/3] cpufreq: exynos: Use generic platdev driver --- 2016-03-29 Viresh Kumar New
[V3,1/4] cpufreq: dt: Include types.h from cpufreq-dt.h --- 2016-03-30 Viresh Kumar New
[V1,Resend,1/2] cpufreq: acpi: Remove freq_table from acpi_cpufreq_data --- 2016-04-07 Viresh Kumar Accepted
[4/8] cpufreq: rockchip: Use generic platdev driver --- 2016-04-21 Viresh Kumar New
[08/10] mvebu: Use dev_pm_opp_set_sharing_cpus() to mark OPP tables as shared --- 2016-04-21 Viresh Kumar Accepted
PM / OPP: -ENOSYS is applicable only to syscalls --- 2016-04-22 Viresh Kumar New
[V2,3/9] cpufreq: imx: Use generic platdev driver --- 2016-04-22 Viresh Kumar Accepted
[V2,8/9] cpufreq: zynq: Use generic platdev driver --- 2016-04-22 Viresh Kumar Accepted
[V2,9/9] cpufreq: hisilicon: Use generic platdev driver --- 2016-04-22 Viresh Kumar Accepted
PM / OPP: Remove useless check --- 2016-05-04 Viresh Kumar Accepted
PM / OPP: Move CONFIG_OF dependent code in a separate file --- 2016-05-05 Viresh Kumar Accepted
[1/6] cpufreq: governor: Remove prints from allocation failures --- 2016-05-18 Viresh Kumar New
[5/6] cpufreq: Reuse gov_attr_* macros in schedutil governor --- 2016-05-18 Viresh Kumar New
[1/2] cpufreq: Move gov_attr_* macros to cpufreq.h --- 2016-05-20 Viresh Kumar New
[2/2] cpufreq: Add android's 'interactive' governor --- 2016-05-20 Viresh Kumar Superseded
[v2] cpufreq: stats: Walk online CPUs with CPU offline/online locked --- 2016-05-24 Viresh Kumar New
cpufreq: Send START policy notifier after sending CREATE --- 2016-05-24 Viresh Kumar Accepted
cpufreq: Implement light weight cpufreq_get_policy_table() routine --- 2016-05-26 Viresh Kumar New
cpufreq: Use clamp_val() --- 2016-05-26 Viresh Kumar New
[v2,3/3] cpufreq: schedutil: map raw required frequency to driver frequency --- 2016-05-30 Viresh Kumar New
cpufreq: Fix incorrect usage of clamp_val() --- 2016-05-31 Viresh Kumar New
cpufreq: Unexport cpufreq_frequency_table_cpuinfo() --- 2016-05-31 Viresh Kumar Accepted
[1/2] cpufreq: Store sorted frequency table --- 2016-05-31 Viresh Kumar New
[2/2] cpufreq: Implement cpufreq_find_target_index() to traverse sorted list --- 2016-05-31 Viresh Kumar New
[V2] cpufreq: Don't use cpufreq_frequency_get_table() if 'policy' is available --- 2016-06-01 Viresh Kumar New
[2/8] cpufreq: s3c24xx: Remove useless checks --- 2016-06-01 Viresh Kumar Superseded
« 1 2 3 49 10 »