Show patches with: Submitter = Viresh Kumar       |    Archived = No       |   964 patches
« 1 2 3 49 10 »
Patch Series S/W/F Date Submitter Delegate State
[2/2] cpufreq: Don't create empty /sys/devices/system/cpu/cpufreq directory --- 2013-05-20 Viresh Kumar Accepted
[v2,1/2] cpufreq: Add exit_prepare callback to cpufreq_driver interface --- 2014-03-18 Viresh Kumar New
cpufreq: remove sysfs link when a cpu != policy->cpu, is removed --- 2014-04-08 Viresh Kumar New
[Resend] cpufreq: remove sysfs link when a cpu != policy->cpu, is removed --- 2014-04-08 Viresh Kumar New
cpufreq: unicore32: fix typo issue for 'clk' --- 2014-05-05 Viresh Kumar New
PM / OPP: discard duplicate OPP additions --- 2014-05-13 Viresh Kumar New
[v3] PM / OPP: discard duplicate OPPs --- 2014-05-20 Viresh Kumar New
cpufreq: unlock when failing cpufreq_update_policy() --- 2014-06-18 Viresh Kumar New
[v3,1/2] cpufreq: Don't destroy/realloc policy/sysfs on hotplug/suspend --- 2014-07-16 Viresh Kumar New
cpufreq: move policy kobj to policy->cpu at resume --- 2014-08-01 Viresh Kumar New
cpufreq: powernv: Register the driver with reboot notifier --- 2014-08-25 Viresh Kumar New
[01/15] power-supply: Don't over-allocate memory for "supplied-from" array --- 2014-09-04 Viresh Kumar Accepted
[02/15] power-supply: Return early if "power-supplies" property isn't valid --- 2014-09-04 Viresh Kumar Accepted
[03/15] Documentation: Charger Manager: Fix spelling mistakes --- 2014-09-04 Viresh Kumar Accepted
[04/15] power-supply: Forward declare structs together --- 2014-09-04 Viresh Kumar Accepted
[05/15] power-supply: Drop unnecessary typecasts --- 2014-09-04 Viresh Kumar Accepted
[06/15] power-supply: Use 'break' instead of 'continue' to end loop --- 2014-09-04 Viresh Kumar Accepted
[07/15] power-supply: Rearrange code to remove duplicate lines --- 2014-09-04 Viresh Kumar Accepted
[08/15] power-supply: Propagate error returned by power_supply_find_supply_from_node() --- 2014-09-04 Viresh Kumar Accepted
[09/15] power-supply: Don't return -EINVAL from __power_supply_find_supply_from_node() --- 2014-09-04 Viresh Kumar Accepted
[10/15] power-supply: Drop useless 'if (ret.intval)' statements --- 2014-09-04 Viresh Kumar Accepted
[11/15] power-supply: Mark 'if' blocks in power_supply_changed_work() with 'likely' --- 2014-09-04 Viresh Kumar Accepted
[12/15] power-supply: Use PTR_ERR_OR_ZERO() routine --- 2014-09-04 Viresh Kumar Accepted
[13/15] power-supply: Check for failures only when we can fail --- 2014-09-04 Viresh Kumar Accepted
[14/15] power-supply: Avoid unnecessary 'goto' statements --- 2014-09-04 Viresh Kumar Accepted
[15/15] power_supply: Don't iterate over devices to return -EPROBE_DEFER --- 2014-09-04 Viresh Kumar Accepted
[Resend] cpufreq_opp: Fixed the order of argument for kcalloc. --- 2014-09-05 Viresh Kumar New
PROBLEM: Kernel OOPS and possible system freeze after concurrent writing to cpufreq/scaling_governor (Resend) --- 2014-09-08 Viresh Kumar New
cpufreq: allow powersave governor as the default without expert mode --- 2014-10-16 Viresh Kumar New
Locking issues with cpufreq and sysfs --- 2014-10-17 Viresh Kumar New
[01/26] thermal: db8500: pass cpu_present_mask to cpufreq_cooling_register() --- 2014-11-28 Viresh Kumar New
[02/26] thermal: imx: pass cpu_present_mask to cpufreq_cooling_register() --- 2014-11-28 Viresh Kumar Superseded
[03/26] thermal: exynos: pass cpu_present_mask to cpufreq_cooling_register() --- 2014-11-28 Viresh Kumar New
[04/26] thermal: exynos: Handle -EPROBE_DEFER properly --- 2014-11-28 Viresh Kumar New
[05/26] cpu_cooling: random comment fixups --- 2014-11-28 Viresh Kumar Superseded
[06/26] cpu_cooling: fix doc comment over struct cpufreq_cooling_device --- 2014-11-28 Viresh Kumar Superseded
[07/26] cpu_cooling: Add comment to clarify relation between cooling state and frequency --- 2014-11-28 Viresh Kumar Superseded
[08/26] cpu_cooling: Pass variable instead of its type to sizeof() --- 2014-11-28 Viresh Kumar New
[09/26] cpu_cooling: no need to set cpufreq_state to zero --- 2014-11-28 Viresh Kumar Superseded
[10/26] cpu_cooling: no need to set cpufreq_dev to NULL --- 2014-11-28 Viresh Kumar Superseded
[11/26] cpu_cooling: propagate error returned by idr_alloc() --- 2014-11-28 Viresh Kumar New
[12/26] cpu_cooling: Don't match min/max frequencies for all CPUs on cooling register --- 2014-11-28 Viresh Kumar New
[13/26] cpu_cooling: don't iterate over all allowed_cpus to update cpufreq policy --- 2014-11-28 Viresh Kumar New
[14/26] cpu_cooling: Don't check is_cpufreq_valid() --- 2014-11-28 Viresh Kumar New
[15/26] cpu_cooling: do error handling at the bottom in __cpufreq_cooling_register() --- 2014-11-28 Viresh Kumar New
[16/26] cpu_cooling: Drop useless locking around idr_alloc/idr_remove --- 2014-11-28 Viresh Kumar New
[17/26] cpu_cooling: Merge cpufreq_apply_cooling() into cpufreq_set_cur_state() --- 2014-11-28 Viresh Kumar New
[18/26] cpu_cooling: Merge get_cpu_frequency() into cpufreq_set_cur_state() --- 2014-11-28 Viresh Kumar New
[19/26] cpu_cooling: find max level during device registration --- 2014-11-28 Viresh Kumar New
[20/26] cpu_cooling: get_property() doesn't need to support GET_MAXL anymore --- 2014-11-28 Viresh Kumar Superseded
[21/26] cpu_cooling: create list of cpufreq_cooling_devices --- 2014-11-28 Viresh Kumar New
[22/26] cpu_cooling: use cpufreq_dev_list instead of cpufreq_dev_count --- 2014-11-28 Viresh Kumar New
[23/26] cpu_cooling: Pass 'cpufreq_dev' to get_property() --- 2014-11-28 Viresh Kumar New
[24/26] cpu_cooling: Store frequencies in descending order --- 2014-11-28 Viresh Kumar New
[25/26] cpu_cooling: Use cpufreq_dev->freq_table for finding level/freq --- 2014-11-28 Viresh Kumar New
[26/26] cpu_cooling: update copyright tags --- 2014-11-28 Viresh Kumar Superseded
[25/26] cpu_cooling: Use cpufreq_dev->freq_table for finding level/freq --- 2014-12-03 Viresh Kumar New
[V2,01/26] thermal: cpu_cooling: check for the readiness of cpufreq layer --- 2014-12-04 Viresh Kumar New
[V2,02/26] thermal: db8500: pass cpu_present_mask to cpufreq_cooling_register() --- 2014-12-04 Viresh Kumar Accepted
[V2,03/26] thermal: imx: pass cpu_present_mask to cpufreq_cooling_register() --- 2014-12-04 Viresh Kumar Accepted
[V2,04/26] thermal: exynos: pass cpu_present_mask to cpufreq_cooling_register() --- 2014-12-04 Viresh Kumar Accepted
[V2,05/26] thermal: cpu_cooling: random comment fixups --- 2014-12-04 Viresh Kumar Accepted
[V2,06/26] thermal: cpu_cooling: fix doc comment over struct cpufreq_cooling_device --- 2014-12-04 Viresh Kumar Accepted
[V2,07/26] thermal: cpu_cooling: Add comment to clarify relation between cooling state and frequency --- 2014-12-04 Viresh Kumar Accepted
[V2,08/26] thermal: cpu_cooling: Pass variable instead of its type to sizeof() --- 2014-12-04 Viresh Kumar Accepted
[V2,09/26] thermal: cpu_cooling: no need to set cpufreq_state to zero --- 2014-12-04 Viresh Kumar Accepted
[V2,10/26] thermal: cpu_cooling: no need to set cpufreq_dev to NULL --- 2014-12-04 Viresh Kumar Accepted
[V2,11/26] thermal: cpu_cooling: no need to initialze 'ret' --- 2014-12-04 Viresh Kumar Accepted
[V2,12/26] thermal: cpu_cooling: propagate error returned by idr_alloc() --- 2014-12-04 Viresh Kumar Accepted
[V2,13/26] thermal: cpu_cooling: Don't match min/max frequencies for all CPUs on cooling register --- 2014-12-04 Viresh Kumar Accepted
[V2,14/26] thermal: cpu_cooling: don't iterate over all allowed_cpus to update cpufreq policy --- 2014-12-04 Viresh Kumar Accepted
[V2,15/26] thermal: cpu_cooling: Don't check is_cpufreq_valid() --- 2014-12-04 Viresh Kumar Accepted
[V2,16/26] thermal: cpu_cooling: do error handling at the bottom in __cpufreq_cooling_register() --- 2014-12-04 Viresh Kumar Accepted
[V2,17/26] thermal: cpu_cooling: initialize 'cpufreq_val' on registration --- 2014-12-04 Viresh Kumar Accepted
[V2,18/26] thermal: cpu_cooling: Merge cpufreq_apply_cooling() into cpufreq_set_cur_state() --- 2014-12-04 Viresh Kumar Accepted
[V2,19/26] thermal: cpu_cooling: remove unnecessary wrapper get_cpu_frequency() --- 2014-12-04 Viresh Kumar Accepted
[V2,20/26] thermal: cpu_cooling: find max level during device registration --- 2014-12-04 Viresh Kumar Accepted
[V2,21/26] thermal: cpu_cooling: get_property() doesn't need to support GET_MAXL anymore --- 2014-12-04 Viresh Kumar Accepted
[V2,22/26] thermal: cpu_cooling: use cpufreq_dev_list instead of cpufreq_dev_count --- 2014-12-04 Viresh Kumar Accepted
[V2,23/26] thermal: cpu_cooling: Pass 'cpufreq_dev' to get_property() --- 2014-12-04 Viresh Kumar Accepted
[V2,24/26] thermal: cpu_cooling: Store frequencies in descending order --- 2014-12-04 Viresh Kumar Accepted
[V2,25/26] thermal: cpu_cooling: Use cpufreq_dev->freq_table for finding level/freq --- 2014-12-04 Viresh Kumar Accepted
[V2,26/26] thermal: cpu_cooling: update copyright tags --- 2014-12-04 Viresh Kumar Accepted
cpufreq: fix another race between PPC notification and vcpu_hotplug() --- 2015-01-29 Viresh Kumar New
[v2] cpufreq: Avoid attempts to create duplicate symbolic links --- 2015-07-30 Viresh Kumar New
[v4,2/2] dt: power: st: Provide bindings for ST's OPPs --- 2015-08-03 Viresh Kumar New
PM / OPP: Add clock-latency-ns support --- 2015-08-12 Viresh Kumar Accepted
thermal: cpu_cooling: Remove usage of devm functions --- 2015-08-19 Viresh Kumar New
System will not suspend with highest numbered CPU offline [REGRESSION][BISECTED] --- 2015-09-04 Viresh Kumar New
[v4,2/2] dt: power: st: Provide bindings for ST's OPPs --- 2015-09-09 Viresh Kumar New
[v4,2/2] dt: power: st: Provide bindings for ST's OPPs --- 2015-09-16 Viresh Kumar New
cpufreq: arm_big_little: fix frequency check when bL switcher is active --- 2015-10-07 Viresh Kumar New
[V4] cpufreq: governor: Quit work-handlers early if governor is stopped --- 2015-10-29 Viresh Kumar Accepted
[6/6] cpufreq: ondemand: update update_sampling_rate() to make it more efficient --- 2015-10-29 Viresh Kumar New
PM / OPP: Protect updates to list_dev with mutex --- 2015-10-30 Viresh Kumar Accepted
[1/3] PM / OPP: Add "opp-supported-hw" binding --- 2015-11-03 Viresh Kumar New
[V2,4/5] PM / OPP: Rename OPP nodes as opp@<opp-hz> --- 2015-11-05 Viresh Kumar New
[V4] PM / OPP: Add debugfs support --- 2015-11-05 Viresh Kumar Superseded
[V5] PM / OPP: Add debugfs support --- 2015-11-11 Viresh Kumar Accepted
[1/3] PM / OPP: Add missing doc comments --- 2015-11-16 Viresh Kumar Superseded
« 1 2 3 49 10 »