Current Team Memberships

Show patches with: Archived = No       |   4249 patches
« 1 2 ... 17 18 1942 43 »
Patch Series S/W/F Date Submitter Delegate State
[V2,1/2] PM / Domains: Introduce domain-performance-states binding --- 2016-12-12 Viresh Kumar New
[07/12] PM / OPP: Update OPP users to put reference --- 2016-12-08 Viresh Kumar Superseded
[07/10] PM / OPP: Don't allocate OPP table from _opp_allocate() --- 2016-12-08 Viresh Kumar New
[12/12] PM / OPP: Update Documentation to remove RCU specific bits --- 2016-12-07 Viresh Kumar Superseded
[11/12] PM / OPP: Simplify dev_pm_opp_get_max_volt_latency() --- 2016-12-07 Viresh Kumar New
[10/12] PM / OPP: Simplify _opp_set_availability() --- 2016-12-07 Viresh Kumar Accepted
[09/12] PM / OPP: Move away from RCU locking --- 2016-12-07 Viresh Kumar Accepted
[08/12] PM / OPP: Take kref from _find_opp_table() --- 2016-12-07 Viresh Kumar Superseded
[07/12] PM / OPP: Update OPP users to put reference --- 2016-12-07 Viresh Kumar Accepted
[06/12] PM / OPP: Add 'struct kref' to struct dev_pm_opp --- 2016-12-07 Viresh Kumar Accepted
[05/12] PM / OPP: Use dev_pm_opp_get_opp_table() instead of _add_opp_table() --- 2016-12-07 Viresh Kumar Superseded
[04/12] PM / OPP: Take reference of the OPP table while adding/removing OPPs --- 2016-12-07 Viresh Kumar Superseded
[03/12] PM / OPP: Return opp_table from dev_pm_opp_set_*() routines --- 2016-12-07 Viresh Kumar Superseded
[02/12] PM / OPP: Add 'struct kref' to OPP table --- 2016-12-07 Viresh Kumar New
[01/12] PM / OPP: Add per OPP table mutex --- 2016-12-07 Viresh Kumar New
Revert "PM / OPP: Don't assume platform doesn't have regulators" --- 2016-12-07 Viresh Kumar New
[V2,10/10] PM / OPP: Split out part of _add_opp_table() and _remove_opp_table() --- 2016-12-07 Viresh Kumar New
[V2,09/10] PM / OPP: Don't expose srcu_head to register notifiers --- 2016-12-07 Viresh Kumar Superseded
[V2,08/10] PM / OPP: Rename dev_pm_opp_get_suspend_opp() and return OPP rate --- 2016-12-07 Viresh Kumar Accepted
[V2,07/10] PM / OPP: Don't allocate OPP table from _opp_allocate() --- 2016-12-07 Viresh Kumar Superseded
[V2,06/10] PM / OPP: Rename and split _dev_pm_opp_remove_table() --- 2016-12-07 Viresh Kumar New
[V2,05/10] PM / OPP: Add light weight _opp_free() routine --- 2016-12-07 Viresh Kumar Accepted
[V2,04/10] PM / OPP: Error out on failing to add static OPPs for v1 bindings --- 2016-12-07 Viresh Kumar Accepted
[V2,03/10] PM / OPP: Rename _allocate_opp() to _opp_allocate() --- 2016-12-07 Viresh Kumar Accepted
[V2,02/10] PM / OPP: Remove useless TODO --- 2016-12-07 Viresh Kumar Accepted
[V2,01/10] PM / OPP: Fix memory leak while adding duplicate OPPs --- 2016-12-07 Viresh Kumar Accepted
[10/10] PM / OPP: Split out part of _add_opp_table() and _remove_opp_table() --- 2016-12-06 Viresh Kumar Superseded
[09/10] PM / OPP: Don't expose srcu_head to register notifiers --- 2016-12-06 Viresh Kumar Superseded
[08/10] PM / OPP: Rename dev_pm_opp_get_suspend_opp() and return OPP rate --- 2016-12-06 Viresh Kumar Superseded
[07/10] PM / OPP: Don't allocate OPP table from _opp_allocate() --- 2016-12-06 Viresh Kumar Superseded
[06/10] PM / OPP: Rename and split _dev_pm_opp_remove_table() --- 2016-12-06 Viresh Kumar Superseded
[05/10] PM / OPP: Add light weight _opp_free() routine --- 2016-12-06 Viresh Kumar Superseded
[04/10] PM / OPP: Error out on failing to add static OPPs for v1 bindings --- 2016-12-06 Viresh Kumar Superseded
[03/10] PM / OPP: Rename _allocate_opp() to _opp_allocate() --- 2016-12-06 Viresh Kumar Superseded
[02/10] PM / OPP: Remove useless TODO --- 2016-12-06 Viresh Kumar Superseded
[01/10] PM / OPP: Fix memory leak while adding duplicate OPPs --- 2016-12-06 Viresh Kumar Superseded
[V2] devfreq: rk3399_dmc: Don't use OPP structures outside of RCU locks --- 2016-12-05 Viresh Kumar Accepted
[V7,10/10] PM / OPP: Don't assume platform doesn't have regulators --- 2016-12-01 Viresh Kumar Superseded
[V7,09/10] PM / OPP: Don't WARN on multiple calls to dev_pm_opp_set_regulators() --- 2016-12-01 Viresh Kumar Accepted
[V7,08/10] PM / OPP: Allow platform specific custom set_opp() callbacks --- 2016-12-01 Viresh Kumar Accepted
[V7,07/10] PM / OPP: Separate out _generic_set_opp() --- 2016-12-01 Viresh Kumar New
[V7,06/10] PM / OPP: Add infrastructure to manage multiple regulators --- 2016-12-01 Viresh Kumar New
[V7,05/10] PM / OPP: Pass struct dev_pm_opp_supply to _set_opp_voltage() --- 2016-12-01 Viresh Kumar New
[V7,04/10] PM / OPP: Manage supply's voltage/current in a separate structure --- 2016-12-01 Viresh Kumar Accepted
[V7,03/10] PM / OPP: Don't use OPP structure outside of rcu protected section --- 2016-12-01 Viresh Kumar New
[V7,02/10] PM / OPP: Reword binding supporting multiple regulators per device --- 2016-12-01 Viresh Kumar Accepted
[V7,01/10] PM / OPP: Fix incorrect cpu-supply property in binding --- 2016-12-01 Viresh Kumar Accepted
devfreq: rk3399_dmc: Remove dangling rcu_read_unlock() --- 2016-12-01 Viresh Kumar Accepted
devfreq: rk3399_dmc: Don't use OPP structures outside of RCU locks --- 2016-12-01 Viresh Kumar Superseded
devfreq: exynos: Don't use OPP structures outside of RCU locks --- 2016-12-01 Viresh Kumar Accepted
[V6,06/10] PM / OPP: Add infrastructure to manage multiple regulators --- 2016-12-01 Viresh Kumar New
[V5] PM / OPP: Pass opp_table to dev_pm_opp_put_regulator() --- 2016-11-30 Viresh Kumar New
[V4] PM / OPP: Pass opp_table to dev_pm_opp_put_regulator() --- 2016-11-30 Viresh Kumar New
[V6,10/10] PM / OPP: Don't assume platform doesn't have regulators --- 2016-11-30 Viresh Kumar New
[V6,09/10] PM / OPP: Don't WARN on multiple calls to dev_pm_opp_set_regulators() --- 2016-11-30 Viresh Kumar New
[V6,08/10] PM / OPP: Allow platform specific custom set_opp() callbacks --- 2016-11-30 Viresh Kumar Accepted
[V6,07/10] PM / OPP: Separate out _generic_set_opp() --- 2016-11-30 Viresh Kumar Superseded
[V6,06/10] PM / OPP: Add infrastructure to manage multiple regulators --- 2016-11-30 Viresh Kumar Superseded
[V6,05/10] PM / OPP: Pass struct dev_pm_opp_supply to _set_opp_voltage() --- 2016-11-30 Viresh Kumar New
[V6,04/10] PM / OPP: Manage supply's voltage/current in a separate structure --- 2016-11-30 Viresh Kumar Superseded
[V6,03/10] PM / OPP: Don't use OPP structure outside of rcu protected section --- 2016-11-30 Viresh Kumar Superseded
[V6,02/10] PM / OPP: Reword binding supporting multiple regulators per device --- 2016-11-30 Viresh Kumar Superseded
[V6,01/10] PM / OPP: Fix incorrect cpu-supply property in binding --- 2016-11-30 Viresh Kumar Accepted
[V4] PM / OPP: Pass opp_table to dev_pm_opp_put_regulator() --- 2016-11-30 Viresh Kumar New
[V5,10/10] PM / OPP: Don't assume platform doesn't have regulators --- 2016-11-29 Viresh Kumar Superseded
[V5,09/10] PM / OPP: Don't WARN on multiple calls to dev_pm_opp_set_regulators() --- 2016-11-29 Viresh Kumar New
[V5,08/10] PM / OPP: Allow platform specific custom set_opp() callbacks --- 2016-11-29 Viresh Kumar New
[V5,07/10] PM / OPP: Separate out _generic_set_opp() --- 2016-11-29 Viresh Kumar Superseded
[V5,06/10] PM / OPP: Add infrastructure to manage multiple regulators --- 2016-11-29 Viresh Kumar Superseded
[V5,05/10] PM / OPP: Pass struct dev_pm_opp_supply to _set_opp_voltage() --- 2016-11-29 Viresh Kumar Superseded
[V5,04/10] PM / OPP: Manage supply's voltage/current in a separate structure --- 2016-11-29 Viresh Kumar Accepted
[V5,03/10] PM / OPP: Don't use OPP structure outside of rcu protected section --- 2016-11-29 Viresh Kumar New
[V5,02/10] PM / OPP: Reword binding supporting multiple regulators per device --- 2016-11-29 Viresh Kumar Accepted
[V5,01/10] PM / OPP: Fix incorrect cpu-supply property in binding --- 2016-11-29 Viresh Kumar Accepted
[V3] PM / OPP: Don't remove the first cpu in the mask before removing others --- 2016-11-29 Viresh Kumar New
[V2] PM / OPP: Allow inactive opp_device to be present in dev list --- 2016-11-29 Viresh Kumar New
PM / OPP: Allow inactive opp_device to be present in dev list --- 2016-11-29 Viresh Kumar New
PM / OPP: Allow inactive opp_device to be present in dev list --- 2016-11-25 Viresh Kumar New
[V4,10/10] PM / OPP: Don't assume platform doesn't have regulators --- 2016-11-24 Viresh Kumar Superseded
[V4,09/10] PM / OPP: Don't WARN on multiple calls to dev_pm_opp_set_regulators() --- 2016-11-24 Viresh Kumar Superseded
[V4,08/10] PM / OPP: Allow platform specific custom set_opp() callbacks --- 2016-11-24 Viresh Kumar New
[V4,07/10] PM / OPP: Separate out _generic_opp_set_rate() --- 2016-11-24 Viresh Kumar New
[V4,06/10] PM / OPP: Add infrastructure to manage multiple regulators --- 2016-11-24 Viresh Kumar New
[V4,05/10] PM / OPP: Pass struct dev_pm_opp_supply to _set_opp_voltage() --- 2016-11-24 Viresh Kumar Superseded
[V4,04/10] PM / OPP: Manage supply's voltage/current in a separate structure --- 2016-11-24 Viresh Kumar Accepted
[V4,03/10] PM / OPP: Don't use OPP structure outside of rcu protected section --- 2016-11-24 Viresh Kumar New
[V4,02/10] PM / OPP: Reword binding supporting multiple regulators per device --- 2016-11-24 Viresh Kumar Accepted
[V4,01/10] PM / OPP: Fix incorrect cpu-supply property in binding --- 2016-11-24 Viresh Kumar Superseded
[V2] cpufreq: schedutil: Rectify comment in sugov_irq_work() function --- 2016-11-24 Viresh Kumar Accepted
cpufreq: schedutil: Rectify comment in sugov_irq_work() function --- 2016-11-24 Viresh Kumar Accepted
[2/2] PM / OPP: Introduce domain-performance-state binding to OPP nodes --- 2016-11-18 Viresh Kumar New
[1/2] PM / Domains: Introduce domain-performance-state binding --- 2016-11-18 Viresh Kumar New
cpufreq: schedutil: add up/down frequency transition rate limits --- 2016-11-17 Viresh Kumar New
[V2,4/4] cpufreq: schedutil: irq-work and mutex are only used in slow path --- 2016-11-15 Viresh Kumar Accepted
[V2,3/4] cpufreq: schedutil: move slow path from workqueue to SCHED_FIFO task --- 2016-11-15 Viresh Kumar New
[V2,2/4] cpufreq: schedutil: enable fast switch earlier --- 2016-11-15 Viresh Kumar New
[V2,1/4] cpufreq: schedutil: Avoid indented labels --- 2016-11-15 Viresh Kumar Accepted
cpufreq: sched: Fix kernel crash on accessing sysfs file --- 2016-11-15 Viresh Kumar Accepted
cpufreq: sched: Fix kernel crash on accessing sysfs file --- 2016-11-15 Viresh Kumar Rejected
cpufreq: conservative: Rename get_freq_target() to get_freq_step() --- 2016-11-14 Viresh Kumar Accepted
« 1 2 ... 17 18 1942 43 »

Bundling

Create bundle: