Toggle navigation
Patchwork
Patches credited to viresh.kumar@linaro.org
Login
Register
Mail settings
Current Team Memberships
kwg-team
Show patches with
: State =
Action Required
| Archived =
No
| 2831 patches
Series
Submitter
State
any
Action Required
New
Under Review
Accepted
Rejected
RFC
Not Applicable
Changes Requested
Awaiting Upstream
Superseded
Deferred
Search
Archived
No
Yes
Both
Apply
«
1
2
...
16
17
18
…
28
29
»
▾
Patch
Series
S/W/F
Date
Submitter
Delegate
State
[1/5] opp: replace kfree with kfree_rcu while freeing 'struct device_opp'
-
-
-
2014-12-10
Viresh Kumar
New
[RFC] OPP: Redefine bindings to overcome shortcomings
-
-
-
2014-12-09
Viresh Kumar
New
opp: set new_opp->dev_opp to a valid dev_opp
-
-
-
2014-12-09
Viresh Kumar
New
opp: remove double calls to find_device_opp()
-
-
-
2014-12-08
Viresh Kumar
New
[RFC] OPP: Redefine bindings to overcome shortcomings
-
-
-
2014-12-04
Viresh Kumar
New
[V2,01/26] thermal: cpu_cooling: check for the readiness of cpufreq layer
-
-
-
2014-12-04
Viresh Kumar
New
[25/26] cpu_cooling: Use cpufreq_dev->freq_table for finding level/freq
-
-
-
2014-12-03
Viresh Kumar
New
[RFC,V1,8/8] cpufreq: exynos: reuse dt_device.c to create cpufreq platform device
-
-
-
2014-12-01
Viresh Kumar
New
[RFC,V1,7/8] cpufreq: calxeda: reuse dt_device.c to create cpufreq platform device
-
-
-
2014-12-01
Viresh Kumar
New
[RFC,V1,6/8] cpufreq: zynq: reuse dt_device.c to create cpufreq platform device
-
-
-
2014-12-01
Viresh Kumar
New
[RFC,V1,5/8] cpufreq: shmobile: reuse dt_device.c to create cpufreq platform device
-
-
-
2014-12-01
Viresh Kumar
New
[RFC,V1,4/8] cpufreq: mvebu: reuse dt_device.c to create cpufreq platform device
-
-
-
2014-12-01
Viresh Kumar
New
[RFC,V1,3/8] cpufreq: imx: reuse dt_device.c to create cpufreq platform device
-
-
-
2014-12-01
Viresh Kumar
New
[RFC,V1,2/8] cpufreq: Create cpufreq platform-device based on "compatible" from DT
-
-
-
2014-12-01
Viresh Kumar
New
[RFC,V1,1/8] cpufreq: Reuse "compatible" binding to probe cpufreq drivers
-
-
-
2014-12-01
Viresh Kumar
New
[25/26] cpu_cooling: Use cpufreq_dev->freq_table for finding level/freq
-
-
-
2014-11-28
Viresh Kumar
New
[24/26] cpu_cooling: Store frequencies in descending order
-
-
-
2014-11-28
Viresh Kumar
New
[23/26] cpu_cooling: Pass 'cpufreq_dev' to get_property()
-
-
-
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
[21/26] cpu_cooling: create list of cpufreq_cooling_devices
-
-
-
2014-11-28
Viresh Kumar
New
[19/26] cpu_cooling: find max level during device registration
-
-
-
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
[17/26] cpu_cooling: Merge cpufreq_apply_cooling() into cpufreq_set_cur_state()
-
-
-
2014-11-28
Viresh Kumar
New
[16/26] cpu_cooling: Drop useless locking around idr_alloc/idr_remove
-
-
-
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
[14/26] cpu_cooling: Don't check is_cpufreq_valid()
-
-
-
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
[12/26] cpu_cooling: Don't match min/max frequencies for all CPUs on cooling register
-
-
-
2014-11-28
Viresh Kumar
New
[11/26] cpu_cooling: propagate error returned by idr_alloc()
-
-
-
2014-11-28
Viresh Kumar
New
[08/26] cpu_cooling: Pass variable instead of its type to sizeof()
-
-
-
2014-11-28
Viresh Kumar
New
[04/26] thermal: exynos: Handle -EPROBE_DEFER properly
-
-
-
2014-11-28
Viresh Kumar
New
[03/26] thermal: exynos: pass cpu_present_mask to cpufreq_cooling_register()
-
-
-
2014-11-28
Viresh Kumar
New
[01/26] thermal: db8500: pass cpu_present_mask to cpufreq_cooling_register()
-
-
-
2014-11-28
Viresh Kumar
New
[V1,5/8] opp: replace kfree_rcu() with call_srcu() in opp_set_availability()
-
-
-
2014-11-27
Viresh Kumar
New
[V2,4/8] opp: Introduce APIs to remove OPPs
-
-
-
2014-11-27
Viresh Kumar
New
[V2,4/4] cpufreq-dt: register cooling device from ->ready() callback
-
-
-
2014-11-27
Viresh Kumar
New
[V2,3/4] cpufreq: Introduce ->ready() callback for cpufreq drivers
-
-
-
2014-11-27
Viresh Kumar
New
[V2,2/4] cpufreq-dt: pass 'policy->related_cpus' to of_cpufreq_cooling_register()
-
-
-
2014-11-27
Viresh Kumar
New
[V2,1/4] cpufreq: Fix formatting issues in 'struct cpufreq_driver'
-
-
-
2014-11-27
Viresh Kumar
New
[4/8] opp: Introduce APIs to remove OPPs
-
-
-
2014-11-26
Viresh Kumar
New
[RFC] cpufreq: Add "dvfs-method" binding to probe cpufreq drivers
-
-
-
2014-11-26
Viresh Kumar
New
[7/7] cpu_cooling: Don't check is_cpufreq_valid()
-
-
-
2014-11-26
Viresh Kumar
New
[6/7] cpu_cooling: don't iterate over all allowed_cpus to update cpufreq policy
-
-
-
2014-11-26
Viresh Kumar
New
[5/7] cpu_cooling: Don't match min/max frequencies for all CPUs on cooling register
-
-
-
2014-11-26
Viresh Kumar
New
[4/7] cpufreq-dt: register cooling device from ->usable() callback
-
-
-
2014-11-26
Viresh Kumar
New
[3/7] cpufreq: Introduce ->usable() callback for cpufreq drivers
-
-
-
2014-11-26
Viresh Kumar
New
[2/7] cpufreq-dt: pass 'policy->related_cpus' to of_cpufreq_cooling_register()
-
-
-
2014-11-26
Viresh Kumar
New
[1/7] cpufreq: Fix formatting issues in 'struct cpufreq_driver'
-
-
-
2014-11-26
Viresh Kumar
New
[8/8] imx6q: free OPP table created during ->init()
-
-
-
2014-11-25
Viresh Kumar
New
[7/8] exynos5440: free OPP table created during ->init()
-
-
-
2014-11-25
Viresh Kumar
New
[6/8] cpufreq-dt: free OPP table created during ->init()
-
-
-
2014-11-25
Viresh Kumar
New
[5/8] arm_big_little: free OPP table created during ->init()
-
-
-
2014-11-25
Viresh Kumar
New
[4/8] opp: Introduce APIs to remove OPPs
-
-
-
2014-11-25
Viresh Kumar
New
[3/8] opp: mark OPPs as 'static' or 'dynamic'
-
-
-
2014-11-25
Viresh Kumar
New
[2/8] opp: don't match for existing OPPs when list is empty
-
-
-
2014-11-25
Viresh Kumar
New
[1/8] opp: rename 'head' as 'rcu_head' or 'srcu_head' based on its type
-
-
-
2014-11-25
Viresh Kumar
New
cpufreq-dt: register cooling device after validating cpufreq table
-
-
-
2014-11-24
Viresh Kumar
New
opp: convert dev_warn() to dev_dbg() for duplicate OPPs
-
-
-
2014-11-19
Viresh Kumar
New
opp: convert dev_warn() to dev_dbg() for duplicate OPPs
-
-
-
2014-11-17
Viresh Kumar
New
[V2] cpufreq: Remove architecture specific menu entries
-
-
-
2014-11-15
Viresh Kumar
New
cpufreq: Remove architecture specific menu entries
-
-
-
2014-11-13
Viresh Kumar
New
Future of NOHZ full/isolation development (was Re: [NOHZ] Remove scheduler_tick_max_deferment)
-
-
-
2014-11-12
Viresh Kumar
New
cpufreq: Remove architecture specific menu entries
-
-
-
2014-11-12
Viresh Kumar
New
cpufreq: qoriq: Make the driver usable on all QorIQ platforms
-
-
-
2014-11-12
Viresh Kumar
New
Locking issues with cpufreq and sysfs
-
-
-
2014-10-17
Viresh Kumar
New
cpufreq: allow powersave governor as the default without expert mode
-
-
-
2014-10-16
Viresh Kumar
New
[Resend] cpufreq: cpu0: rename driver and internals to 'cpufreq_dt'
-
-
-
2014-10-02
Viresh Kumar
New
cpufreq: arm_big_little: set 'physical_cluster' for each CPU
-
-
-
2014-09-30
Viresh Kumar
New
cpufreq: update 'cpufreq_suspended' after stopping governors
-
-
-
2014-09-30
Viresh Kumar
New
[resend] cpufreq: ppc-corenet: remove duplicate update of cpu_data
-
-
-
2014-09-30
Viresh Kumar
New
cpufreq: dt: Support platforms with separate clock lines for each CPU
-
-
-
2014-09-10
Viresh Kumar
New
[Resend] cpufreq: cpu0: rename driver and internals to 'cpufreq_dt'
-
-
-
2014-09-09
Viresh Kumar
New
[2/2] cpufreq: Track governor-state with 'policy->governor_state'
-
-
-
2014-09-09
Viresh Kumar
New
[1/2] cpufreq: serialize calls to __cpufreq_governor()
-
-
-
2014-09-09
Viresh Kumar
New
PROBLEM: Kernel OOPS and possible system freeze after concurrent writing to cpufreq/scaling_governor (Resend)
-
-
-
2014-09-08
Viresh Kumar
New
[Resend] cpufreq_opp: Fixed the order of argument for kcalloc.
-
-
-
2014-09-05
Viresh Kumar
New
[2/2] cpufreq: ppc-corenet: remove per-cpu variable 'cpu_mask'
-
-
-
2014-09-02
Viresh Kumar
New
[1/2] cpufreq: ppc-corenet: remove duplicate update of cpu_data
-
-
-
2014-09-02
Viresh Kumar
New
[V3,10/10] cpufreq: generic: set platform_{driver|device} '.name' to 'cpufreq-generic'
-
-
-
2014-08-28
Viresh Kumar
New
[V3,09/10] cpufreq: cpu0: rename driver and internals to 'cpufreq_generic'
-
-
-
2014-08-28
Viresh Kumar
New
[V3,08/10] cpufreq: cpu0: Make allocate_resources() work for any CPU
-
-
-
2014-08-28
Viresh Kumar
New
[V3,07/10] cpufreq: cpu0: try regulators with name "cpu-supply"
-
-
-
2014-08-28
Viresh Kumar
New
[V3,06/10] cpufreq: cpu0: Move per-cluster initialization code to ->init()
-
-
-
2014-08-28
Viresh Kumar
New
[V3,05/10] cpufreq: cpu0: use dev_{err|warn|dbg} instead of pr_{err|warn|debug}
-
-
-
2014-08-28
Viresh Kumar
New
[V3,04/10] cpufreq: cpu0: print relevant error when we defer probe
-
-
-
2014-08-28
Viresh Kumar
New
[V3,03/10] cpufreq: cpu0: don't validate clock on clk_put()
-
-
-
2014-08-28
Viresh Kumar
New
[V3,02/10] cpufreq: cpu0: Update Module Author
-
-
-
2014-08-28
Viresh Kumar
New
[V3,01/10] cpufreq: Add support for per-policy driver data
-
-
-
2014-08-28
Viresh Kumar
New
cpufreq: powernv: Register the driver with reboot notifier
-
-
-
2014-08-25
Viresh Kumar
New
cpufreq, store_scaling_governor requires policy->rwsem to be held for duration of changing governors [v2]
-
-
-
2014-08-07
Viresh Kumar
New
cpufreq, store_scaling_governor requires policy->rwsem to be held for duration of changing governors [v2]
-
-
-
2014-08-06
Viresh Kumar
New
cpufreq, store_scaling_governor requires policy->rwsem to be held for duration of changing governors [v2]
-
-
-
2014-08-05
Viresh Kumar
New
cpufreq: move policy kobj to policy->cpu at resume
-
-
-
2014-08-01
Viresh Kumar
New
[RFC] cpufreq: Add bindings for CPU clock sharing topology
-
-
-
2014-07-18
Viresh Kumar
New
[RFC] cpufreq: Add bindings for CPU clock sharing topology
-
-
-
2014-07-18
Viresh Kumar
New
[V1,Resend,4/4] cpufreq: move policy kobj from update_policy_cpu()
-
-
-
2014-07-17
Viresh Kumar
New
[V1,Resend,3/4] cpufreq: propagate error returned by kobject_move()
-
-
-
2014-07-17
Viresh Kumar
New
[V1,Resend,2/4] cpufreq: don't restore policy->cpus on failure to move kobj
-
-
-
2014-07-17
Viresh Kumar
New
[V1,Resend,1/4] cpufreq: move policy kobj to policy->cpu at resume
-
-
-
2014-07-17
Viresh Kumar
New
[GIT,PULL] ARM: SPEAr13xx PCIe updates for v3.17
-
-
-
2014-07-16
Viresh Kumar
New
«
1
2
...
16
17
18
…
28
29
»
Bundling
Create bundle: