Current Team Memberships

Show patches with: Archived = No       |   4375 patches
« 1 2 ... 3 4 543 44 »
Patch Series S/W/F Date Submitter Delegate State
[V4,2/8] libgpiod: Add pre generated rust bindings libgpiod: Add Rust bindings --- 2022-07-08 Viresh Kumar Superseded
[V4,1/8] libgpiod: Add libgpiod-sys rust crate libgpiod: Add Rust bindings --- 2022-07-08 Viresh Kumar New
gpiolib: cdev: Don't access uninitialized descriptor gpiolib: cdev: Don't access uninitialized descriptor --- 2022-07-08 Viresh Kumar New
[V3] cpufreq: Warn users while freeing active policy [V3] cpufreq: Warn users while freeing active policy --- 2022-07-07 Viresh Kumar Accepted
[V3.1,02/20] OPP: Make dev_pm_opp_set_regulators() accept NULL terminated list Untitled series #180392 --- 2022-07-06 Viresh Kumar New
[V2,13/13] OPP: Remove dev{m}_pm_opp_of_add_table_noclk() OPP: Add support for multiple clocks* --- 2022-07-05 Viresh Kumar New
[V2,12/13] PM / devfreq: tegra30: Register config_clks helper OPP: Add support for multiple clocks* --- 2022-07-05 Viresh Kumar Accepted
[V2,11/13] OPP: Allow config_clks helper for single clk case OPP: Add support for multiple clocks* --- 2022-07-05 Viresh Kumar Accepted
[V2,10/13] OPP: Provide a simple implementation to configure multiple clocks OPP: Add support for multiple clocks* --- 2022-07-05 Viresh Kumar Accepted
[V2,09/13] OPP: Assert clk_count == 1 for single clk helpers OPP: Add support for multiple clocks* --- 2022-07-05 Viresh Kumar Accepted
[V2,08/13] OPP: Add key specific assert() method to key finding helpers OPP: Add support for multiple clocks* --- 2022-07-05 Viresh Kumar Accepted
[V2,07/13] OPP: Compare bandwidths for all paths in _opp_compare_key() OPP: Add support for multiple clocks* --- 2022-07-05 Viresh Kumar Accepted
[V2,06/13] OPP: Allow multiple clocks for a device OPP: Add support for multiple clocks* --- 2022-07-05 Viresh Kumar Accepted
[V2,05/13] dt-bindings: opp: accept array of frequencies OPP: Add support for multiple clocks* --- 2022-07-05 Viresh Kumar Accepted
[V2,04/13] OPP: Make dev_pm_opp_set_opp() independent of frequency OPP: Add support for multiple clocks* --- 2022-07-05 Viresh Kumar Accepted
[V2,03/13] OPP: Reuse _opp_compare_key() in _opp_add_static_v2() OPP: Add support for multiple clocks* --- 2022-07-05 Viresh Kumar Accepted
[V2,02/13] OPP: Remove rate_not_available parameter to _opp_add() OPP: Add support for multiple clocks* --- 2022-07-05 Viresh Kumar Accepted
[V2,01/13] OPP: Use consistent names for OPP table instances OPP: Add support for multiple clocks* --- 2022-07-05 Viresh Kumar Accepted
[V2,4/4] OPP: Use generic key finding helpers for bandwidth key OPP: Make ceil/floor/exact helpers share code --- 2022-07-05 Viresh Kumar Accepted
[V2,3/4] OPP: Use generic key finding helpers for level key OPP: Make ceil/floor/exact helpers share code --- 2022-07-05 Viresh Kumar Accepted
[V2,2/4] OPP: Add generic key finding helpers and use them for freq APIs OPP: Make ceil/floor/exact helpers share code --- 2022-07-05 Viresh Kumar Accepted
[V2,1/4] OPP: Remove dev_pm_opp_find_freq_ceil_by_volt() OPP: Make ceil/floor/exact helpers share code --- 2022-07-05 Viresh Kumar Accepted
[V3,20/20] OPP: Remove custom OPP helper support OPP: Add new configuration interface: dev_pm_opp_set_config() --- 2022-07-04 Viresh Kumar Accepted
[V3,18/20] OPP: Add dev_pm_opp_get_supplies() OPP: Add new configuration interface: dev_pm_opp_set_config() --- 2022-07-04 Viresh Kumar Accepted
[V3,16/20] OPP: Add support for config_regulators() helper OPP: Add new configuration interface: dev_pm_opp_set_config() --- 2022-07-04 Viresh Kumar Accepted
[V3,14/20] OPP: Migrate attach-genpd API to use set-config helpers OPP: Add new configuration interface: dev_pm_opp_set_config() --- 2022-07-04 Viresh Kumar Accepted
[V3,12/20] OPP: Migrate set-clk-name API to use set-config helpers OPP: Add new configuration interface: dev_pm_opp_set_config() --- 2022-07-04 Viresh Kumar Accepted
[V3,10/20] OPP: Migrate set-regulators API to use set-config helpers OPP: Add new configuration interface: dev_pm_opp_set_config() --- 2022-07-04 Viresh Kumar New
[V3,10/20] OPP: Migrate set-regulators API to use set-config helpers OPP: Add new configuration interface: dev_pm_opp_set_config() --- 2022-07-04 Viresh Kumar Accepted
[V3,08/20] soc/tegra: Add comment over devm_pm_opp_set_clkname() OPP: Add new configuration interface: dev_pm_opp_set_config() --- 2022-07-04 Viresh Kumar Accepted
[V3,06/20] cpufreq: ti: Migrate to dev_pm_opp_set_config() OPP: Add new configuration interface: dev_pm_opp_set_config() --- 2022-07-04 Viresh Kumar Accepted
[V3,04/20] cpufreq: qcom-nvmem: Migrate to dev_pm_opp_set_config() OPP: Add new configuration interface: dev_pm_opp_set_config() --- 2022-07-04 Viresh Kumar Accepted
[V3,04/20] cpufreq: qcom-nvmem: Migrate to dev_pm_opp_set_config() OPP: Add new configuration interface: dev_pm_opp_set_config() --- 2022-07-04 Viresh Kumar Accepted
[V3,02/20] OPP: Make dev_pm_opp_set_regulators() accept NULL terminated list OPP: Add new configuration interface: dev_pm_opp_set_config() --- 2022-07-04 Viresh Kumar New
[V3,02/20] OPP: Make dev_pm_opp_set_regulators() accept NULL terminated list OPP: Add new configuration interface: dev_pm_opp_set_config() --- 2022-07-04 Viresh Kumar New
[V2,4/5] OPP: ti: Migrate to config_regulators() OPP: Replace custom set_opp() with config_regulators() --- 2022-07-01 Viresh Kumar Accepted
[V2,2/5] OPP: Make _generic_set_opp_regulator() a config_regulators() interface OPP: Replace custom set_opp() with config_regulators() --- 2022-07-01 Viresh Kumar Accepted
[V2,29/30] OPP: Remove dev_pm_opp_attach_genpd() and friends [V2,01/30] OPP: Track if clock name is configured by platform --- 2022-07-01 Viresh Kumar New
[V2,27/30] OPP: Remove dev_pm_opp_set_clkname() and friends [V2,01/30] OPP: Track if clock name is configured by platform --- 2022-07-01 Viresh Kumar New
[V2,25/30] OPP: Remove dev_pm_opp_set_regulators() and friends [V2,01/30] OPP: Track if clock name is configured by platform --- 2022-07-01 Viresh Kumar New
[V2,24/30] serial: qcom: Migrate to dev_pm_opp_set_config() OPP: Add new configuration interface: dev_pm_opp_set_config() --- 2022-07-01 Viresh Kumar New
[V2,24/30] serial: qcom: Migrate to dev_pm_opp_set_config() OPP: Add new configuration interface: dev_pm_opp_set_config() --- 2022-07-01 Viresh Kumar New
[V2,23/30] spi: qcom: Migrate to dev_pm_opp_set_config() [V2,01/30] OPP: Track if clock name is configured by platform --- 2022-07-01 Viresh Kumar New
[V2,23/30] spi: qcom: Migrate to dev_pm_opp_set_config() OPP: Add new configuration interface: dev_pm_opp_set_config() --- 2022-07-01 Viresh Kumar New
[V2,23/30] spi: qcom: Migrate to dev_pm_opp_set_config() OPP: Add new configuration interface: dev_pm_opp_set_config() --- 2022-07-01 Viresh Kumar New
[V2,20/30] OPP: ti: Migrate to dev_pm_opp_set_config() [V2,01/30] OPP: Track if clock name is configured by platform --- 2022-07-01 Viresh Kumar New
[V2,19/30] mmc: sdhci-msm: Migrate to dev_pm_opp_set_config() OPP: Add new configuration interface: dev_pm_opp_set_config() --- 2022-07-01 Viresh Kumar New
[V2,19/30] mmc: sdhci-msm: Migrate to dev_pm_opp_set_config() OPP: Add new configuration interface: dev_pm_opp_set_config() --- 2022-07-01 Viresh Kumar New
[V2,19/30] mmc: sdhci-msm: Migrate to dev_pm_opp_set_config() [V2,01/30] OPP: Track if clock name is configured by platform --- 2022-07-01 Viresh Kumar New
[V2,18/30] memory: tegra: Migrate to dev_pm_opp_set_config() [V2,01/30] OPP: Track if clock name is configured by platform --- 2022-07-01 Viresh Kumar New
[V2,17/30] media: venus: Migrate to dev_pm_opp_set_config() Untitled series #179985 --- 2022-07-01 Viresh Kumar New
[V2,17/30] media: venus: Migrate to dev_pm_opp_set_config() OPP: Add new configuration interface: dev_pm_opp_set_config() --- 2022-07-01 Viresh Kumar New
[V2,15/30] drm/panfrost: Migrate to dev_pm_opp_set_config() [V2,01/30] OPP: Track if clock name is configured by platform --- 2022-07-01 Viresh Kumar New
[V2,14/30] drm/msm: Migrate to dev_pm_opp_set_config() OPP: Add new configuration interface: dev_pm_opp_set_config() --- 2022-07-01 Viresh Kumar New
[V2,13/30] drm/lima: Migrate to dev_pm_opp_set_config() [V2,01/30] OPP: Track if clock name is configured by platform --- 2022-07-01 Viresh Kumar New
[V2,11/30] devfreq: sun8i: Migrate to dev_pm_opp_set_config() [V2,01/30] OPP: Track if clock name is configured by platform --- 2022-07-01 Viresh Kumar New
[V2,09/30] cpufreq: ti: Migrate to dev_pm_opp_set_config() [V2,01/30] OPP: Track if clock name is configured by platform --- 2022-07-01 Viresh Kumar Superseded
[V2,07/30] cpufreq: sun50i: Migrate to dev_pm_opp_set_config() [V2,01/30] OPP: Track if clock name is configured by platform --- 2022-07-01 Viresh Kumar New
[V2,05/30] cpufreq: qcom-nvmem: Migrate to dev_pm_opp_set_config() [V2,01/30] OPP: Track if clock name is configured by platform --- 2022-07-01 Viresh Kumar Superseded
[V2,05/30] cpufreq: qcom-nvmem: Migrate to dev_pm_opp_set_config() OPP: Add new configuration interface: dev_pm_opp_set_config() --- 2022-07-01 Viresh Kumar Superseded
[V2,04/30] cpufreq: imx: Migrate to dev_pm_opp_set_config() [V2,01/30] OPP: Track if clock name is configured by platform --- 2022-07-01 Viresh Kumar New
[V2,01/30] OPP: Track if clock name is configured by platform [V2,01/30] OPP: Track if clock name is configured by platform --- 2022-07-01 Viresh Kumar Accepted
[GIT,PULL] cpufreq/arm fixes for 5.19 [GIT,PULL] cpufreq/arm fixes for 5.19 --- 2022-06-28 Viresh Kumar New
OPP: Fix typo in comment OPP: Fix typo in comment --- 2022-06-03 Viresh Kumar Accepted
[5/5] OPP: Use generic key finding helpers for bandwidth key OPP: Make ceil/floor/exact helpers share code --- 2022-06-03 Viresh Kumar New
[4/5] OPP: Use generic key finding helpers for level key OPP: Make ceil/floor/exact helpers share code --- 2022-06-03 Viresh Kumar New
[3/5] OPP: Use generic key finding helpers for freq key OPP: Make ceil/floor/exact helpers share code --- 2022-06-03 Viresh Kumar New
[2/5] OPP: Add generic key finding helpers OPP: Make ceil/floor/exact helpers share code --- 2022-06-03 Viresh Kumar New
[1/5] OPP: Remove dev_pm_opp_find_freq_ceil_by_volt() OPP: Make ceil/floor/exact helpers share code --- 2022-06-03 Viresh Kumar Superseded
[5/5] OPP: Remove custom OPP helper support OPP: Replace custom set_opp() with config_regulators() --- 2022-05-31 Viresh Kumar New
[4/5] OPP: ti: Migrate to config_regulators() OPP: Replace custom set_opp() with config_regulators() --- 2022-05-31 Viresh Kumar Superseded
[3/5] OPP: Add dev_pm_opp_get_supplies() OPP: Replace custom set_opp() with config_regulators() --- 2022-05-31 Viresh Kumar Superseded
[2/5] OPP: Make _generic_set_opp_regulator() a config_regulators() interface OPP: Replace custom set_opp() with config_regulators() --- 2022-05-31 Viresh Kumar Superseded
[1/5] OPP: Add support for config_regulators() helper OPP: Replace custom set_opp() with config_regulators() --- 2022-05-31 Viresh Kumar New
[V2,2/3] cpufreq: Panic if policy is active in cpufreq_policy_free() Untitled series #176971 --- 2022-05-27 Viresh Kumar New
[3/3] cpufreq: Drop unnecessary cpus locking from store() cpufreq: Minor cleanups --- 2022-05-26 Viresh Kumar Accepted
[2/3] cpufreq: Panic if policy is active in cpufreq_policy_free() Untitled series #177213 --- 2022-05-26 Viresh Kumar New
[1/3] cpufreq: Optimize cpufreq_show_cpus() cpufreq: Minor cleanups --- 2022-05-26 Viresh Kumar Accepted
[31/31] OPP: Rearrange dev_pm_opp_set_config() and friends OPP: Add new configuration interface: dev_pm_opp_set_config() --- 2022-05-26 Viresh Kumar New
[30/31] OPP: Remove dev_pm_opp_set_prop_name() and friends OPP: Add new configuration interface: dev_pm_opp_set_config() --- 2022-05-26 Viresh Kumar New
[29/31] OPP: Remove dev_pm_opp_attach_genpd() and friends OPP: Add new configuration interface: dev_pm_opp_set_config() --- 2022-05-26 Viresh Kumar New
[28/31] OPP: Remove dev_pm_opp_register_set_opp_helper() and friends OPP: Add new configuration interface: dev_pm_opp_set_config() --- 2022-05-26 Viresh Kumar New
[27/31] OPP: Remove dev_pm_opp_set_clkname() and friends OPP: Add new configuration interface: dev_pm_opp_set_config() --- 2022-05-26 Viresh Kumar New
[26/31] OPP: Remove dev_pm_opp_set_supported_hw() and friends OPP: Add new configuration interface: dev_pm_opp_set_config() --- 2022-05-26 Viresh Kumar New
[25/31] OPP: Remove dev_pm_opp_set_regulators() and friends OPP: Add new configuration interface: dev_pm_opp_set_config() --- 2022-05-26 Viresh Kumar New
[24/31] serial: qcom: Migrate to dev_pm_opp_set_config() OPP: Add new configuration interface: dev_pm_opp_set_config() --- 2022-05-26 Viresh Kumar Superseded
[24/31] serial: qcom: Migrate to dev_pm_opp_set_config() OPP: Add new configuration interface: dev_pm_opp_set_config() --- 2022-05-26 Viresh Kumar Superseded
[24/31] serial: qcom: Migrate to dev_pm_opp_set_config() OPP: Add new configuration interface: dev_pm_opp_set_config() --- 2022-05-26 Viresh Kumar New
[23/31] spi: qcom: Migrate to dev_pm_opp_set_config() OPP: Add new configuration interface: dev_pm_opp_set_config() --- 2022-05-26 Viresh Kumar Superseded
[23/31] spi: qcom: Migrate to dev_pm_opp_set_config() OPP: Add new configuration interface: dev_pm_opp_set_config() --- 2022-05-26 Viresh Kumar Superseded
[23/31] spi: qcom: Migrate to dev_pm_opp_set_config() OPP: Add new configuration interface: dev_pm_opp_set_config() --- 2022-05-26 Viresh Kumar Superseded
[22/31] soc/tegra: Migrate to dev_pm_opp_set_config() OPP: Add new configuration interface: dev_pm_opp_set_config() --- 2022-05-26 Viresh Kumar New
[21/31] soc/tegra: Remove the call to devm_pm_opp_set_clkname() OPP: Add new configuration interface: dev_pm_opp_set_config() --- 2022-05-26 Viresh Kumar New
[20/31] OPP: ti: Migrate to dev_pm_opp_set_config() OPP: Add new configuration interface: dev_pm_opp_set_config() --- 2022-05-26 Viresh Kumar Superseded
[19/31] mmc: sdhci-msm: Migrate to dev_pm_opp_set_config() OPP: Add new configuration interface: dev_pm_opp_set_config() --- 2022-05-26 Viresh Kumar Superseded
[19/31] mmc: sdhci-msm: Migrate to dev_pm_opp_set_config() OPP: Add new configuration interface: dev_pm_opp_set_config() --- 2022-05-26 Viresh Kumar Superseded
[19/31] mmc: sdhci-msm: Migrate to dev_pm_opp_set_config() OPP: Add new configuration interface: dev_pm_opp_set_config() --- 2022-05-26 Viresh Kumar Superseded
[18/31] media: tegra: Migrate to dev_pm_opp_set_config() OPP: Add new configuration interface: dev_pm_opp_set_config() --- 2022-05-26 Viresh Kumar New
[17/31] media: venus: Migrate to dev_pm_opp_set_config() OPP: Add new configuration interface: dev_pm_opp_set_config() --- 2022-05-26 Viresh Kumar Superseded
[17/31] media: venus: Migrate to dev_pm_opp_set_config() OPP: Add new configuration interface: dev_pm_opp_set_config() --- 2022-05-26 Viresh Kumar New
« 1 2 ... 3 4 543 44 »

Bundling

Create bundle: